代客下单更新
This commit is contained in:
@@ -76,6 +76,9 @@
|
||||
return []
|
||||
}
|
||||
},
|
||||
isCreateOrderToDetail:{
|
||||
type:Boolean,default:false
|
||||
},
|
||||
user:{
|
||||
type: Object,
|
||||
default: () => {
|
||||
@@ -123,7 +126,7 @@
|
||||
const {tableId,name,maxCapacity,status,type}=props.table
|
||||
go.to('PAGES_CONFIRM_ORDER',{
|
||||
masterId:props.masterId,type,
|
||||
tableId,name,maxCapacity,status
|
||||
tableId,name,maxCapacity,status,isCreateOrderToDetail:props.isCreateOrderToDetail
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user