更新订单列表详情,更新商品管理,更新代客下单

This commit is contained in:
2024-09-23 17:39:38 +08:00
parent 90e3866524
commit edcf844adb
36 changed files with 5301 additions and 949 deletions

View File

@@ -125,11 +125,12 @@
function more() {
emits('more')
}
function diancan() {
go.to('PAGES_CREATE_ORDER', {
tableId: props.data.tableId,
tableName: props.data.name
name: props.data.name
})
}
@@ -140,14 +141,16 @@
name,
status,
amount,
areaId
areaId,
orderId
} = props.data
go.to('PAGES_CRESATE_ORDER_DETAIL', {
go.to('PAGES_ORDER_DETAIL', {
tableId,
name,
status,
amount,
areaId
areaId,
id:orderId
})
}
}