车辆对接

This commit is contained in:
wangshiming
2022-01-10 14:21:04 +08:00
parent 71e74eb657
commit 4c3485ada1
4 changed files with 186 additions and 175 deletions

View File

@ -67,10 +67,16 @@ export class ContractManagementContractListComponent implements OnInit {
render: 'contractCode'
},
{
title: '合同类型',
title: '单据类型',
width: '100px',
className: 'text-center',
index:'contractType'
index:'documentType'
},
{
title: '合同名称',
width: '100px',
className: 'text-center',
index:'contractName'
},
{ title: '托运人', index: 'shipperName', width: '120px', className: 'text-center' },
{ title: '承运人', index: 'carrierName', width: '120px', className: 'text-center' },
@ -163,7 +169,10 @@ export class ContractManagementContractListComponent implements OnInit {
title: '签署日期',
type: 'string',
ui: {
widget: 'custom'
widget: 'custom',
visibleIf: {
_$expand: (value: boolean) => value,
},
}
},
},