From a06a50967e2b3211ab8490b2b1b3d48216d9ecce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=97=B4=E8=B4=A7?= <252048765@qq.com> Date: Mon, 26 Aug 2024 17:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=99=90=E6=97=B6=E6=8A=98=E6=89=A3:=E2=91=A0?= =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E5=95=86=E5=93=81=E5=85=81?= =?UTF-8?q?=E8=AE=B8=E9=80=89=E6=8B=A9=E5=A4=9A=E4=B8=AA=EF=BC=9B=E2=91=A1?= =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E9=80=89=E6=8B=A9=E5=90=8E?= =?UTF-8?q?=E7=9A=84=20SKU=EF=BC=8C=E9=9C=80=E8=A6=81=E5=90=8E=E9=9D=A2?= =?UTF-8?q?=E5=8A=A0=E4=B8=AA=E3=80=90=E5=88=A0=E9=99=A4=E3=80=91=E6=8C=89?= =?UTF-8?q?=E9=92=AE=EF=BC=9B=E2=91=A2=E3=80=90bug=E3=80=91=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E9=87=91=E9=A2=9D=EF=BC=8C=E8=B2=8C=E4=BC=BC?= =?UTF-8?q?=E4=B8=8D=E5=AF=B9=EF=BC=8C=E5=A4=A7=E4=BA=86=20100=20=E5=80=8D?= =?UTF-8?q?=EF=BC=9B=E2=91=A3=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E2=80=9C?= =?UTF-8?q?=E4=BC=98=E6=83=A0=E7=B1=BB=E5=9E=8B=E2=80=9D=EF=BC=8C=E6=98=AF?= =?UTF-8?q?=E6=AF=8F=E4=B8=AA=20SKU=20=E5=8F=AF=E4=BB=A5=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=B7=B2=E8=AE=BE=E7=BD=AE=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../promotion/components/SpuAndSkuList.vue | 27 +++++++++ .../discountActivity/DiscountActivityForm.vue | 55 ++++++++++++++++--- .../discountActivity/discountActivity.data.ts | 11 ---- .../mall/promotion/discountActivity/index.vue | 22 ++++---- 4 files changed, 84 insertions(+), 31 deletions(-) diff --git a/src/views/mall/promotion/components/SpuAndSkuList.vue b/src/views/mall/promotion/components/SpuAndSkuList.vue index facc6cf3..3e03bb19 100644 --- a/src/views/mall/promotion/components/SpuAndSkuList.vue +++ b/src/views/mall/promotion/components/SpuAndSkuList.vue @@ -29,6 +29,17 @@ + + + diff --git a/src/views/mall/promotion/discountActivity/discountActivity.data.ts b/src/views/mall/promotion/discountActivity/discountActivity.data.ts index d79dcab7..a4c93ffb 100644 --- a/src/views/mall/promotion/discountActivity/discountActivity.data.ts +++ b/src/views/mall/promotion/discountActivity/discountActivity.data.ts @@ -72,17 +72,6 @@ const crudSchemas = reactive([ width: 120 } }, - { - label: '优惠类型', - field: 'discountType', - dictType: DICT_TYPE.PROMOTION_DISCOUNT_TYPE, - dictClass: 'number', - isSearch: true, - form: { - component: 'Radio', - value: 1 - } - }, { label: '活动商品', field: 'spuId', diff --git a/src/views/mall/promotion/discountActivity/index.vue b/src/views/mall/promotion/discountActivity/index.vue index 7d73b514..1841603a 100644 --- a/src/views/mall/promotion/discountActivity/index.vue +++ b/src/views/mall/promotion/discountActivity/index.vue @@ -70,17 +70,17 @@ ~ {{ formatDate(scope.row.endTime, 'YYYY-MM-DD') }} - - - - + + + + + + + + + + +