车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 10:12:31 +08:00
parent c442051454
commit f68400f42c
16 changed files with 96 additions and 131 deletions

View File

@ -350,6 +350,7 @@ export class SupplyManagementVehicleComponent implements OnInit {
visibleIf: {
_$expand: (value: boolean) => value
},
allowClear: true,
onSearch: (q: any) => {
console.log(q);
if (!!q) {
@ -371,6 +372,8 @@ export class SupplyManagementVehicleComponent implements OnInit {
visibleIf: {
_$expand: (value: boolean) => value
},
allowClear: true,
containsAllLable: true,
asyncData: () => this.shipperSrv.getEnterpriseProject()
} as SFSelectWidgetSchema
},
@ -383,7 +386,8 @@ export class SupplyManagementVehicleComponent implements OnInit {
params: { dictKey: 'service:type' },
visibleIf: {
_$expand: (value: boolean) => value
}
},
allowClear: true
} as SFSelectWidgetSchema
},
auditStatus: {
@ -391,10 +395,13 @@ export class SupplyManagementVehicleComponent implements OnInit {
type: 'string',
ui: {
widget: 'dict-select',
allowClear: true,
containsAllLable: true,
params: { dictKey: 'goodresource:audit:status' },
visibleIf: {
_$expand: (value: boolean) => value
}
},
} as SFSelectWidgetSchema
},
enterpriseInfoId: {