|
@ -117,7 +117,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="flex-box btns-group" v-if="service.isMyTask==1 || service.isZD">
|
|
|
<!--<button class="btn btn-yuyue" v-if="service.itemType==0 && service.operate!=1">上传附件</button>-->
|
|
|
<button class="btn btn-yuyue" v-if="service.reserve==1" @click="qwapp">转诊预约</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="jkzd(service.planDetaiId,service.patient)">健康指导</button>
|
|
|
<button class="btn btn-yuyue" v-if="service.itemType==4 && service.operate!=1" @click="zwkf">随访</button>
|
|
@ -168,6 +168,9 @@
|
|
|
changeCollapseIndex:function(idx){
|
|
|
this.collapseIndex=idx;
|
|
|
},
|
|
|
qwapp:function(){
|
|
|
top.layer.msg('请前往app处理',{icon:5});
|
|
|
},
|
|
|
//获取服务列表
|
|
|
getServiceItemList:function(){
|
|
|
var vm=this;
|