Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
		| @ -5,7 +5,7 @@ import { OnChanges } from '@angular/core'; | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2022-01-05 11:01:55 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-02-28 20:22:46 | ||||
|  * @LastEditTime : 2022-03-30 10:45:19 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\contract-management\\components\\contract-template-detail\\contract-template-detail.component.ts | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
|  */ | ||||
| @ -95,7 +95,9 @@ export class ContractManagementTemplateTextComponent implements OnInit { | ||||
|                     { label: '订单补充协议', value: '2' }, | ||||
|                     { label: '运单合同', value: '3' }, | ||||
|                     { label: '运单补充协议', value: '4' }, | ||||
|                     { label: '委托代收合同', value: '5' } | ||||
|                     { label: '委托代收合同', value: '5' }, | ||||
|                     { label: '电子提货单', value: '10' }, | ||||
|                     { label: '电子卸货单', value: '11' }, | ||||
|                   ]; | ||||
|                   this.sf.getProperty('/contractType')!.schema.enum = this.Types; | ||||
|                   this.sf.getProperty('/contractType')!.widget.reset(this.Types); | ||||
|  | ||||
| @ -267,7 +267,7 @@ export class DatatableOrderReportingComponent implements OnInit { | ||||
|       { title: '订单状态', render: 'orderStatus', className: 'text-center', width: '120px', }, | ||||
|       { title: '司机状态', render: 'driverStatus', className: 'text-center', width: '120px', }, | ||||
|       { title: '车辆状态', render: 'carStatus', className: 'text-center', width: '120px', }, | ||||
|       { title: '本地校验', render: 'localValid', className: 'text-center', width: '120px', }, | ||||
|       { title: '本地校验66', render: 'localValid', className: 'text-center', width: '120px', }, | ||||
|       { | ||||
|         title: '订单号', | ||||
|         render: 'billComplianceVOS', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user