소스 검색

修改第一阶段查询时间

hwy 1 년 전
부모
커밋
6f86142f3c
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/statistics/html/dyjdRzsfjd.html
  2. 5 0
      app/statistics/js/dyjdRzsfjd.js

+ 1 - 1
app/statistics/html/dyjdRzsfjd.html

@ -34,7 +34,7 @@
					  v-model="startTime"
					  type="date"
					  placeholder="选择日期"
					  :picker-options="setDisabled"
					  :picker-options="type=='dyjdrzsfjd'? setDisabled1:setDisabled"
					  @change='startTimeChange'>
					</el-date-picker> ~
					<el-date-picker

+ 5 - 0
app/statistics/js/dyjdRzsfjd.js

@ -52,6 +52,11 @@ Vue.component('mzf-dyjd-rzsfjd', {
					return time.getTime() < new Date('2023','05','26') || time.getTime() > Date.now();
				}
			},
			setDisabled1:{
				disabledDate:function(time) {
					return  time.getTime() > Date.now();
				}
			},
			s:'',
			e:'',
			mergeObj: {},