分切暂存清除修改

This commit is contained in:
2024-07-08 09:54:30 +08:00
parent b7a1af978a
commit 84af341162
2 changed files with 41 additions and 4 deletions

View File

@@ -177,6 +177,10 @@ export const toCleanCutCacheInventory = (code) => request({
url:'api/pda/slitter/toCleanCutCacheInventory',
data: {point_code: code}
})
export const toSubvolumeBinding = (code, name) => request({
url:'api/pda/slitter/toSubvolumeBinding',
data: {point_code: code, container_name: name}
})
/**
* 木箱称重
*/