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