更新gh分支

This commit is contained in:
GaoHao
2024-09-18 16:41:15 +08:00
parent d13405ee3f
commit ad93d41550
12 changed files with 1026 additions and 50 deletions

View File

@@ -129,8 +129,9 @@
function toOrderDetail() {
if(props.data.status=='using'){
const {tableId,name,status,amount,areaId}=props.data
go.to('PAGES_CRESATE_ORDER_DETAIL', {
...props.data
tableId,name,status,amount,areaId
})
}
}