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 { } }; +