车辆对接

This commit is contained in:
wangshiming
2022-01-04 14:01:36 +08:00
parent 09f89f0226
commit 251b40ece6
4 changed files with 27 additions and 21 deletions

View File

@ -302,12 +302,12 @@ export class SupplyManagementVehicleComponent implements OnInit {
title: '所属项目',
ui: {
widget: 'select',
placeholder: '请选择',
asyncData: () => this.shipperSrv.getEnterpriseProject(),
visibleIf: {
_$expand: (value: boolean) => value
}
}
_$expand: (value: boolean) => value,
},
asyncData: () =>
this.shipperSrv.getEnterpriseProject()
} as SFSelectWidgetSchema,
},
serviceType: {
title: '服务类型',