纸管绑定需求新增

This commit is contained in:
2024-06-28 17:35:45 +08:00
parent 9e70e03518
commit 253814f08f
2 changed files with 19 additions and 7 deletions

View File

@@ -157,9 +157,9 @@ export const updatePackageInfo = (ivt, cn) => request({
/**
* 纸管绑定
*/
export const operateIvt = (type, vcode, num, code) => request({
export const operateIvt = (type, vcode, num, qty, code) => request({
url:'api/bstIvtStockingivt/operateIvt',
data: {type: type, vehicle_code: vcode, row_num: num, material_code: code}
data: {type: type, vehicle_code: vcode, row_num: num, qty: qty, material_code: code}
})
/**
* 分切暂存下料