|
@ -213,8 +213,8 @@ const formsSuccess = async (formType, data) => { |
|
|
message.error('账期日期不在当前月的范围内') |
|
|
message.error('账期日期不在当前月的范围内') |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
if (!/^(2[0-4]|[01]?[0-9])$/.test(hour)) { |
|
|
if (!/^(2[0-3]|[01]?[0-9])$/.test(hour)) { |
|
|
message.error('账期时为0-24的整数') |
|
|
message.error('账期时为0-23的整数') |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
if (!/^(60|[0-5]?[0-9])$/.test(minute)) { |
|
|
if (!/^(60|[0-5]?[0-9])$/.test(minute)) { |
|
|