车辆接口更新

This commit is contained in:
wangshiming
2022-01-14 15:19:26 +08:00
parent 387c63bdb3
commit 37108424e6
9 changed files with 26 additions and 34 deletions

View File

@ -34,7 +34,6 @@ export class CloseAccountComponent implements OnInit {
{ title: '网络货运人', index: 'networkTransporterName' },
{ title: '货主名称', index: 'enterpriseName' },
{ title: '客户编码', index: 'crmCustomerCode' },
{ title: '供应商编码', index: 'crmSupplierCode' },
{
title: '操作',
buttons: [
@ -121,14 +120,6 @@ export class CloseAccountComponent implements OnInit {
_$expand: (value: boolean) => value
} }
},
crmSupplierCode: {
type: 'string',
title: '供应商编码',
ui: { placeholder: '请输入',
visibleIf: {
_$expand: (value: boolean) => value
} }
},
}
};