软废组袋打印滚动

This commit is contained in:
2022-06-28 17:43:25 +08:00
parent a2b67151ce
commit 4bb13b8a44
2 changed files with 45 additions and 3 deletions

View File

@@ -454,3 +454,20 @@ export const unUsualQuery = (buck, vcode) => post('api/pda/st/emptyVehicle/unUsu
export const emptyVehicleProcess = (rows) => post('api/pda/st/emptyVehicle/process', {
rows: rows
})
/** 设备保养执行-维修工 */
// 1.1查询设备保养执行
export const queryMaintenance = (code, mflag) => post('api/pda/sb/queryMaintenance', {
device_code: code,
maintenance_flag: mflag
})
// 1.2设备保养单操作
export const maintOpeate = (row, operate) => post('api/pda/sb/maintOpeate', {
row: row,
operate: operate
})
// 1.3保养明细查询
export const queryMaintenanceDtl = (row) => post('api/pda/sb/queryMaintenanceDtl', {
row: row
})
// 1.4确认