fix bug
This commit is contained in:
		| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2022-01-12 10:52:50 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-03-24 09:48:40 | ||||
|  * @LastEditTime : 2022-03-25 13:44:42 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\compliance-audit\\compliance-audit.component.html | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
| --> | ||||
| @ -89,11 +89,12 @@ | ||||
|       <ng-template st-row="billCode" let-item let-index="index"> | ||||
|         <a *ngIf="item.billType == '1'" [routerLink]="'/order-management/vehicle/vehicle-detail/' + item.id">{{ item.billCode }}</a> | ||||
|         <a *ngIf="item.billType == '2'"  [routerLink]="'/order-management/bulk/bulk-detail/' + item.id">{{ item.billCode }}</a> | ||||
|         <a *ngIf="item.billType == '3'"  [routerLink]="'/order-management/vehicle/vehicle-detail/' + item.id">{{ item.billCode }}</a> | ||||
|         <div> | ||||
|           <span>{{ item?.billStatusLabel }}</span> | ||||
|         </div> | ||||
|         <div> | ||||
|           <span >{{item?.billTypeLabel}}{{item?.serviceTypeLabel}}</span> | ||||
|           <span >{{item?.billTypeLabel}}{{item?.serviceTypeLabel === item?.billTypeLabel ? '':item?.serviceTypeLabel}}</span> | ||||
|         </div> | ||||
|       </ng-template> | ||||
|       <ng-template st-row="goodsName" let-item let-index="index"> | ||||
|  | ||||
| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2022-01-12 10:52:50 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-03-25 13:18:34 | ||||
|  * @LastEditTime : 2022-03-25 13:44:11 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\receipts-audit\\receipts-audit.component.html | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
| --> | ||||
| @ -101,6 +101,7 @@ | ||||
|         <!-- <div>{{ item.billCode }}</div> --> | ||||
|         <a *ngIf="item.resourceType == '1'" [routerLink]="'/order-management/vehicle/vehicle-detail/' + item.id">{{ item.billCode }}</a> | ||||
|         <a *ngIf="item.resourceType == '2'"  [routerLink]="'/order-management/bulk/bulk-detail/' + item.id">{{ item.billCode }}</a> | ||||
|         <a *ngIf="item.resourceType == '3'"  [routerLink]="'/order-management/vehicle/vehicle-detail/' + item.id">{{ item.billCode }}</a> | ||||
|         <div> | ||||
|           <span>{{item?.billStatusLabel}}</span> | ||||
|         </div> | ||||
|  | ||||
| @ -211,8 +211,8 @@ export class VehicleComponentsListComponent implements OnInit { | ||||
|           false: { text: '空闲', color: 'default' } | ||||
|         } | ||||
|       }, | ||||
|       { title: '道运证', width: '150px', className: 'text-center', index: 'roadTransportNo' }, | ||||
|       { title: '审核人', width: '150px', className: 'text-center', index: 'approvalUserName' }, | ||||
|       // { title: '道运证', width: '150px', className: 'text-center', index: 'roadTransportNo' }, | ||||
|       // { title: '审核人', width: '150px', className: 'text-center', index: 'approvalUserName' }, | ||||
|  | ||||
|       { | ||||
|         title: '行驶证到期状态', | ||||
| @ -238,11 +238,11 @@ export class VehicleComponentsListComponent implements OnInit { | ||||
|           3: { text: '已到期', color: 'error' } | ||||
|         } | ||||
|       }, | ||||
|       { title: '是否入网', width: '200px', className: 'text-center', index: 'carOwner' }, | ||||
|       { title: '所有人', width: '200px', className: 'text-center', index: 'carOwner' }, | ||||
|       { title: '是否挂靠', width: '150px', className: 'text-center', render: 'isSelf' }, | ||||
|       { title: '挂靠协议', width: '150px', className: 'text-center', render: 'approvalAuditStatus' }, | ||||
|       // { title: '是否已备案', className: 'text-center', render: 'putOnRecord', }, | ||||
|  | ||||
|       { | ||||
|         title: '操作', | ||||
|         fixed: 'right', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user