立库库存-空木箱库存
This commit is contained in:
@@ -261,3 +261,11 @@ export const updateEntityList = (checked, arr) => request({
|
||||
url:'api/pdmBiSubpackagerelation/updateEntityList',
|
||||
data: {checked: checked, tableMater: arr}
|
||||
})
|
||||
/**
|
||||
* 立库库存
|
||||
*/
|
||||
// 空木箱库存
|
||||
export const queryBoxIvt = (code, na, no) => request({
|
||||
url:'api/twoPda/st/queryBoxIvt',
|
||||
data: {material_code: code, material_name: na, box_no: no}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user