diff --git a/src/app/routes/order-management/components/bulk/bulk.component.ts b/src/app/routes/order-management/components/bulk/bulk.component.ts index 734c6771..f7781bd7 100644 --- a/src/app/routes/order-management/components/bulk/bulk.component.ts +++ b/src/app/routes/order-management/components/bulk/bulk.component.ts @@ -412,9 +412,9 @@ export class OrderManagementBulkComponent implements OnInit { className: 'text-right', render: 'mybidDetailInfo' }, - { title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' }, - { title: '货主', index: 'shipperAppUserName', width: '220px', className: 'text-left' }, - { title: '所属项目', index: 'enterpriseProjectName', width: '220px', className: 'text-left' }, + { title: '网络货运人', index: 'enterpriseInfoName', width: '250px', className: 'text-left' }, + { title: '货主', index: 'shipperAppUserName', width: '250px', className: 'text-left' }, + { title: '所属项目', index: 'enterpriseProjectName', width: '250px', className: 'text-left' }, { title: '关联运单号', index: 'wayBillCode', width: '180px', className: 'text-left' }, { title: '货源编号', index: 'resourceCode', width: '180px', className: 'text-left' }, { title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-left' }, @@ -477,7 +477,7 @@ export class OrderManagementBulkComponent implements OnInit { { title: '操作', fixed: 'right', - width: '120px', + width: '130px', className: 'text-left', buttons: [ { diff --git a/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.html b/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.html index 8402a5ee..9bc261ca 100644 --- a/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.html +++ b/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-01-12 10:52:50 * @LastEditors : Shiming - * @LastEditTime : 2022-02-21 20:16:13 + * @LastEditTime : 2022-02-24 15:57:34 * @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\receipts-audit\\receipts-audit.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -68,14 +68,24 @@ {{ item.freightPrice | currency }} -
- - +
+
+ +
+
+ +
- - +
+
+ +
+
+ +
+
装 | {{ item?.loadingTime }}
diff --git a/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.less b/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.less index 149a0bc9..3b21fa16 100644 --- a/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.less +++ b/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.less @@ -10,4 +10,13 @@ line-height:32px; background-color: #d7d7d7; } - } \ No newline at end of file + ::ng-deep { + .imgBox { + display: flex; + img { + width: 60px !important; + } + } + } + } + \ No newline at end of file diff --git a/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.ts b/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.ts index bdce2344..1a8cbc08 100644 --- a/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.ts +++ b/src/app/routes/order-management/components/receipts-audit/receipts-audit.component.ts @@ -277,9 +277,9 @@ export class OrderManagementReceiptsAuditComponent implements OnInit { className: 'text-right', render: 'mybidDetailInfo' }, - { title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' }, - { title: '货主', index: 'shipperAppUserName', width: '220px', className: 'text-left' }, - { title: '所属项目', index: 'enterpriseProjectName', width: '220px', className: 'text-left' }, + { title: '网络货运人', index: 'enterpriseInfoName', width: '250px', className: 'text-left' }, + { title: '货主', index: 'shipperAppUserName', width: '250px', className: 'text-left' }, + { title: '所属项目', index: 'enterpriseProjectName', width: '250px', className: 'text-left' }, { title: '货源编号', index: 'resourceCode', width: '180px', className: 'text-left' }, { title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-left' }, { diff --git a/src/app/routes/order-management/components/risk/risk.component.ts b/src/app/routes/order-management/components/risk/risk.component.ts index 541c4424..48354ff3 100644 --- a/src/app/routes/order-management/components/risk/risk.component.ts +++ b/src/app/routes/order-management/components/risk/risk.component.ts @@ -249,7 +249,7 @@ export class OrderManagementRiskComponent implements OnInit { index: 'abnormalCause' }, { title: '托运人', index: 'shipperName', width: '200px', className: 'text-left' }, - { title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' }, + { title: '网络货运人', index: 'enterpriseInfoName', width: '250px', className: 'text-left' }, { title: '运费明细', className: 'text-right', @@ -295,7 +295,7 @@ export class OrderManagementRiskComponent implements OnInit { { title: '运输信息', className: 'text-left', - width: '200px', + width: '280px', render: 'timeer' }, { 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 09e49f8c..4c24c1c0 100644 --- a/src/app/routes/order-management/components/vehicle/vehicle.component.ts +++ b/src/app/routes/order-management/components/vehicle/vehicle.component.ts @@ -365,8 +365,8 @@ resourceStatus: any; className: 'text-right', render: 'mybidDetailInfo', }, - { title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' }, - { title: '货主', index: 'shipperAppUserName', width: '220px', className: 'text-left' }, + { title: '网络货运人', index: 'enterpriseInfoName', width: '250px', className: 'text-left' }, + { title: '货主', index: 'shipperAppUserName', width: '250px', 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' }, @@ -408,7 +408,7 @@ resourceStatus: any; { title: '操作', fixed: 'right', - width: '120px', + width: '130px', className: 'text-left', buttons: [