From a70ec2d398c3b7e1716c15b7a078f7e0aa66fca5 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Mon, 3 Jun 2024 14:28:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=EF=BC=9A=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=BC=96=E8=BE=91=20=E5=A2=9E=E5=8A=A0=20=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E5=90=8E=E8=B5=A0=E9=80=81=E5=B0=81=E5=9D=9B=E9=85=92=E9=A2=9D?= =?UTF-8?q?=E5=BA=A6=20=E5=A2=9E=E5=8A=A0=EF=BC=9A=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=95=86=E5=93=81=20=E5=A2=9E=E5=8A=A0=20=E9=85=92?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E8=AE=BE=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/addProduct/index.vue | 106 ++++++++++--------------- 1 file changed, 44 insertions(+), 62 deletions(-) diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index 8215591..dbd28e0 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -930,55 +930,60 @@ - - - + + + {{ item.name }} - - - - + + + 未知 + 瓶装酒 + 封坛酒 + + 未知则不显示在酒道馆兑换列表中{{formValidate.wine_type}} + + + - + - 为0或者空则使用商户默认设置(实际支付的金额 * 倍数) + 为0或者空则使用商户默认设置(实际支付的金额 * 倍数) - + - + - 为0或者空则使用商户默认设置(实际支付的金额 * 倍数) + 为0或者空则使用商户默认设置(实际支付的金额 * 倍数) - - - + + + + + + + + + 为0或者空则使用商户默认设置(实际支付的金额 * 倍数) + + + - - - +
1. 选择开启礼包后,不可修改
2. @@ -1477,6 +1482,9 @@ const defaultObj = { give_quota_num: 0, is_give_dish: 0, give_dish_num: 0, + is_give_wine: 0, + give_wine_num: 0, + wine_type: 0, couponData: [], extend: [], // 自定义留言 type: 0, @@ -1489,7 +1497,7 @@ const defaultObj = { integral_give_money: 0, // 积分抵扣 integral_deduction_type: 0, - integral_deduction_money: 0, + integral_deduction_money: 0 } const objTitle = { price: { @@ -2717,6 +2725,10 @@ export default { give_quota_num: info.give_quota_num || 0, is_give_dish: info.is_give_dish || 0, give_dish_num: info.give_dish_num || 0, + is_give_wine: info.is_give_wine || 0, + give_wine_num: info.give_wine_num || 0, + wine_type: info.wine_type || 0, + couponData: info.coupon, video_link: info.video_link ? info.video_link : "", integral_rate: info.integral_rate, @@ -3008,6 +3020,7 @@ export default { } }; +