气胀轴库维护

This commit is contained in:
2024-07-11 15:38:58 +08:00
parent fda12b5d0d
commit 3db4c309b7
5 changed files with 80 additions and 3 deletions

View File

@@ -191,4 +191,11 @@ export const getBoxInfo = (code) => request({
export const saveBoxInfo = (code, weight) => request({
url:'api/boxinfo/saveBoxInfo',
data: {box_no: code, box_weight: weight}
})
/**
* 气胀轴库维护
*/
export const shaftMaintenanceInventory = (code, type) => request({
url:'api/pda/slitter/shaftMaintenanceInventory',
data: {point_code: code, type: type}
})