分切暂存清除

This commit is contained in:
2024-07-13 10:49:15 +08:00
parent 3db4c309b7
commit 5bf3a8a572
2 changed files with 29 additions and 5 deletions

View File

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