storagevehicle_code

This commit is contained in:
2023-01-08 17:24:32 +08:00
parent 6081f70839
commit 88b3e50bf7

View File

@@ -536,7 +536,7 @@ export const xcoutqueryStoragevehicle = (wcode, scode) => post('api/pda/st/out/x
export const xcoutconfirmoutstore = (wcode, vcode, dtl) => post('api/pda/st/out/xcout/confirmoutstore', {
mst: {
workorder_code: wcode,
vehicle_code: vcode
storagevehicle_code: vcode
},
dtl: dtl
})