|
|
|
@ -175,7 +175,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
|
showName: 'shortName',
|
|
|
|
|
valueField: 'shortName',
|
|
|
|
|
resultField: 'data',
|
|
|
|
|
immediate: false,
|
|
|
|
|
immediate: true,
|
|
|
|
|
filterOption: (input: string, option: any) => {
|
|
|
|
|
return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
|
|
|
|
|
},
|
|
|
|
@ -411,7 +411,7 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
showName: 'shortName',
|
|
|
|
|
valueField: 'shortName',
|
|
|
|
|
resultField: 'data',
|
|
|
|
|
immediate: false,
|
|
|
|
|
immediate: true,
|
|
|
|
|
filterOption: (input: string, option: any) => {
|
|
|
|
|
return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
|
|
|
|
|
},
|
|
|
|
@ -512,7 +512,7 @@ export const formSearchBoxSchema: FormSchema[] = [
|
|
|
|
|
// showName: 'shortName',
|
|
|
|
|
// valueField: 'shortName',
|
|
|
|
|
// resultField: 'data',
|
|
|
|
|
// immediate: false,
|
|
|
|
|
// immediate: true,
|
|
|
|
|
// filterOption: (input: string, option: any) => {
|
|
|
|
|
// return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
|
|
|
|
|
// },
|
|
|
|
@ -536,7 +536,7 @@ export const formSearchBoxSchema: FormSchema[] = [
|
|
|
|
|
showName: 'ctnName',
|
|
|
|
|
valueField: 'ctnName',
|
|
|
|
|
resultField: 'data',
|
|
|
|
|
immediate: false,
|
|
|
|
|
immediate: true,
|
|
|
|
|
filterOption: (input: string, option: any) => {
|
|
|
|
|
return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
|
|
|
|
|
},
|
|
|
|
@ -557,7 +557,7 @@ export const formSearchBoxSchema: FormSchema[] = [
|
|
|
|
|
labelField: 'pinYinCode',
|
|
|
|
|
showName: 'portName',
|
|
|
|
|
valueField: 'id',
|
|
|
|
|
immediate: false,
|
|
|
|
|
immediate: true,
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
@ -597,7 +597,7 @@ export const formSearchBoxSchema: FormSchema[] = [
|
|
|
|
|
// showName: 'shortName',
|
|
|
|
|
// valueField: 'shortName',
|
|
|
|
|
// resultField: 'data',
|
|
|
|
|
// immediate: false,
|
|
|
|
|
// immediate: true,
|
|
|
|
|
// filterOption: (input: string, option: any) => {
|
|
|
|
|
// return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
|
|
|
|
|
// },
|
|
|
|
@ -621,7 +621,7 @@ export const formSearchBoxSchema: FormSchema[] = [
|
|
|
|
|
// showName: 'ctnName',
|
|
|
|
|
// valueField: 'ctnName',
|
|
|
|
|
// resultField: 'data',
|
|
|
|
|
// immediate: false,
|
|
|
|
|
// immediate: true,
|
|
|
|
|
// filterOption: (input: string, option: any) => {
|
|
|
|
|
// return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
|
|
|
|
|
// },
|
|
|
|
|