|
@@ -12,7 +12,7 @@
|
12
|
12
|
class="order-title"
|
13
|
13
|
style="letter-spacing: 0;font-weight:600;font-size:22px;display:inline-block;"
|
14
|
14
|
>
|
15
|
|
- {{ orgname }} 血液净化治疗记录单82
|
|
15
|
+ {{ orgname }} 血液净化治疗记录单
|
16
|
16
|
</div>
|
17
|
17
|
</div>
|
18
|
18
|
<div class="row">
|
|
@@ -107,8 +107,8 @@
|
107
|
107
|
|
108
|
108
|
<div class="row">
|
109
|
109
|
抗凝药物
|
110
|
|
- <div class="inline_block under_line" style="width:92%;text-align: left;">
|
111
|
|
- {{ prescription.anticoagulant ? prescription.anticoagulant : '/' }}
|
|
110
|
+ <div class="inline_block under_line" style="width:90%;text-align: left;">
|
|
111
|
+ {{ prescription.anticoagulant_name ? prescription.anticoagulant_name : '/' }}
|
112
|
112
|
<div class="inline_block">
|
113
|
113
|
剂量:首次
|
114
|
114
|
<div class="inline_block" style="width:50px;text-align:center">
|
|
@@ -448,10 +448,8 @@
|
448
|
448
|
<td width="100" style="border:none;padding-left:5px">
|
449
|
449
|
体外凝血等级:
|
450
|
450
|
</td>
|
451
|
|
- <td style="border:none;text-align:left;">
|
452
|
|
- <span class="under_line" style="width:100px;display:inline-block">
|
453
|
|
-
|
454
|
|
- </span>
|
|
451
|
+ <td width="120" style="border:none;text-align:left;">
|
|
452
|
+
|
455
|
453
|
</td>
|
456
|
454
|
<td width="100" style="border:none;padding-left:5px">透析器凝血:</td>
|
457
|
455
|
<td width="120" style="text-align:left;border:none;">
|
|
@@ -1554,7 +1552,7 @@ export default {
|
1554
|
1552
|
const options = this.anticoagulantsConfit
|
1555
|
1553
|
if(val != ''){
|
1556
|
1554
|
for(let i in options){
|
1557
|
|
- if(val == options[i].name){
|
|
1555
|
+ if(val == options[i].id){
|
1558
|
1556
|
return options[i].shouji_unit
|
1559
|
1557
|
}
|
1560
|
1558
|
}
|
|
@@ -1566,7 +1564,7 @@ export default {
|
1566
|
1564
|
const options = this.anticoagulantsConfit
|
1567
|
1565
|
if(val != ''){
|
1568
|
1566
|
for(let i in options){
|
1569
|
|
- if(val == options[i].name){
|
|
1567
|
+ if(val == options[i].id){
|
1570
|
1568
|
return options[i].weichi_unit
|
1571
|
1569
|
}
|
1572
|
1570
|
}
|
|
@@ -1578,7 +1576,7 @@ export default {
|
1578
|
1576
|
const options = this.anticoagulantsConfit
|
1579
|
1577
|
if(val != ''){
|
1580
|
1578
|
for(let i in options){
|
1581
|
|
- if(val == options[i].name){
|
|
1579
|
+ if(val == options[i].id){
|
1582
|
1580
|
return options[i].zongliang_unit
|
1583
|
1581
|
}
|
1584
|
1582
|
}
|