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;