代客下单增加支付订单时桌位费展示

This commit is contained in:
2024-09-13 09:29:11 +08:00
parent f5df624f3e
commit 61156edf85

View File

@@ -758,8 +758,8 @@
</div>
</div>
<div class="detail_form_item">
<div class="left">位费/附加费</div>
<div class="right">0.00</div>
<div class="left">位费/附加费</div>
<div class="right">{{order.seatFee.totalAmount|to2}}</div>
</div>
<div class="detail_form_item">
<div class="left">总价</div>
@@ -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;