浏览代码

疾病筛查layer

chenyue 6 年之前
父节点
当前提交
8556fdac1f
共有 1 个文件被更改,包括 15 次插入2 次删除
  1. 15 2
      app/jbsc/js/statistics.js

+ 15 - 2
app/jbsc/js/statistics.js

@ -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%'],