From e971ea090aa1f320f3c3f78c3a2a8d50f16dd4d0 Mon Sep 17 00:00:00 2001
From: 935090232@qq.com <ak473600000>
Date: Fri, 15 Jan 2021 23:38:19 +0800
Subject: [PATCH] 小程序预约接口修改

---
 zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/bj-form.html |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/bj-form.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/bj-form.html
index 7dd8f24..42a34a0 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/bj-form.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/bj-form.html
@@ -111,6 +111,7 @@
 
 		<el-row style="text-align: center; margin: 10px 0 0 0">
 			<el-button type="primary" @click="submitBj">确认收款</el-button>
+			<el-button type="danger" @click="cancelSubmit">取消</el-button>
 		</el-row>
 	</el-dialog>
 </div>
@@ -157,11 +158,6 @@
 				img: '/images/pay/card.png',
 				isActive: false,
 				type: '储值卡'
-			},{
-				value: '欠款',
-				img: '/images/pay/qian.png',
-				isActive: false,
-				type: '欠款'
 			},],
 			moneyCards : [],
 			dialogSettleVisible : true,
@@ -231,6 +227,9 @@
 					}
 				});
 			},
+			cancelSubmit() {
+				this.closeFrame();
+			},
 			print() {
 				let _this = this;
 				if (_this.order.id) {

--
Gitblit v1.9.1