From 88b3e50bf7d3fe45b40d77cff5b0db90e884c6b2 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Sun, 8 Jan 2023 17:24:32 +0800 Subject: [PATCH] storagevehicle_code --- src/config/getData2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/getData2.js b/src/config/getData2.js index f455f38..df020bf 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -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 })