add分切暂存维护

This commit is contained in:
2025-05-21 15:24:24 +08:00
parent 0d1d62712d
commit ca5a4c979c
4 changed files with 83 additions and 1 deletions

View File

@@ -557,4 +557,11 @@ export const downBait = (area, device, point, lk, lkv, rk, rkv, up) => request({
export const updatePackagePoint = (ivt, code) => request({
url:'api/twoPda/vehicle/updatePackagePoint',
data: {ivt_status: ivt, pointCode: code}
})
/**
* 分切暂存维护(二期-分切管理)
*/
export const cutCacheInventory = (code, type) => request({
url:'/api/pda/slitter/cutCacheInventory',
data: {point_code: code, type: type}
})