瀏覽代碼

修改第一阶段查询时间

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: {},