加功能

This commit is contained in:
2025-11-17 18:43:07 +08:00
parent 0c39ae94c4
commit 034b83b6e8
2 changed files with 52 additions and 3 deletions

View File

@@ -171,6 +171,10 @@ export const getPointInfo = (code) => request({
/**
* 纸管绑定
*/
export const seePalletTube = (vcode) => request({
url:'api/bstIvtStockingivt/seePalletTube',
data: {vehicle_code: vcode}
})
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}