|
|
@ -30,7 +30,7 @@ const AgentGroupCount = () => {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
shows: ['agency', 'DateType', 'DepartmentList', 'countryArea', 'dates'],
|
|
|
|
shows: ['agency', 'DateType', 'DepartmentList', 'countryArea', 'dates'],
|
|
|
|
fieldProps: {
|
|
|
|
fieldProps: {
|
|
|
|
DepartmentList: { show_all: true },
|
|
|
|
DepartmentList: { show_all: true, mode: 'multiple' },
|
|
|
|
WebCode: { show_all: false, mode: 'multiple' },
|
|
|
|
WebCode: { show_all: false, mode: 'multiple' },
|
|
|
|
dates: { hide_vs: true },
|
|
|
|
dates: { hide_vs: true },
|
|
|
|
DateType: { disabledKeys: ['applyDate'] },
|
|
|
|
DateType: { disabledKeys: ['applyDate'] },
|
|
|
|