车辆接口更新
This commit is contained in:
@ -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
|
||||
} }
|
||||
},
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user