From 9e01ab5c86dbf292d5cfb6820ddf0b91b9135bf2 Mon Sep 17 00:00:00 2001 From: "juncheng.li" Date: Wed, 26 Apr 2023 15:47:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E6=96=99=E7=9B=B4=E5=8F=91=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AE=A2=E6=88=B7=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PDA/pages/store/deliverRaw.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fe/PDA/pages/store/deliverRaw.vue b/fe/PDA/pages/store/deliverRaw.vue index f4cdc2ea8..d3d78d1ef 100644 --- a/fe/PDA/pages/store/deliverRaw.vue +++ b/fe/PDA/pages/store/deliverRaw.vue @@ -407,9 +407,10 @@ title: "提交中....", mask: true }); + let item = { customerCode: that.customerAddress.customerCode, - customerAddressCode: that.customerAddress.customerAddressCode, + customerAddressCode: that.customerAddressCode, deliverTime: getISODateTime(), deliverRequestType: 3, // toLocationCode: that.toLocation.code,