From 7ec998fe0bfc7c0366e52ed5389ae48faabf61f1 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 13 Jan 2021 18:02:05 +0800
Subject: [PATCH] modify

---
 zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 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 c81090b..f48645d 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
@@ -868,10 +868,10 @@
                                 _this.order.payMoney += parseFloat(item.payMoney);
                             });
                             //计算欠款
-                            _this.order.arrears = _this.order.zkTotal - _this.order.payMoney;
-                            if (_this.order.arrears < 0) {
-                                _this.$message.error("支付金额不能大于应收金额");
-                            }
+                            // _this.order.arrears = _this.order.zkTotal - _this.order.payMoney;
+                            // if (_this.order.arrears < 0) {
+                            //     _this.$message.error("支付金额不能大于应收金额");
+                            // }
                         }
                     })
                 }

--
Gitblit v1.9.1