|
|
@@ -101,11 +101,13 @@ const InvoiceAggregate = () => {
|
|
|
title: <OptionSelect onChange={optionChange} type="InvoiceAggregate" />,
|
|
|
actions: [
|
|
|
<DatePicker.RangePicker
|
|
|
+ allowClear={false}
|
|
|
picker="month"
|
|
|
key="DatePicker"
|
|
|
+ clo
|
|
|
disabledDate={current => disabledDate(current, 'month')}
|
|
|
// disabled={[false, true]}
|
|
|
- value={state.startMonth}
|
|
|
+ value={state.params.startMonth}
|
|
|
onChange={val => setState({ ...state, params: { ...state.params, startMonth: val } })}
|
|
|
/>
|
|
|
]
|