From 1e1282e8ed0385a1bc88d82dbd9bbcf5d1d22ece Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Fri, 05 Feb 2021 14:06:20 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/hive2.0' into hive2.0 --- zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/cz-form.html | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/cz-form.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/cz-form.html index c60267d..12f1b8c 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/cz-form.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/cz-form.html @@ -366,9 +366,7 @@ for(var i = 0; i < payMoneys.length; i++) { hasAmount += parseFloat(payMoneys[i].money); } - if (_this.rechargeMoney - hasAmount > 0) { - Vue.set(item, 'money', _this.rechargeMoney - hasAmount); - } + Vue.set(item, 'money', _this.rechargeMoney - hasAmount); _this.payMoneys.push(item); } }); -- Gitblit v1.9.1