分切上料页面

This commit is contained in:
2024-02-19 13:40:38 +08:00
parent 88a271fc54
commit 7f11cb1230
5 changed files with 114 additions and 9 deletions

View File

@@ -457,7 +457,8 @@ export const feedingHandleConfirm = (code, cn, ncode) => request({
export const feedingVehicleReturn = (code) => request({
url:'api/pda/feeding/vehicleReturn',
data: {
point_code: code
point_code: code,
type: type
}
})