|
@@ -23,7 +23,7 @@
|
23
|
23
|
年 龄:
|
24
|
24
|
<span>{{ getNewAge(patientInfo.id_card_no) }}</span>
|
25
|
25
|
</td>
|
26
|
|
-
|
|
26
|
+
|
27
|
27
|
|
28
|
28
|
<td width="80" style="border:none">透析机号:</td>
|
29
|
29
|
<td width="80" style="border:none;text-align: left;">
|
|
@@ -120,7 +120,7 @@
|
120
|
120
|
<span v-if="prescription.anticoagulant == '普通肝素'">iu</span>
|
121
|
121
|
<span v-if="prescription.anticoagulant == '无肝素'">mg</span>
|
122
|
122
|
<span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
|
123
|
|
- <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>
|
|
123
|
+ <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>
|
124
|
124
|
追加:
|
125
|
125
|
<span style="width:35px;display: inline-block;">
|
126
|
126
|
{{ prescription.anticoagulant_weichi && prescription.anticoagulant == "普通肝素" ? prescription.anticoagulant_weichi : "" }}
|
|
@@ -1381,14 +1381,14 @@ export default {
|
1381
|
1381
|
this.adminUser = response.data.data.users;
|
1382
|
1382
|
this.users = response.data.data.users;
|
1383
|
1383
|
var patientInfo = response.data.data.patientInfo;
|
1384
|
|
- console.log("烧腊店就拉萨讲道理看", patientInfo);
|
|
1384
|
+ // console.log("烧腊店就拉萨讲", patientInfo);
|
1385
|
1385
|
if (patientInfo.gender === 1) {
|
1386
|
1386
|
patientInfo.gender = "男";
|
1387
|
1387
|
}
|
1388
|
1388
|
if (patientInfo.gender === 2) {
|
1389
|
1389
|
patientInfo.gender = "女";
|
1390
|
1390
|
}
|
1391
|
|
- console.log("patientInfo", patientInfo);
|
|
1391
|
+ // console.log("patientInfo", patientInfo);
|
1392
|
1392
|
this.patientInfo = patientInfo;
|
1393
|
1393
|
this.patientInfo.birth = uParseTime(
|
1394
|
1394
|
this.patientInfo.birthday,
|