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 b161cc67..3a0302bb 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 @@ -189,7 +189,10 @@ export class FreightAccountDetailComponent implements OnInit { { title: '交易时间', index: 'createTime', type: 'date' }, { title: '流水号', index: 'transactionNumber' }, { title: '交易类型', index: 'tradeTypeLabel', className: 'text-center' }, - { title: '关联单号', index: 'businessNumber' }, + { title: '交易单号', index: 'businessNumber' }, + { title: '订单号', index: 'business2Number' }, + { title: '运单号', index: 'busine1ssNumber' }, + { title: '货主', index: 'busine11ssNumber' }, { title: '所属项目', index: 'projectId' }, { title: '收支类型', index: 'incomeTypeLabel', className: 'text-center' }, { @@ -207,7 +210,10 @@ export class FreightAccountDetailComponent implements OnInit { type: 'widget', className: 'text-right', widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.accountBalance }) } - } + }, + { title: '付款方', index: 'busine111ssNumber' }, + { title: '收款方', index: 'payeeName' }, + { title: '备注', index: 'projectId1' }, ]; } } diff --git a/src/app/routes/financial-management/components/freight-account/freight-account.component.ts b/src/app/routes/financial-management/components/freight-account/freight-account.component.ts index 2c1f45eb..2309923a 100644 --- a/src/app/routes/financial-management/components/freight-account/freight-account.component.ts +++ b/src/app/routes/financial-management/components/freight-account/freight-account.component.ts @@ -167,10 +167,10 @@ export class FreightAccountComponent implements OnInit { private initST(): STColumn[] { return [ - { title: '企业名称', width: 140, index: 'tenantName' }, + { title: '企业名称', width: 170, index: 'tenantName' }, { title: '联系人', width: 120, index: 'name' }, { title: '联系人电话', width: 140, index: 'phone' }, - { title: '网络货运人', width: 140, index: 'ltdName' }, + { title: '网络货运人', width: 170, index: 'ltdName' }, { title: '银行类型', width: 120, index: 'bankTypeLabel' }, { title: '虚拟账户', width: 140, index: 'virtualAccount' }, { diff --git a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts index c80d7a19..f93c4c37 100644 --- a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts +++ b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts @@ -147,7 +147,7 @@ export class ReceivableOrderDetailComponent implements OnInit { // { title: '订单日期', index: 'billTime', width: 150 }, // { title: '费用类型', index: 'cnoName', width: 90 }, // { title: '订单费用科目', index: 'feeSubId', width: 100 }, - { title: '费用科目', index: 'feeSubId', width: 140 }, + { title: '费用科目', index: 'feeSubName', width: 140 }, { title: '结算客户', index: 'cnoName', width: 100 }, { title: '已收金额',