|
@ -154,7 +154,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="clear-bottom">
|
|
|
|
|
|
<div class="clear-bottom" v-if="!isView">
|
|
<div class="btn-group-bottom flex-box">
|
|
<div class="btn-group-bottom flex-box">
|
|
<button class="btn btn-success" @click="jkjy">健康教育</button>
|
|
<button class="btn btn-success" @click="jkjy">健康教育</button>
|
|
<button class="btn bgc-12b7f5" v-if="userInfo.is_again" @click="reScreening">再次筛查</button>
|
|
<button class="btn bgc-12b7f5" v-if="userInfo.is_again" @click="reScreening">再次筛查</button>
|
|
@ -181,6 +181,7 @@
|
|
noTiZhong:true,
|
|
noTiZhong:true,
|
|
doctorInfo:{code:wlyyAgentForDoc.uid},
|
|
doctorInfo:{code:wlyyAgentForDoc.uid},
|
|
resultCode:httpData['resultCode'],
|
|
resultCode:httpData['resultCode'],
|
|
|
|
isView: httpData['isView']|| false
|
|
},
|
|
},
|
|
mounted: function(){
|
|
mounted: function(){
|
|
this.getScreenResultDetail()
|
|
this.getScreenResultDetail()
|
|
@ -204,7 +205,7 @@
|
|
var vm=this
|
|
var vm=this
|
|
var receiver={"code":vm.userInfo.patient_code,name:vm.userInfo.patient_name}
|
|
var receiver={"code":vm.userInfo.patient_code,name:vm.userInfo.patient_name}
|
|
sessionStorage.setItem("jbsc-jkwzreceiver",JSON.stringify(receiver))
|
|
sessionStorage.setItem("jbsc-jkwzreceiver",JSON.stringify(receiver))
|
|
location.href="../../../../health-education/login.html?origin=jbsc"
|
|
|
|
|
|
top.location.href="../../../../health-education/login.html?origin=jbsc"
|
|
},
|
|
},
|
|
getScreenResultDetail:function(){
|
|
getScreenResultDetail:function(){
|
|
var vm=this;
|
|
var vm=this;
|