diff --git a/src/app/routes/financial-management/components/freight-account/freight-account-detail/freight-account-detail.component.html b/src/app/routes/financial-management/components/freight-account/freight-account-detail/freight-account-detail.component.html index 135e23a0..1e0e0cbc 100644 --- a/src/app/routes/financial-management/components/freight-account/freight-account-detail/freight-account-detail.component.html +++ b/src/app/routes/financial-management/components/freight-account/freight-account-detail/freight-account-detail.component.html @@ -14,17 +14,17 @@ - - - diff --git a/src/app/routes/financial-management/components/payment-record/payment-record.component.ts b/src/app/routes/financial-management/components/payment-record/payment-record.component.ts index 0109a368..500b02e0 100644 --- a/src/app/routes/financial-management/components/payment-record/payment-record.component.ts +++ b/src/app/routes/financial-management/components/payment-record/payment-record.component.ts @@ -250,7 +250,7 @@ export class PaymentRecordComponent implements OnInit { { title: '运费明细', render: 'amountDetails', - width: 150, + width: 160, format: item => { let surcharge = 0; (item.amountDetails as Array).forEach(detail => { @@ -264,19 +264,19 @@ export class PaymentRecordComponent implements OnInit { { title: '支付类型', index: 'payTypeLabel', - width: 130 + width: 140 }, - { title: '货主', index: 'enterpriseInfoName', width: 160 }, - { title: '订单号', render: 'billCode', width: 160 }, - { title: '运单号', render: 'wayBillCode', width: 160 }, + { title: '货主', index: 'enterpriseInfoName', width: 180 }, + { title: '订单号', render: 'billCode', width: 170 }, + { title: '运单号', render: 'wayBillCode', width: 170 }, { title: '货源编号', index: 'resourceCode', width: 160 }, { title: '服务类型', index: 'serviceTypeLabel', width: 150 }, - { title: '承运司机', render: 'driverId', width: 120 }, - { title: '收款人', render: 'captainName', width: 120 }, + { title: '承运司机', render: 'driverId', width: 140 }, + { title: '收款人', render: 'captainName', width: 140 }, { title: '银行类型', index: 'bankType', width: 150, type: 'enum', enum: { 1: '平安银行', 2: '浦发银行' } }, { title: '网络货运人', index: 'ltdName', width: 160 }, { title: '申请时间', index: 'applyTime', width: 160 },