|
|
|
|
@ -49,8 +49,8 @@ export const ProductApi = {
|
|
|
|
|
return await request.get({ url: `/erp/product/simple-list-order` })
|
|
|
|
|
},
|
|
|
|
|
// 查询所有商品精简列表
|
|
|
|
|
getMesProductSimpleList: async () => {
|
|
|
|
|
return await request.get({ url: `/erp/product/simple-list-product` })
|
|
|
|
|
getMesProductSimpleList: async (params?: { categoryType?: number }) => {
|
|
|
|
|
return await request.get({ url: `/erp/product/simple-list-product`, params })
|
|
|
|
|
},
|
|
|
|
|
// 查询备件精简列表
|
|
|
|
|
getComponentSimpleList: async () => {
|
|
|
|
|
|