From 24df3ed89ac1934bf0a0b9f74c4e5f227f0f82cf Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 17 Mar 2021 09:45:49 +0800
Subject: [PATCH] Merge branch 'hive2.0' of http://120.27.238.55:7000/r/beauty-erp 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