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