订单每页20,和客户详情单独提交

This commit is contained in:
ray
2026-05-06 15:38:24 +08:00
parent d14ed90597
commit 1c92478867
2 changed files with 89 additions and 19 deletions

View File

@@ -74,6 +74,7 @@ export const datasets = {
return {
loginName: loginName.replace(/\s+/g, ''),
accountId,
listPageNum: context.pageNum || '',
realName: record['UID实名认证名称'] || '',
reportSource: record['报备来源'] || '',
reportType: record['报备类型'] || '',
@@ -101,7 +102,7 @@ export const datasets = {
name: 'orders',
url: `${config.baseUrl}/#/detail/order/~/costCenter/order`,
heading: '订单查询',
pageSize: 100,
pageSize: 20,
uniqueKey: (record) => record.orderId || record.__hash,
normalize: (record, context) => ({
orderId: record['订单号'] || '',