Browse Source

筛查重选问题

zyz 6 years ago
parent
commit
7c4fb61f4e
2 changed files with 10 additions and 5 deletions
  1. 1 1
      app/jbsc/css/questionnaire.css
  2. 9 4
      app/jbsc/html/filter_type.html

+ 1 - 1
app/jbsc/css/questionnaire.css

@ -48,7 +48,7 @@
.base-info .w-70{padding-right: 10px;text-align: justify;position: relative;text-align-last: justify;}
.base-info .w-70:after{content: ':';position: absolute;right: 2px;top: 0;font-weight: bold;}
.base-info input{height: 20px;padding: 0;text-align: center;width: 60px;margin: 0 5px;border-radius: 10px;border: 1px solid #d7dce6;}
.base-info .flex-box-item{padding-right: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.base-info .flex-box-item{padding-right: 15px;color: #333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.progress-number{position: absolute;top: 50%;margin-top: -30px;text-align: center;left: 0;right: 0;}
.progress-number>span{font-size: 14px;color: #12b7f5;}
.btn-group-bottom .btn{width: 100%;height: 40px;padding: 8px 12px;}

+ 9 - 4
app/jbsc/html/filter_type.html

@ -97,7 +97,7 @@
					</ul>
					<div class="clear-fixed-bottom" v-if="(currentType==1)">
						<div class="btn-fixed-bottom">
							<button class="btn start-screening" :class="{'disabled':!screeningResidents.code}"  @click="startScreening">开始筛查</button>
							<button class="btn start-screening" :class="{'disabled':!screeningResidents.code}"  @click="startScreening">{{isReLoad==1?'确认':'开始筛查'</button>
						</div>
					</div>
				</div>
@ -226,8 +226,7 @@
						var vm=this;
						vm.screeningType=item;
						console.log(vm.isReLoad)
						if(vm.isReLoad==1){
							console.log('进来了')
						if(vm.isReLoad==1){//是否是重选问题
							parent.question.screeningType=vm.screeningType.code
							parent.question.screeningTitle=vm.screeningType.title
							var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
@ -238,12 +237,18 @@
//				    开始筛查
					startScreening:function(){
						var vm=this
						if(vm.isReLoad==1){//是否是重选问题
							parent.question.screeningResidents=vm.screeningResidents.code
							parent.question.screeningResidentsName=vm.screeningResidents.title
							var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
							parent.layer.close(index); //再执行关闭
						}
			    		top.layer.open({
						  type: 2,
		//				  offset: ['100px'], //右下角弹出
						  area: ['820px', '648px'],
						  shade: 0.5,
						  title: '筛选统计',
						  title: vm.screeningType.title,
						  fixed: true, //不固定
						  maxmin: true,
						  closeBtn:1,