diff --git a/seller/src/views/promotion/fullCut/newFullCut.vue b/seller/src/views/promotion/fullCut/newFullCut.vue index 5791f77d..826eb52f 100644 --- a/seller/src/views/promotion/fullCut/newFullCut.vue +++ b/seller/src/views/promotion/fullCut/newFullCut.vue @@ -6,243 +6,87 @@

基本信息

- + - + - +

优惠设置

- + 消费达到当前金额可以参与优惠 - 减现金 - 打折 + 减现金 + 打折 - - + + - - + + 优惠折扣为0-10之间数字,可有一位小数 - 免邮费 - 送优惠券 - 送赠品 - 送积分 - + 免邮费 + 送优惠券 + 送赠品 + 送积分 - + - + - + - 全品类 - 指定商品 + 全品类 + 指定商品 - -
- - + +
+ +
- +
- - + +
- + @@ -256,12 +100,14 @@ import { import { getGoodsSkuListDataSeller } from "@/api/goods"; import { regular } from "@/utils"; import skuSelect from "@/views/lili-dialog"; +import Cookies from "js-cookie"; export default { name: "addFullCut", components: { skuSelect }, data() { + const checkPrice = (rule, value, callback) => { if (!value && value !== 0) { return callback(new Error("面额不能为空")); @@ -285,6 +131,7 @@ export default { } }; return { + Cookies, form: { // 活动表单 discountType: "isFullMinus", scopeType: "ALL", @@ -574,5 +421,8 @@ h4 { margin-left: 10px; color: #999; } +.ivu-form-item{ + margin-bottom: 24px !important; +}