订单管理更新

This commit is contained in:
2024-10-31 10:26:10 +08:00
parent 9833e137f9
commit 1621a1feed
2 changed files with 4 additions and 3 deletions

View File

@@ -210,6 +210,7 @@
go.to('PAGES_CREATE_ORDER', {
tableId: options.tableId || orderDetail.info.tableId,
name: options.name || orderDetail.info.tableName,
masterId:orderDetail.info.masterId,
type: 'add'
})
}
@@ -286,7 +287,7 @@
name: '客座费',
number: res.seatCount,
totalNumber: res.seatCount,
totalAmount: res.seatAmount,
priceAmount: res.seatAmount,
status:''
}
orderDetail.goodsList = Object.entries(goodsMap).map(([key, value]) => ({