|
@ -119,11 +119,11 @@
|
|
|
<div class="flex-box btns-group">
|
|
|
<!--<button class="btn btn-yuyue" v-if="service.itemType==0 && service.operate!=1">上传附件</button>-->
|
|
|
<button class="btn btn-yuyue" v-if="service.itemType==2 && service.operate!=1" @click="jkjy(service.patient,service.planDetaiId)">健康教育</button>
|
|
|
<button class="btn btn-yuyue" v-if="service.itemType==3 && service.operate!=1" @click="zwkf">健康指导</button>
|
|
|
<button class="btn btn-yuyue" v-if="service.itemType==3 && service.operate!=1" @click="jkzd(service.planDetaiId,service.patient)">健康指导</button>
|
|
|
<button class="btn btn-yuyue" v-if="service.itemType==4 && service.operate!=1" @click="zwkf">随访</button>
|
|
|
<button class="btn btn-zhidao" @click="zdly(service)">指导留言</button>
|
|
|
<button class="btn btn-fuwuma" v-if="service.itemType==1 && service.operate!=1" @click="fwm(service.planDetaiId,service.patient)">服务码</button>
|
|
|
<!--<button class="btn btn-fuwuma" @click="fwm(service.planDetaiId)">服务码</button>-->
|
|
|
<!--<button class="btn btn-fuwuma" @click="fwm(service.planDetaiId,service.patient)">服务码</button>-->
|
|
|
<button class="btn btn-fuwuma" v-if="service.operate==1" @click="goToFinish(service.planDetaiId)">完成</button>
|
|
|
</div>
|
|
|
</div>
|
|
@ -196,6 +196,23 @@
|
|
|
content: '../../article/html/article.html?code='+patient+'&planId='+planId+'&isReha=true'
|
|
|
});
|
|
|
},
|
|
|
// 健康指导
|
|
|
jkzd:function(patient,planId){
|
|
|
var vm=this
|
|
|
top.layer.open({
|
|
|
type: 2,
|
|
|
// offset: ['100px'], //右下角弹出
|
|
|
area: ['800px', '648px'],
|
|
|
shade: 0.5,
|
|
|
title: '健康教育',
|
|
|
fixed: true, //不固定
|
|
|
maxmin: true,
|
|
|
closeBtn: 1,
|
|
|
shift: 5,
|
|
|
shadeClose: false, //点击遮罩关闭层
|
|
|
content:'../../guidance/html/index.html#/person-edit-panel?patient='+patient+'&planId='+planId
|
|
|
});
|
|
|
},
|
|
|
// 暂未开放
|
|
|
zwkf:function(){
|
|
|
top.layer.msg('此功能暂未开放',{icon:1});
|