代客下单增加已开太台桌就餐方式

This commit is contained in:
YeMingfei666 2024-09-23 17:22:01 +08:00
parent 632ecda8e4
commit fc9b1dfda3
1 changed files with 4 additions and 0 deletions

View File

@ -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;