纸管绑定

This commit is contained in:
2024-06-26 09:11:35 +08:00
parent af03713ac9
commit 650670f2dd
5 changed files with 142 additions and 1 deletions

View File

@@ -153,4 +153,11 @@ export const doInitShaftPoint = (code) => request({
export const updatePackageInfo = (ivt, cn) => request({
url:'api/twoPda/vehicle/updatePackageInfo',
data: {ivt_status: ivt, container_name: cn}
})
/**
* 纸管绑定
*/
export const operateIvt = (type, vcode, num, code) => request({
url:'api/bstIvtStockingivt/operateIvt',
data: {type: type, vehicle_code: vcode, row_num: num, material_code: code}
})