From 4ccb9db42a8e6fe46086fb41bd12552c33f4ab2f Mon Sep 17 00:00:00 2001 From: wangshiming Date: Tue, 18 Jan 2022 20:05:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E6=8E=A5=E5=8F=A3=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cost-management-detail/cost-management-detail.component.ts | 2 -- .../order-management/components/vehicle/vehicle.component.ts | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.ts b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.ts index eb00bd46..2d9fae53 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.ts +++ b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.ts @@ -12,7 +12,6 @@ export class CostManagementDetailComponent implements OnInit { @ViewChild('st', { static: true }) st!: STComponent; columns: { [key: string]: STColumn[] } = this.initST(); - data = []; textStatus: boolean = false costInfo: any = {}; @@ -22,7 +21,6 @@ export class CostManagementDetailComponent implements OnInit { } ngOnInit(): void { - console.log(this.route.snapshot?.queryParams?.status) if(this.route.snapshot?.queryParams?.status === '应收') { this.textStatus = false } else { diff --git a/src/app/routes/order-management/components/vehicle/vehicle.component.ts b/src/app/routes/order-management/components/vehicle/vehicle.component.ts index 6e066b53..1bcc9265 100644 --- a/src/app/routes/order-management/components/vehicle/vehicle.component.ts +++ b/src/app/routes/order-management/components/vehicle/vehicle.component.ts @@ -387,7 +387,7 @@ resourceStatus: any; render: 'mybidDetailInfo', }, { title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' }, - { title: '货主', index: 'shipperAppUserName', width: '170px', className: 'text-left' }, + { title: '货主', index: 'shipperAppUserName', width: '220px', className: 'text-left' }, { title: '关联运单号', index: 'wayBillCode', width: '170px', className: 'text-left' }, { title: '货源编号', index: 'resourceCode', width: '170px', className: 'text-left' }, { title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-left' },