From 61156edf85759d8a4487216cf0521364dfcff925 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 13 Sep 2024 09:29:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E5=AE=A2=E4=B8=8B=E5=8D=95=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=94=AF=E4=BB=98=E8=AE=A2=E5=8D=95=E6=97=B6=E6=A1=8C?= =?UTF-8?q?=E4=BD=8D=E8=B4=B9=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/table/components/table-diancan.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/table/components/table-diancan.vue b/src/views/table/components/table-diancan.vue index 7afe3f5..ae1e5f8 100644 --- a/src/views/table/components/table-diancan.vue +++ b/src/views/table/components/table-diancan.vue @@ -758,8 +758,8 @@
-
桌位费/附加费
-
¥0.00
+
餐位费/附加费
+
¥{{order.seatFee.totalAmount|to2}}
总价
@@ -1382,7 +1382,9 @@ export default { masterId: this.masterId, tableId: this.table.tableId, num: newval, - }); + }).then(res=>{ + this.order.seatFee=res + }) } }, table(oldval, newval) { @@ -2407,6 +2409,7 @@ export default { this.order.selPlaceNum = -1; this.order.old.list = []; this.order.selGoods = ""; + this.order.seatFee={totalAmount:0}//餐位费 this.prveOrder.list = []; this.prveOrder.selIndex = -1; this.order.old.selIndex = -1;