|
@@ -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">
|
|
@@ -109,9 +109,9 @@
|
109
|
109
|
|
110
|
110
|
</div>
|
111
|
111
|
<div class="row">
|
112
|
|
- 抗凝药物
|
113
|
|
- <div class="inline_block under_line" style="width:92%;text-align: left;">
|
114
|
|
- {{ prescription.anticoagulant ? prescription.anticoagulant : '/' }}
|
|
112
|
+ 抗凝药物
|
|
113
|
+ <div class="inline_block under_line" style="width:90%;text-align: left;">
|
|
114
|
+ {{ prescription.anticoagulant_name ? prescription.anticoagulant_name : '/' }}
|
115
|
115
|
<div class="inline_block">
|
116
|
116
|
剂量:首次
|
117
|
117
|
<div class="inline_block" style="width:50px;text-align:center">
|
|
@@ -452,9 +452,7 @@
|
452
|
452
|
体外凝血等级:
|
453
|
453
|
</td>
|
454
|
454
|
<td style="border:none;text-align:left;">
|
455
|
|
- <span class="under_line" style="width:100px;display:inline-block">
|
456
|
|
-
|
457
|
|
- </span>
|
|
455
|
+
|
458
|
456
|
</td>
|
459
|
457
|
<td width="100" style="border:none;padding-left:5px">透析器凝血:</td>
|
460
|
458
|
<td width="120" style="text-align:left;border:none;">
|
|
@@ -1718,7 +1716,7 @@ export default {
|
1718
|
1716
|
const options = this.anticoagulantsConfit
|
1719
|
1717
|
if(val != ''){
|
1720
|
1718
|
for(let i in options){
|
1721
|
|
- if(val == options[i].name){
|
|
1719
|
+ if(val == options[i].id){
|
1722
|
1720
|
return options[i].shouji_unit
|
1723
|
1721
|
}
|
1724
|
1722
|
}
|
|
@@ -1730,7 +1728,7 @@ export default {
|
1730
|
1728
|
const options = this.anticoagulantsConfit
|
1731
|
1729
|
if(val != ''){
|
1732
|
1730
|
for(let i in options){
|
1733
|
|
- if(val == options[i].name){
|
|
1731
|
+ if(val == options[i].id){
|
1734
|
1732
|
return options[i].weichi_unit
|
1735
|
1733
|
}
|
1736
|
1734
|
}
|
|
@@ -1742,7 +1740,7 @@ export default {
|
1742
|
1740
|
const options = this.anticoagulantsConfit
|
1743
|
1741
|
if(val != ''){
|
1744
|
1742
|
for(let i in options){
|
1745
|
|
- if(val == options[i].name){
|
|
1743
|
+ if(val == options[i].id){
|
1746
|
1744
|
return options[i].zongliang_unit
|
1747
|
1745
|
}
|
1748
|
1746
|
}
|