vehicle_code

This commit is contained in:
2023-01-08 17:27:12 +08:00
parent 88b3e50bf7
commit eed70b091a

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', { export const xcoutconfirmoutstore = (wcode, vcode, dtl) => post('api/pda/st/out/xcout/confirmoutstore', {
mst: { mst: {
workorder_code: wcode, workorder_code: wcode,
storagevehicle_code: vcode vehicle_code: vcode
}, },
dtl: dtl dtl: dtl
}) })