add装箱口木箱回库

This commit is contained in:
2025-04-22 17:13:10 +08:00
parent 271c7db0d4
commit 16812a1e7f
4 changed files with 103 additions and 1 deletions

View File

@@ -517,4 +517,14 @@ export const pdaDownRoll = (code, arr) => request({
point_code: code,
container: arr
}
})
/**
* 装箱口木箱回库
*/
export const boxReturn = (code, box) => request({
url:'api/pdmBiSubpackagerelation/boxReturn',
data: {
device_code: code,
box: box
}
})