add重量维护

This commit is contained in:
蔡玲
2024-09-05 13:09:39 +08:00
parent 9e0e2b208d
commit 383c989e65
5 changed files with 30 additions and 30 deletions

View File

@@ -91,4 +91,9 @@ export const doBindingGx = (code, row) => request({
export const toCleanCutCacheInventory = (code) => request({
url:'api/pda/nbj/toCleanCutCacheInventory',
data: {point_code: code}
})
// 重量维护
export const doSubVolumeBindingWeight = (cn, roll, paper) => request({
url:'api/pda/nbj/doSubVolumeBindingWeight',
data: {container_name: cn, roll_weight: roll, paper_weight: paper}
})