代客下单增加支付订单时桌位费展示
This commit is contained in:
@@ -758,8 +758,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="detail_form_item">
|
<div class="detail_form_item">
|
||||||
<div class="left">桌位费/附加费</div>
|
<div class="left">餐位费/附加费</div>
|
||||||
<div class="right">¥0.00</div>
|
<div class="right">¥{{order.seatFee.totalAmount|to2}}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="detail_form_item">
|
<div class="detail_form_item">
|
||||||
<div class="left">总价</div>
|
<div class="left">总价</div>
|
||||||
@@ -1382,7 +1382,9 @@ export default {
|
|||||||
masterId: this.masterId,
|
masterId: this.masterId,
|
||||||
tableId: this.table.tableId,
|
tableId: this.table.tableId,
|
||||||
num: newval,
|
num: newval,
|
||||||
});
|
}).then(res=>{
|
||||||
|
this.order.seatFee=res
|
||||||
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
table(oldval, newval) {
|
table(oldval, newval) {
|
||||||
@@ -2407,6 +2409,7 @@ export default {
|
|||||||
this.order.selPlaceNum = -1;
|
this.order.selPlaceNum = -1;
|
||||||
this.order.old.list = [];
|
this.order.old.list = [];
|
||||||
this.order.selGoods = "";
|
this.order.selGoods = "";
|
||||||
|
this.order.seatFee={totalAmount:0}//餐位费
|
||||||
this.prveOrder.list = [];
|
this.prveOrder.list = [];
|
||||||
this.prveOrder.selIndex = -1;
|
this.prveOrder.selIndex = -1;
|
||||||
this.order.old.selIndex = -1;
|
this.order.old.selIndex = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user