From b999292550ec84d46937305ed7269a13876dba3b Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 7 Nov 2024 11:11:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=80=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/distribution/inventory/CreateOrder.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/distribution/inventory/CreateOrder.vue b/src/views/distribution/inventory/CreateOrder.vue index 66e2b7a7..7ed2398c 100644 --- a/src/views/distribution/inventory/CreateOrder.vue +++ b/src/views/distribution/inventory/CreateOrder.vue @@ -4254,7 +4254,7 @@ const handleAssignmentItemPriceDispatch = (value, dispatch, template) => { } // 赋值 - value.systemDeliveryChargeType = _item.chargeType || 0; + value.systemDeliveryChargeType = _item.chargeType || 1; value.deliveryPrice = _item.price || 0; } } else {