修复代客下单加菜未禁止切换就餐模式
This commit is contained in:
@@ -120,9 +120,9 @@
|
||||
if(props.data.length<=0){
|
||||
return infoBox.showToast('还没有选择商品')
|
||||
}
|
||||
const {tableId,name,maxCapacity,status}=props.table
|
||||
const {tableId,name,maxCapacity,status,type}=props.table
|
||||
go.to('PAGES_CONFIRM_ORDER',{
|
||||
masterId:props.masterId,
|
||||
masterId:props.masterId,type,
|
||||
tableId,name,maxCapacity,status
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user