add载具解绑

This commit is contained in:
2025-10-22 10:25:40 +08:00
parent 8b58c7f67c
commit e7a1798804
4 changed files with 83 additions and 1 deletions

View File

@@ -651,4 +651,11 @@ export const vehicleRelabel = (code) => request({
export const seeTaskByPoint = (code) => request({
url:'api/pda/slitter/seeTaskByPoint',
data: {data: code}
})
/**
* 载具解绑(二期)
*/
export const vehicleUnbind = (code) => request({
url:'api/twoPda/st/vehicleUnbind',
data: {vehicle_code: code}
})