|
@ -19,49 +19,49 @@
|
|
|
<div class="clearfix">
|
|
|
<div class="fl w-100-66">
|
|
|
<p class="m0 p0 mb10">
|
|
|
<span class="c-999">姓名:</span>{{recoverPatInfo.patientInfo.patientName}}
|
|
|
<span class="c-999 ml20">性别:</span>{{recoverPatInfo.patientInfo.sex == 1 ? "男" : "女"}}
|
|
|
<span class="c-999 ml20">年龄:</span>{{recoverPatInfo.patientInfo.age}}岁
|
|
|
<span class="c-999">姓名:</span>{{recoverPatInfo.patientInfo&&recoverPatInfo.patientInfo.patientName?recoverPatInfo.patientInfo.patientName:''}}
|
|
|
<span class="c-999 ml20">性别:</span>{{recoverPatInfo.patientInfo&&recoverPatInfo.patientInfo.sex == 1 ? "男" : "女"}}
|
|
|
<span class="c-999 ml20">年龄:</span>{{recoverPatInfo.patientInfo&&recoverPatInfo.patientInfo.age?recoverPatInfo.patientInfo.age:0}}岁
|
|
|
</p>
|
|
|
<p class="m0 p0 mb10">
|
|
|
<span class="c-999">健康情况:</span>{{recoverPatInfo.patientInfo.healthyCondition}}
|
|
|
<span class="c-999">健康情况:</span>{{recoverPatInfo.patientInfo&&recoverPatInfo.patientInfo.healthyCondition?recoverPatInfo.patientInfo.healthyCondition:''}}
|
|
|
</p>
|
|
|
<p class="m0 p0 mb10">
|
|
|
<span class="c-999">联系电话:</span><span class="c-12b7f5 cur-pit" v-if="isMobile" @click="changeStatu()">点击查看</span><span v-else>{{recoverPatInfo.patientInfo.mobile}}</span>
|
|
|
<span class="c-999">联系电话:</span><span class="c-12b7f5 cur-pit" v-if="isMobile" @click="changeStatu()">点击查看</span><span v-else>{{recoverPatInfo.patientInfo&&recoverPatInfo.patientInfo.mobile?recoverPatInfo.patientInfo.mobile:''}}</span>
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="fr set-photo">
|
|
|
<img :src="setPatImg(recoverPatInfo.patientInfo.photo)" alt="居民头像" />
|
|
|
<img :src="setPatImg(recoverPatInfo.patientInfo&&recoverPatInfo.patientInfo.photo?recoverPatInfo.patientInfo.photo:'')" alt="居民头像" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<p class="m0 p0 mb10">
|
|
|
<span class="c-999">签约社区:</span>{{recoverPatInfo.patientInfo.signHospitalName}}
|
|
|
<span class="c-999">签约社区:</span>{{recoverPatInfo.patientInfo&&recoverPatInfo.patientInfo.signHospitalName?recoverPatInfo.patientInfo.signHospitalName:''}}
|
|
|
</p>
|
|
|
<p class="m0 p0">
|
|
|
<span class="c-999">康复机构:</span>{{recoverPatInfo.patientInfo.rehabilitationOrg}}
|
|
|
<span class="c-999">康复机构:</span>{{recoverPatInfo.patientInfo&&recoverPatInfo.patientInfo.rehabilitationOrg?recoverPatInfo.patientInfo.rehabilitationOrg:''}}
|
|
|
</p>
|
|
|
</div>
|
|
|
<h4 class="m0 pl15 lh40 c-border-b c-position-r"><em class="c-position-a set-blue-span"></em>服务医生</h4>
|
|
|
<!--<div class="pt10 pb10" style="overflow: hidden; height: 190px;">-->
|
|
|
<div class="pt10 pb10 ui-col-0" style="overflow: hidden; height: 190px;">
|
|
|
<ul class="p0 m0 c-h100" style="overflow: auto;">
|
|
|
<li class="clearfix plr20 ptb10 doc-li" v-for="(docInfo, index) in recoverPatInfo.serviceDoctorList" :key="index">
|
|
|
<li class="clearfix plr20 ptb10 doc-li" v-for="(docInfo, index) in docList" :key="index">
|
|
|
<div class="fl set-photo">
|
|
|
<img :src="setPatImg(docInfo.doctorPhoto, 1)" alt="医生头像" />
|
|
|
<img :src="setPatImg(docInfo.photo, 1)" alt="医生头像" />
|
|
|
</div>
|
|
|
<div class="fl ml10 lh18">
|
|
|
<p class="m0 p0 c-f16">{{docInfo.doctorName}}</p>
|
|
|
<p class="m0 p0 mt10 c-999">{{docInfo.type}}</p>
|
|
|
<p class="m0 p0 c-f16">{{docInfo.name}}</p>
|
|
|
<p class="m0 p0 mt10 c-999">{{docInfo.levelName}}</p>
|
|
|
</div>
|
|
|
<div class="fr w100 ml40 lh18">
|
|
|
<!-- <div class="fr w100 ml40 lh18">
|
|
|
<p class="m0 p0">完成项目:<span class="c-orange">{{docInfo.finishedItem}}</span></p>
|
|
|
<p class="m0 p0 mt10">服务次数:<span class="c-orange">{{docInfo.serviceCount}}</span></p>
|
|
|
</div>
|
|
|
</div> -->
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<h4 class="m0 pl15 lh40 c-border-b c-position-r"><em class="c-position-a set-blue-span"></em>康复建议</h4>
|
|
|
<textarea placeholder="此处内容是康复建议" readonly class="m0 p10 c-333 mt10 bg-f5f5fa" style="outline: 0;height: 200px;border: 1px solid rgb(225, 225, 225); resize: none;">{{recentRecoverDetail.adviceContent}}</textarea>
|
|
|
<textarea placeholder="此处内容是康复建议" readonly class="m0 p10 c-333 mt10 bg-f5f5fa" style="outline: 0;height: 200px;border: 1px solid rgb(225, 225, 225); resize: none;">{{recentRecoverDetail?recentRecoverDetail.adviceContent:''}}</textarea>
|
|
|
<!-- <ul class="m0 p0 ptb10 ui-col-1 c-border b-r-3 c-h100 mt10" style="overflow: auto;">
|
|
|
<li class="pt5 plr10" v-for="(info, index) in diagnosisInformation" :key="index">
|
|
|
<p class="c-999 ptb10 clearfix" style="line-height: 20px;">
|
|
@ -78,10 +78,10 @@
|
|
|
<div>
|
|
|
<div v-for="(o, i) in medicalRecordsList" class="flex vc c-f14 c-border plr10 ptb5 link-control mt10">
|
|
|
<span class="c-666 mr15">
|
|
|
{{formatter(o.admissionTime)}}
|
|
|
{{o&&o.admissionTime?formatter(o.admissionTime):''}}
|
|
|
</span>
|
|
|
<div class="flex1 c-12b7f5 ellipsis-1">
|
|
|
{{o.hospitalName}}
|
|
|
{{o&&o.hospitalName?o.hospitalName:''}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@ -350,6 +350,7 @@
|
|
|
recentRecoverDetail: undefined,
|
|
|
medicalRecordsList: [], // 住院病历列表
|
|
|
limitlessItems: [], // 不限频次服务项列表
|
|
|
docList: []
|
|
|
},
|
|
|
mounted: function() {
|
|
|
this.patientRehabilitationDetail()
|
|
@ -362,6 +363,20 @@
|
|
|
this.getBodyRecoredLast()
|
|
|
},
|
|
|
methods: {
|
|
|
// 获取服务医生列表
|
|
|
selectPlanServerDoctor: function(id){
|
|
|
var vm = this,
|
|
|
params = {
|
|
|
planId: id
|
|
|
}
|
|
|
rehaAPI.selectPlanServerDoctor(params).then(function(res){
|
|
|
if(res.status==200){
|
|
|
vm.docList = res.data
|
|
|
}else{
|
|
|
layer.msg(res.msg,{icon:5});
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
changeStatu: function() {
|
|
|
this.isMobile = false
|
|
|
},
|
|
@ -462,6 +477,7 @@
|
|
|
vm.planList = res.data
|
|
|
vm.selectByMedicalCode(list[0].medicalRecordsCode)
|
|
|
vm.calendarPlanDetailItems(list[0].id)
|
|
|
vm.selectPlanServerDoctor(vm.recentRecoverDetail.id)
|
|
|
}
|
|
|
} else {
|
|
|
showErrorMessage(res.msg);
|