|
@ -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,
|