代客下单增加已开太台桌就餐方式
This commit is contained in:
parent
632ecda8e4
commit
fc9b1dfda3
|
|
@ -2839,6 +2839,10 @@ export default {
|
|||
},
|
||||
async open(item, key, perpoleNumber) {
|
||||
this.table = item;
|
||||
if(item.useType){
|
||||
localStorage.setItem("useType",item.useType);
|
||||
this.useTypes.sel = item.useType=='takeout'?item.useType:item.useType.replace(/-after|-before/g,'');
|
||||
}
|
||||
this.key = key;
|
||||
if (this.key == "isPayOrder") {
|
||||
this.isCreateOrder = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue