diff --git a/src/app/routes/vehicle/components/audit/detail/detail.component.html b/src/app/routes/vehicle/components/audit/detail/detail.component.html index eb678c6f..608a8bb0 100644 --- a/src/app/routes/vehicle/components/audit/detail/detail.component.html +++ b/src/app/routes/vehicle/components/audit/detail/detail.component.html @@ -1,5 +1,5 @@ - + - + - + *ngIf="detailData?.approvalStatus === 10 || detailData?.approvalStatus === '10'" + >驳回 + @@ -41,14 +46,17 @@ - - + - 车辆基础信息 - + 车辆基础信息 - + @@ -57,25 +65,46 @@ [nzShowArrow]="isEdit" [nzDisabled]="!isEdit"> --> - + - + - + - + @@ -84,23 +113,38 @@ + *ngTemplateOutlet=" + uploadTemplate; + context: { image: detailData?.carFrontPhotoWatermark, key: 'carFrontPhotoWatermark', hover: 'PhotoWatermark2' } + " + > - 行驶证信息 + 行驶证信息 - + - + @@ -108,12 +152,24 @@ - + - + @@ -121,16 +177,32 @@ - + - + - + @@ -139,64 +211,127 @@ - + - + - + + *ngTemplateOutlet=" + uploadTemplate; + context: { image: detailData?.certificatePhotoFrontWatermark, key: 'certificatePhotoFrontWatermark', hover: 'FrontWatermark' } + " + > + *ngTemplateOutlet=" + uploadTemplate; + context: { image: detailData?.certificatePhotoBackWatermark, key: 'certificatePhotoBackWatermark', hover: 'BackWatermark' } + " + > - 道路运输证信息 + 道路运输证信息 - + - + - + - + + *ngTemplateOutlet=" + uploadTemplate; + context: { image: detailData?.roadTransportPhotoWatermark, key: 'roadTransportPhotoWatermark', hover: 'Watermark' } + " + > - 认证司机 + 认证司机 - +
未上传 @@ -210,7 +345,6 @@ -
@@ -218,30 +352,42 @@ {{ detailData?.carNo }} - +
- +
上传
-
- +
+
-
+
- \ No newline at end of file + diff --git a/src/app/routes/vehicle/components/audit/detail/detail.component.ts b/src/app/routes/vehicle/components/audit/detail/detail.component.ts index 5e17a8f8..89ece581 100644 --- a/src/app/routes/vehicle/components/audit/detail/detail.component.ts +++ b/src/app/routes/vehicle/components/audit/detail/detail.component.ts @@ -61,10 +61,10 @@ export class VehicleComponentsAuditDetailComponent implements OnInit, OnDestroy initST() { this.columns = [ - { title: '司机姓名', index: 'name', className: 'text-center' }, - { title: '司机手机号', index: 'mobile', className: 'text-center' }, - { title: '身份证号', index: 'idCardNo', className: 'text-center' }, - { title: '挂靠协议', render: 'auditStatusEnum', className: 'text-center' }, + { title: '司机姓名', index: 'name', width: 150, className: 'text-center' }, + { title: '司机手机号', index: 'mobile', width: 200,className: 'text-center' }, + { title: '身份证号', index: 'idCardNo', width: 200, className: 'text-center' }, + { title: '挂靠协议', render: 'auditStatusEnum', width: 100,className: 'text-center' }, { title: '车主申明/挂靠协议', fixed: 'right', diff --git a/src/app/routes/vehicle/components/list/detail/detail.component.html b/src/app/routes/vehicle/components/list/detail/detail.component.html index 56a65d87..f868a506 100644 --- a/src/app/routes/vehicle/components/list/detail/detail.component.html +++ b/src/app/routes/vehicle/components/list/detail/detail.component.html @@ -8,11 +8,10 @@ - -
+ +
- + @@ -23,45 +22,76 @@ - 车辆基础信息 + 车辆基础信息 - + - + - + - + - + - + @@ -71,7 +101,11 @@ + *ngTemplateOutlet=" + uploadTemplate; + context: { image: detailData?.carFrontPhotoWatermark, key: 'carFrontPhotoWatermark', hover: 'PhotoWatermark2' } + " + > @@ -79,33 +113,62 @@ - 行驶证信息 + 行驶证信息 - + - + - + - + - + @@ -113,17 +176,33 @@ - + - + - + @@ -132,68 +211,130 @@ - + - + - + + *ngTemplateOutlet=" + uploadTemplate; + context: { image: detailData?.certificatePhotoFrontWatermark, key: 'certificatePhotoFrontWatermark', hover: 'FrontWatermark' } + " + > + *ngTemplateOutlet=" + uploadTemplate; + context: { image: detailData?.certificatePhotoBackWatermark, key: 'certificatePhotoBackWatermark', hover: 'BackWatermark' } + " + > - 道路运输证信息 + 道路运输证信息 - + - + - + - + + *ngTemplateOutlet=" + uploadTemplate; + context: { image: detailData?.roadTransportPhotoWatermark, key: 'roadTransportPhotoWatermark', hover: 'Watermark' } + " + > - 认证司机 + 认证司机 - +
未上传 @@ -208,8 +349,13 @@ - + @@ -219,9 +365,7 @@
-
- 暂无评价内容 -
+
暂无评价内容
@@ -232,23 +376,35 @@ - +
上传
-
- +
+
-
+
- \ No newline at end of file + diff --git a/src/app/routes/vehicle/components/list/detail/detail.component.ts b/src/app/routes/vehicle/components/list/detail/detail.component.ts index 6cdb9990..9e729f83 100644 --- a/src/app/routes/vehicle/components/list/detail/detail.component.ts +++ b/src/app/routes/vehicle/components/list/detail/detail.component.ts @@ -89,9 +89,10 @@ export class VehicleComponentsListDetailComponent implements OnInit { } initST() { this.columns = [ - { title: '司机姓名', index: 'name', width: 300, className: 'text-center' }, - { title: '司机手机号', index: 'mobile', width: 300, className: 'text-center' }, - { title: '挂靠协议', render: 'auditStatusEnum', className: 'text-center' }, + { title: '司机姓名', index: 'name', width: 150, className: 'text-center' }, + { title: '司机手机号', index: 'mobile', width: 200, className: 'text-center' }, + { title: '身份证号', index: 'idCardNo',width: 200, className: 'text-center' }, + { title: '挂靠协议', render: 'auditStatusEnum', width: 100,className: 'text-center' }, { title: '录入人员', index: 'saveUser', className: 'text-center' }, { title: '车主申明/挂靠协议',