From 4a2d6de9f5dcdc86addc879dddfead9e991eaa5e Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Fri, 15 Apr 2022 10:35:14 +0800 Subject: [PATCH 1/7] edit --- .../freight/list/detail/detail.component.html | 66 ++++++++++--------- 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/src/app/routes/usercenter/components/freight/list/detail/detail.component.html b/src/app/routes/usercenter/components/freight/list/detail/detail.component.html index 43c5bfe0..056ca944 100644 --- a/src/app/routes/usercenter/components/freight/list/detail/detail.component.html +++ b/src/app/routes/usercenter/components/freight/list/detail/detail.component.html @@ -234,7 +234,9 @@ [nzBorderless]="!isEdit" [placeholder]="isEdit?'':'-'"> - {{detailData.enterpriseAddress}} + {{ detailData?.fullRegionVO?.provinceName }}{{ + detailData?.fullRegionVO?.cityName }}{{ + detailData?.fullRegionVO?.areaName }}{{detailData.enterpriseAddress}} @@ -370,16 +372,16 @@ {{partnerInfo.partnerEnterpriseName}} - + - + - + - - - - - {{ item.remark }} - -- - - - - - - - {{ item.remark }} - -- - - - - + + + + + {{ item.remark + }} + -- + + + + + + + {{ item.remark + }} + -- + + + +
From 0a94c81031e1ad481597443bfee1b5b2943d0950 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Fri, 15 Apr 2022 11:08:31 +0800 Subject: [PATCH 2/7] edit --- .../voucher-summary/voucher-list/voucher-list.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/routes/financial-management/components/voucher-summary/voucher-list/voucher-list.component.ts b/src/app/routes/financial-management/components/voucher-summary/voucher-list/voucher-list.component.ts index a8422946..328056b4 100644 --- a/src/app/routes/financial-management/components/voucher-summary/voucher-list/voucher-list.component.ts +++ b/src/app/routes/financial-management/components/voucher-summary/voucher-list/voucher-list.component.ts @@ -217,7 +217,7 @@ export class VoucherListComponent implements OnInit { buttons: [ { text: '浏览', - click: (item: any) => this.router.navigate(['/voucher-summary/list/detail/' + item.id]) + click: (item: any) => this.router.navigate(['/financial-management/voucher-management/detail/' + item.id]) } ] } From 389a92c738f0735b21986e328a67366c3127a978 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Fri, 15 Apr 2022 11:10:07 +0800 Subject: [PATCH 3/7] edit --- .../voucher-summary/voucher-list/voucher-list.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/routes/financial-management/components/voucher-summary/voucher-list/voucher-list.component.html b/src/app/routes/financial-management/components/voucher-summary/voucher-list/voucher-list.component.html index 27bd4068..09835d0d 100644 --- a/src/app/routes/financial-management/components/voucher-summary/voucher-list/voucher-list.component.html +++ b/src/app/routes/financial-management/components/voucher-summary/voucher-list/voucher-list.component.html @@ -11,8 +11,8 @@
- - +