f07fa5e0 by zhangmeng

日期限制

1 parent 56e5085f
...@@ -298,7 +298,6 @@ function getDaysBetween(){ ...@@ -298,7 +298,6 @@ function getDaysBetween(){
298 298
299 function disabledDateRZ(date) { 299 function disabledDateRZ(date) {
300 //判读今天大与form.value.hqStart 300 //判读今天大与form.value.hqStart
301 console.log(date)
302 if (formTime.value.hqStart) { 301 if (formTime.value.hqStart) {
303 const today = dayjs().format('YYYY-MM-DD') 302 const today = dayjs().format('YYYY-MM-DD')
304 if (formTime.value.hqStart < today) { 303 if (formTime.value.hqStart < today) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!