From 4726be82adf3ae36bcf694f9c499d39f8a83bf88 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 25 Dec 2024 21:40:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/payFeeDiscount/payFeeDiscount.js | 17 ----------------- .../couponPropertyPoolManage.html | 6 +++--- 2 files changed, 3 insertions(+), 20 deletions(-) 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 @@