立库库存-空木箱库存

This commit is contained in:
2024-08-05 14:45:45 +08:00
parent 6a869b8215
commit 6eb7818002
5 changed files with 139 additions and 1 deletions

View File

@@ -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}
})