|
@ -103,10 +103,23 @@ new Vue({
|
|
|
jkjy:function(data){
|
|
|
var receiver={"code":data.patientCode,name:data.patientName}
|
|
|
sessionStorage.setItem("jbsc-jkwzreceiver",JSON.stringify(receiver))
|
|
|
location.href="../../../../health-education/login.html?origin=jbsc"
|
|
|
layer.open({
|
|
|
type: 2,
|
|
|
// offset: ['100px'], //右下角弹出
|
|
|
area: ['1000px', '100%'],
|
|
|
shade: 0.5,
|
|
|
title: '健康教育',
|
|
|
fixed: true, //不固定
|
|
|
maxmin: true,
|
|
|
closeBtn:1,
|
|
|
shift: 5,
|
|
|
shadeClose: false, //点击遮罩关闭层
|
|
|
content: "../../../../health-education/login.html?origin=jbsc"
|
|
|
});
|
|
|
// location.href="../../../../health-education/login.html?origin=jbsc"
|
|
|
},
|
|
|
view:function(data){
|
|
|
top.layer.open({
|
|
|
layer.open({
|
|
|
type: 2,
|
|
|
// offset: ['100px'], //右下角弹出
|
|
|
area: ['568px', '100%'],
|