空轴送回

This commit is contained in:
2023-03-06 11:38:08 +08:00
parent 46fe7fd6d5
commit 70b1979cd8
2 changed files with 37 additions and 2 deletions

View File

@@ -445,6 +445,13 @@ export const feedingHandleConfirm = (code, cn, ncode) => request({
next_point_code: ncode
}
})
// 1.5空轴送回
export const feedingVehicleReturn = (code) => request({
url:'api/pda/feeding/vehicleReturn',
data: {
point_code: code
}
})
/**
* 任务管理