From 73a49c69483e4795897aa876076391934ef469d4 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Wed, 5 Jun 2024 17:49:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B9=B2=E7=BA=BFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/distribution/inventory/CreateOrder.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/distribution/inventory/CreateOrder.vue b/src/views/distribution/inventory/CreateOrder.vue index ae2a9020..e776c2a5 100644 --- a/src/views/distribution/inventory/CreateOrder.vue +++ b/src/views/distribution/inventory/CreateOrder.vue @@ -2026,6 +2026,7 @@ const onLoad = async (idsArr = []) => { details.query.payWay = data.payWayList.find(val => val.dictValue === '到付').dictKey || '2'; } details.query.transportType = details.query.transportType || '1'; + details.query.deliveryWay = details.defaultDeliveryWay || '1' handleFindPrice(); } catch (error) {