Преглед на файлове

批量约单 需限制下不能往后选时间

linwenxin преди 1 година
родител
ревизия
d33a8d2a12
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      src/views/workOrder/workOrderPool/components/reschedule/index.vue

+ 5 - 0
src/views/workOrder/workOrderPool/components/reschedule/index.vue

@@ -51,6 +51,11 @@ export default {
             style: { width: '100%' },
             style: { width: '100%' },
             placeholder: '请选择',
             placeholder: '请选择',
             'value-format': 'yyyy-MM-dd HH:mm:ss',
             'value-format': 'yyyy-MM-dd HH:mm:ss',
+            'picker-options': {
+              disabledDate: time => {
+                return time.getTime() < (Date.now() - 86400000)
+              }
+            }
           },
           },
           formItemAttributes: {
           formItemAttributes: {
             label: '预约上门日期',
             label: '预约上门日期',