From 83e780da06daf38da658c1745bc963e90b9b7209 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Tue, 22 Aug 2023 17:42:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=EF=BC=9A?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=87=8D=E6=9E=84:=20=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=8F=91=E8=B4=A7=E3=80=81=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E3=80=81=E8=AE=A2=E5=8D=95=E8=B0=83=E4=BB=B7?= =?UTF-8?q?=E3=80=81=E8=AE=A2=E5=8D=95=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/trade/order/components/DeliveryOrderForm.vue | 1 + src/views/mall/trade/order/index.vue | 11 ++--------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/views/mall/trade/order/components/DeliveryOrderForm.vue b/src/views/mall/trade/order/components/DeliveryOrderForm.vue index 579a376c..5bb2ab84 100644 --- a/src/views/mall/trade/order/components/DeliveryOrderForm.vue +++ b/src/views/mall/trade/order/components/DeliveryOrderForm.vue @@ -66,6 +66,7 @@ const submitForm = async () => { const data = unref(formData) if (radio.value === '2') { data.logisticsId = 0 + data.logisticsNo = '' } await TradeOrderApi.delivery(data) message.success(t('common.updateSuccess')) diff --git a/src/views/mall/trade/order/index.vue b/src/views/mall/trade/order/index.vue index 4c59f97f..7bc67d96 100644 --- a/src/views/mall/trade/order/index.vue +++ b/src/views/mall/trade/order/index.vue @@ -164,7 +164,7 @@ @@ -189,10 +189,6 @@ 订单备注 - - - 立即退款 - @@ -221,7 +217,7 @@ min-width="180" prop="payTime" /> - +