|
@ -1,7 +1,7 @@
|
|
|
!function(){
|
|
|
var httpData=GetRequest();
|
|
|
var userInfo = JSON.parse(window.localStorage.getItem(httpRequest.agentName));
|
|
|
parent.serviceItem=new Vue({
|
|
|
new Vue({
|
|
|
el:"#app",
|
|
|
data:{
|
|
|
planids:httpData['planids'],
|
|
@ -59,8 +59,7 @@
|
|
|
var vm=this
|
|
|
layer.open({
|
|
|
type: 2,
|
|
|
// offset: ['100px'], //右下角弹出
|
|
|
area: ['800px', '648px'],
|
|
|
area: ['80%', '600px'],
|
|
|
shade: 0.5,
|
|
|
title: '健康教育',
|
|
|
fixed: true, //不固定
|
|
@ -68,7 +67,10 @@
|
|
|
closeBtn: 1,
|
|
|
shift: 5,
|
|
|
shadeClose: false, //点击遮罩关闭层
|
|
|
content: '../../article/html/article.html?code='+patient+'&planId='+planId+'&isReha=true'
|
|
|
content: '../../article/html/article.html?code='+patient+'&planId='+planId+'&isReha=true',
|
|
|
end: function() { // 未点击确定按钮,点击关闭按钮
|
|
|
vm.getServiceItemList();
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
// 健康指导
|
|
@ -77,7 +79,7 @@
|
|
|
layer.open({
|
|
|
type: 2,
|
|
|
// offset: ['100px'], //右下角弹出
|
|
|
area: ['800px', '648px'],
|
|
|
area: ['80%', '600px'],
|
|
|
shade: 0.5,
|
|
|
title: '健康教育',
|
|
|
fixed: true, //不固定
|
|
@ -99,7 +101,7 @@
|
|
|
layer.open({
|
|
|
type: 2,
|
|
|
// offset: ['100px'], //右下角弹出
|
|
|
area: ['600px', '650px'],
|
|
|
area: ['80%', '600px'],
|
|
|
shade: 0.5,
|
|
|
title: '完成项目确认',
|
|
|
fixed: true, //不固定
|
|
@ -137,7 +139,7 @@
|
|
|
layer.open({
|
|
|
type: 2,
|
|
|
// offset: ['100px'], //右下角弹出
|
|
|
area: ['800px', '650px'],
|
|
|
area: ['80%', '600px'],
|
|
|
shade: 0.5,
|
|
|
title: '指导留言',
|
|
|
fixed: true, //不固定
|