纸管绑定加功能

This commit is contained in:
2025-11-17 13:47:11 +08:00
parent 56e766c4ca
commit 0c39ae94c4
2 changed files with 29 additions and 5 deletions

View File

@@ -175,6 +175,10 @@ export const operateIvt = (type, vcode, num, qty, code, point) => request({
url:'api/bstIvtStockingivt/operateIvt',
data: {type: type, vehicle_code: vcode, row_num: num, qty: qty, material_code: code, point_code: point}
})
export const callCheckTube = (vcode) => request({
url:'api/bstIvtStockingivt/callCheckTube',
data: {vehicle_code: vcode}
})
/**
* 分切暂存下料
*/