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

This commit is contained in:
2024-09-23 17:23:24 +08:00
parent 3d75bbaaae
commit 148ac92e80

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;