代客下单部分问题修复优化
This commit is contained in:
parent
34fc9c4ee1
commit
2e1f6b133a
|
|
@ -205,7 +205,7 @@
|
||||||
<downloadTableCode :total="total" ref="downloadTableCode" />
|
<downloadTableCode :total="total" ref="downloadTableCode" />
|
||||||
|
|
||||||
<!-- 点餐 -->
|
<!-- 点餐 -->
|
||||||
<table-diancan ref="diancan" @close="onDiancanClose"></table-diancan>
|
<!-- <table-diancan ref="diancan" @close="onDiancanClose"></table-diancan> -->
|
||||||
<!-- 选择人数 -->
|
<!-- 选择人数 -->
|
||||||
<choose-diners-number
|
<choose-diners-number
|
||||||
ref="refChooseDinersNumber"
|
ref="refChooseDinersNumber"
|
||||||
|
|
|
||||||
|
|
@ -2765,7 +2765,7 @@ export default {
|
||||||
if (this.key == "isPayOrder") {
|
if (this.key == "isPayOrder") {
|
||||||
this.toCreateOrder(true);
|
this.toCreateOrder(true);
|
||||||
}
|
}
|
||||||
if (!this.shopInfo.isTableFee && item) {
|
if (!this.shopInfo.isTableFee && item&&this.perpole) {
|
||||||
//不免餐位费
|
//不免餐位费
|
||||||
await $choseCount({
|
await $choseCount({
|
||||||
masterId: this.masterId,
|
masterId: this.masterId,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue