半成品出库物料查询

This commit is contained in:
2023-07-03 10:21:22 +08:00
parent 7094e2c48a
commit fb319a0af5
3 changed files with 32 additions and 7 deletions

View File

@@ -174,10 +174,12 @@ export const outgetBillType = () => post('api/pda/bcp/out/getBillType', {})
// return res
// }
// 1.3物料选择页面
export const outgetMaterial = (code, scode, is) => post('api/pda/bcp/out/getMaterial', {
export const outgetMaterial = (code, scode, is, page, size) => post('api/pda/bcp/out/getMaterial', {
material_code: code,
struct_code: scode,
is_material: is
is_material: is,
page: page,
size: size
})
// 1.4出库点下拉框
export const outgetPoint = () => post('api/pda/bcp/out/getPoint', {})