From 3c6d526dc26cc307cd29b2e3d54c4c8430189cc7 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Fri, 25 Mar 2022 16:05:34 +0800 Subject: [PATCH] edit --- .../withdrawals-detail/withdrawals-detail.component.html | 8 +++----- .../withdrawals-detail/withdrawals-detail.component.ts | 6 +++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.html b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.html index 3ba4fb26..1425c22a 100644 --- a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.html +++ b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.html @@ -62,8 +62,7 @@ [ui]="{ '*': { spanLabelFixed: 110,grid: { lg: 8, md: 12, sm: 12, xs: 24 } }}" [compact]="true" [button]="'none'"> -
+
@@ -73,9 +72,8 @@
- + {{index+1}} diff --git a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.ts b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.ts index 60812cec..5134ce46 100644 --- a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.ts +++ b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.ts @@ -220,14 +220,14 @@ export class WithdrawalsDetailComponent implements OnInit { width: 140 }, { title: '运费明细', index: 'billHId', className: 'text-center', width: 150 }, - { title: '货主', index: 'billHId', className: 'text-center', width: 150 }, + { title: '货主', index: 'ltdName', className: 'text-center', width: 150 }, { title: '订单号', index: 'billHId', className: 'text-center', width: 150 }, { title: '运单号', index: 'billHId', className: 'text-center', width: 150 }, { title: '货源编号', index: 'billHId', className: 'text-center', width: 150 }, { title: '服务类型', index: 'billHId', className: 'text-center', width: 150 }, - { title: '承运司机', index: 'billHId', className: 'text-center', width: 150 }, + { title: '承运司机', index: 'driverId', className: 'text-center', width: 150 }, { title: '收款人', index: 'billHId', className: 'text-center', width: 150 }, - { title: '银行类型', index: 'billHId', className: 'text-center', width: 150 } + { title: '银行类型', index: 'billType', className: 'text-center', width: 150 } ]; } }