|
@@ -87,9 +87,9 @@
|
|
{ field: 'monthQy', ifShow: true, componentProps: { options: showOptions( value == '3' ? 12 : 5), } },
|
|
{ field: 'monthQy', ifShow: true, componentProps: { options: showOptions( value == '3' ? 12 : 5), } },
|
|
{ field: 'count', suffix: ( count * monthQy ) + unitStr },
|
|
{ field: 'count', suffix: ( count * monthQy ) + unitStr },
|
|
{ field: 'incrementEndTime', componentProps: {
|
|
{ field: 'incrementEndTime', componentProps: {
|
|
- disabledDate: (current) => {
|
|
|
|
- return current && current < dayjs().subtract(1, 'day').add(1, value == '3' ? 'month' : 'year');
|
|
|
|
- },
|
|
|
|
|
|
+ // disabledDate: (current) => {
|
|
|
|
+ // return current && current < dayjs().subtract(1, 'day').add(1, value == '3' ? 'month' : 'year');
|
|
|
|
+ // },
|
|
} }
|
|
} }
|
|
]);
|
|
]);
|
|
setFieldsValue({
|
|
setFieldsValue({
|