困料管理

This commit is contained in:
2023-06-02 14:15:59 +08:00
parent 4bdac92cd3
commit 91615f9500
4 changed files with 79 additions and 0 deletions

View File

@@ -126,6 +126,12 @@ export const callEmpty = (code) => post('api/pda/callEmpty', {
point_code: code
})
// 困料管理
export const standStatus = (vcode, type) => post('api/pda/standStatus', {
vehicle_code: vcode,
type: type
})
// 载具绑定
export const vehicleBind = (code, vtype, vcode) => post('api/pda/vehicleBind', {
point_code: code,