add 空木箱出库 117

This commit is contained in:
2025-02-26 18:32:05 +08:00
parent a4ea019417
commit 284db2f151
9 changed files with 201 additions and 40 deletions

View File

@@ -404,4 +404,19 @@ export const cutUpShaft = (area, device, point, lk, rk) => request({
left_spec: lk,
right_spec: rk
}
})
})
/**
* 空木箱出库(二期空木箱出库)
*/
export const twoQueryBoxIvt = (no) => request({
url:'api/twoPda/st/queryBoxIvt',
data: {
box_no: no
}
})
export const twoBoxOut = (data) => request({
url:'api/twoPda/st/boxOut',
data: {
data: data
}
})