设备保修

This commit is contained in:
2022-07-07 11:30:05 +08:00
parent cc7e454ffe
commit d78b6e8bf2
3 changed files with 38 additions and 11 deletions

View File

@@ -475,6 +475,10 @@ export const dtlConfirm = (row) => post('api/pda/sb/dtlConfirm', {
rows: row
})
/** 设备报修 */
// 1.6设备查询
export const queryDevice1 = (code) => post('api/pda/sb/queryDevice', {
device_code: code
})
// 1.5故障类型
export const errorType = (row) => post('api/pda/sb/errorType', {})
// 1.6故障等级