困料管理
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user