生产管理bug修改

This commit is contained in:
2024-12-27 15:00:43 +08:00
parent 492b591fa9
commit 031e3098b7
13 changed files with 603 additions and 343 deletions

View File

@@ -1,8 +1,16 @@
import request from '@/utils/request'
// 获得产品列表
// 获得物料列表(包括产品)
export function getProductAll() {
return request({
url: '/base/core-product-material/listAll',
method: 'get'
})
}
// 获得产品列表
export function getProductList() {
return request({
url: '/base/core-product-material/listAllProduct',
method: 'get'
})
}