半成品出库物料查询
This commit is contained in:
@@ -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', {})
|
||||
|
||||
Reference in New Issue
Block a user