diff --git a/public/components/property/payFeeDiscount/payFeeDiscount.js b/public/components/property/payFeeDiscount/payFeeDiscount.js index e0de0b099..6da83c0b0 100644 --- a/public/components/property/payFeeDiscount/payFeeDiscount.js +++ b/public/components/property/payFeeDiscount/payFeeDiscount.js @@ -89,23 +89,6 @@ $that.payFeeDiscountInfo.feeDiscounts = _payFeeDiscountInfo.data; $that.payFeeDiscountInfo.feeDiscounts.forEach(item => { $that.payFeeDiscountInfo.selectDiscountIds.push(item.discountId); - //这里注释 后端根据费用项设置情况 算费 - // if (item.value === "1") { - // // 当映射开关值为1时向下取整 - // item.discountPrice = $that._mathFloor(item.discountPrice); - // } else if (item.value === "2") { - // // 2正常显示 - // return item.discountPrice; - // } else if (item.value === "3") { - // // 3向上取整 - // item.discountPrice = $that._mathCeil(item.discountPrice); - // } else if (item.value === "5") { - // // 5保留一位 - // item.discountPrice = $that._mathToFixed1(item.discountPrice); - // } else { - // // 其他保留两位 - // item.discountPrice = $that._mathToFixed2(item.discountPrice); - // } }) }, function (errInfo, error) { console.log('请求失败处理'); diff --git a/public/pages/scm/couponPropertyPoolManage/couponPropertyPoolManage.html b/public/pages/scm/couponPropertyPoolManage/couponPropertyPoolManage.html index 1e06f54e7..03bdfee7e 100644 --- a/public/pages/scm/couponPropertyPoolManage/couponPropertyPoolManage.html +++ b/public/pages/scm/couponPropertyPoolManage/couponPropertyPoolManage.html @@ -2,9 +2,9 @@
-
- -
+
+ +