Эх сурвалжийг харах

电量管理增加角色degree-manage

hfxc226 1 сар өмнө
parent
commit
931e1cfa0c

+ 2 - 1
src/views/produce/record/ProduceRecord.vue

@@ -288,7 +288,8 @@ export default {
     },
     disabledDate (current) {
       // Can not select days today and after today
-      return current > this.BaseTool.Moment().subtract(1, 'days').endOf('day')
+      // return current > this.BaseTool.Moment().subtract(1, 'days').endOf('day')
+      return current > this.BaseTool.Moment().endOf('day')
     },
     handleEdit (record) {
       this.visible = false