add重量维护
This commit is contained in:
@@ -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}
|
||||
})
|
||||
Reference in New Issue
Block a user