气胀轴库维护
This commit is contained in:
@@ -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}
|
||||
})
|
||||
Reference in New Issue
Block a user