Prechádzať zdrojové kódy

修改第一阶段查询时间

hwy 1 rok pred
rodič
commit
6f86142f3c

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