From ec47e67b21048476f0e8c93e09ed01fe9b56e26e Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Wed, 2 Mar 2022 16:48:49 +0800 Subject: [PATCH] edit --- .../freight-account-detail.component.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/routes/financial-management/components/freight-account/freight-account-detail/freight-account-detail.component.ts b/src/app/routes/financial-management/components/freight-account/freight-account-detail/freight-account-detail.component.ts index 8330957b..d3d962dc 100644 --- a/src/app/routes/financial-management/components/freight-account/freight-account-detail/freight-account-detail.component.ts +++ b/src/app/routes/financial-management/components/freight-account/freight-account-detail/freight-account-detail.component.ts @@ -199,8 +199,8 @@ export class FreightAccountDetailComponent implements OnInit { { title: '流水号', index: 'transactionNumber', width: 170 }, { title: '交易类型', index: 'tradeTypeLabel', className: 'text-center', width: 140 }, { title: '交易单号', index: 'businessNumber', width: 170 }, - { title: '订单号', index: 'business2Number', width: 170 }, - { title: '运单号', index: 'busine1ssNumber', width: 170 }, + { title: '订单号', index: 'orderSn', width: 170 }, + { title: '运单号', index: 'transportSn', width: 170 }, { title: '货主', index: 'enterpriseName' , width: 170}, { title: '所属项目', index: 'projectName' , width: 170}, { title: '收支类型', index: 'incomeTypeLabel', className: 'text-center', width: 140 }, @@ -220,9 +220,9 @@ export class FreightAccountDetailComponent implements OnInit { className: 'text-right', widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.accountBalance }) } }, - { title: '付款方', index: 'busine111ssNumber' , width: 170}, + { title: '付款方', index: 'payName' , width: 170}, { title: '收款方', index: 'payeeName', width: 170 }, - { title: '备注', index: 'projectId1', width: 170 } + { title: '备注', index: 'tradeContent', width: 170 } ]; } }