车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 10:30:09 +08:00
parent f68400f42c
commit 15fafe787c
4 changed files with 20 additions and 40 deletions

View File

@ -90,6 +90,7 @@ export class WaybillManagementVehicleComponent implements OnInit {
serverSearch: true,
searchDebounceTime: 300,
searchLoadingText: '搜索中...',
allowClear: true,
onSearch: (q: any) => {
console.log(q)
if (!!q) {
@ -129,6 +130,7 @@ export class WaybillManagementVehicleComponent implements OnInit {
visibleIf: {
_$expand: (value: boolean) => value
},
allowClear: true,
asyncData: () => this.shipperservice.getEnterpriseProject()
} as SFSelectWidgetSchema
},
@ -165,7 +167,7 @@ export class WaybillManagementVehicleComponent implements OnInit {
ui: {
widget: 'dict-select',
params: { dictKey: 'overall:payment:status' },
containAllLable: true,
containsAllLable: true,
visibleIf: {
_$expand: (value: boolean) => value
}
@ -195,6 +197,7 @@ export class WaybillManagementVehicleComponent implements OnInit {
ui: {
widget: 'select',
placeholder: '请选择',
allowClear: true,
visibleIf: {
_$expand: (value: boolean) => value
}
@ -220,6 +223,7 @@ export class WaybillManagementVehicleComponent implements OnInit {
widget: 'date',
mode: 'range',
format: 'yyyy-MM-dd',
allowClear: true,
visibleIf: {
_$expand: (value: boolean) => value
}