From 35e3e880b1949db83681563664efac28c84eeb01 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Wed, 10 Jan 2024 18:16:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=AE=BE=E7=BD=AE=E6=98=AF=E5=90=A6=E8=B5=A0?= =?UTF-8?q?=E9=80=81=E5=85=91=E6=8D=A2=E9=A2=9D=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/addProduct/index.vue | 15 +++++++++++---- src/views/product/productList/index.vue | 5 ++++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index d506bb9..3a1cd6c 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -945,12 +945,17 @@ + + + + + + + + - + @@ -1457,6 +1462,7 @@ const defaultObj = { spec_type: 0, give_coupon_ids: [], is_gift_bag: 0, + is_give_quota: 0, couponData: [], extend: [], // 自定义留言 type: 0, @@ -2671,6 +2677,7 @@ export default { spec_type: Number(info.spec_type), give_coupon_ids: info.give_coupon_ids, is_gift_bag: info.is_gift_bag, + is_give_quota: info.is_give_quota || 0, couponData: info.coupon, video_link: info.video_link ? info.video_link : "", integral_rate: info.integral_rate, diff --git a/src/views/product/productList/index.vue b/src/views/product/productList/index.vue index 83d0b0d..bc5cdbf 100644 --- a/src/views/product/productList/index.vue +++ b/src/views/product/productList/index.vue @@ -89,9 +89,12 @@ 批量设置运费 - 批量设置佣金 批量设置会员价 + + + +