|
|
@ -450,7 +450,7 @@ function ExceptionParkReport() { |
|
|
|
}} |
|
|
|
disabledDate={(current) => |
|
|
|
current > moment(FormData.end_time) || |
|
|
|
current < moment(FormData.end_time).subtract(180, "days") |
|
|
|
current < moment(FormData.end_time).subtract(120, "days") |
|
|
|
} |
|
|
|
/> |
|
|
|
</div> |
|
|
@ -479,7 +479,7 @@ function ExceptionParkReport() { |
|
|
|
}} |
|
|
|
disabledDate={(current) => |
|
|
|
current < moment(FormData.start_time) || |
|
|
|
current > moment(FormData.start_time).add(180, "days") |
|
|
|
current > moment(FormData.start_time).add(120, "days") |
|
|
|
} |
|
|
|
/> |
|
|
|
</div> |
|
|
|