|
@@ -18,7 +18,7 @@
|
18
|
18
|
<div class="infoMain">
|
19
|
19
|
<div style="margin-bottom: 10px;">门诊号:{{hisPatient.number?hisPatient.number:""}}</div>
|
20
|
20
|
<div style="margin-bottom: 10px;">科室:{{item.info?getDepart(item.info.departments):''}}</div>
|
21
|
|
- <div style="margin-bottom: 10px;">医保卡号:{{item.hisPatient.number?item.hisPatient.number:""}}</div>
|
|
21
|
+ <div style="margin-bottom: 10px;">医保卡号:{{""}}</div>
|
22
|
22
|
<div style="margin-bottom: 10px;">电话:{{item.patient.phone}}</div>
|
23
|
23
|
<div>地址:{{item.patient.home_address}}</div>
|
24
|
24
|
<div style="display:flex;width:50%;">临床诊断:{{getDiagnosis(item.info.diagnosis)}}</div>
|
|
@@ -159,8 +159,7 @@ export default {
|
159
|
159
|
this.advicePrint = advicePrint
|
160
|
160
|
this.prescriptions = advicePrint
|
161
|
161
|
console.log("处方222222",this.prescriptions)
|
162
|
|
- var hisPatient = response.data.data.hisPatient
|
163
|
|
- console.log("hisPatient",hisPatient)
|
|
162
|
+ var hisPatient = response.data.data.hisHospitalRecord
|
164
|
163
|
this.hisPatient = hisPatient
|
165
|
164
|
var projectlist = response.data.data.projectlist
|
166
|
165
|
console.log("所有项目列表",projectlist)
|
|
@@ -174,7 +173,7 @@ export default {
|
174
|
173
|
}
|
175
|
174
|
getHisPatientDetail(params).then(response=>{
|
176
|
175
|
if(response.data.state == 1){
|
177
|
|
- var hisPatient = response.data.data.hisPatient
|
|
176
|
+ var hisPatient = response.data.data.hisHospitalRecord
|
178
|
177
|
console.log("挂号病人",hisPatient)
|
179
|
178
|
this.hisPatient = hisPatient
|
180
|
179
|
}
|