车辆接口更新
This commit is contained in:
@ -146,6 +146,7 @@ export class SupplyManagementBulkComponent implements OnInit {
|
||||
visibleIf: {
|
||||
_$expand: (value: boolean) => value,
|
||||
},
|
||||
allowClear: true,
|
||||
} as SFDateWidgetSchema,
|
||||
},
|
||||
deadlineTime: {
|
||||
@ -158,6 +159,7 @@ export class SupplyManagementBulkComponent implements OnInit {
|
||||
visibleIf: {
|
||||
_$expand: (value: boolean) => value,
|
||||
},
|
||||
allowClear: true,
|
||||
} as SFDateWidgetSchema,
|
||||
},
|
||||
enterpriseInfoId: {
|
||||
@ -184,6 +186,7 @@ export class SupplyManagementBulkComponent implements OnInit {
|
||||
visibleIf: {
|
||||
_$expand: (value: boolean) => value
|
||||
},
|
||||
allowClear: true,
|
||||
onSearch: (q: any) => {
|
||||
console.log(q)
|
||||
if (!!q) {
|
||||
|
||||
Reference in New Issue
Block a user