一期修改

This commit is contained in:
2024-03-19 17:29:47 +08:00
parent f840648d65
commit 060d415c54
8 changed files with 17 additions and 8 deletions

View File

@@ -632,10 +632,11 @@ export const feedingHandleConfirm = (code, cn, ncode) => request({
}
})
// 1.5空轴送回
export const feedingVehicleReturn = (code) => request({
export const feedingVehicleReturn = (code, type) => request({
url:'api/pda/feeding/vehicleReturn',
data: {
point_code: code
point_code: code,
type: type
}
})