From dd7d81348208226c4fc9a4d317c544b41a7abb02 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Wed, 14 Apr 2021 19:39:35 +0800 Subject: [PATCH] 扣除用户积分 --- zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html index b9bf124..054b762 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html @@ -894,10 +894,10 @@ let count = parseFloat(item.count); let zkPrice = parseFloat(item.zkPrice); - if (optionType != 1) { + // if (optionType != 1) { //直接修改支付金额不重置支付金额 item.payMoney = zkPrice * count; - } + // } _this.order.payMoney += parseFloat(item.payMoney); _this.achieveList.forEach(achieve=>{ -- Gitblit v1.9.1