This commit is contained in:
2025-07-01 14:47:32 +08:00
parent f50619c104
commit bdd392402f
8 changed files with 83 additions and 37 deletions

View File

@@ -162,9 +162,9 @@ export const updatePackageInfo2 = (ivt, cn, code) => request({
/**
* 纸管绑定
*/
export const operateIvt = (type, vcode, rnum, cnum, pcode) => request({
export const operateIvt = (type, rows) => request({
url:'api/pda/stockingivt/operateIvt',
data: {type: type, vehicle_code: vcode, row_num: rnum, col_num: cnum, paper_code: pcode}
data: {type: type, rows: rows}
})
/**
* 分切暂存下料纸管绑定