|
@@ -60,17 +60,48 @@
|
60
|
60
|
<span class="content" v-if="getValueStr('anticoagulant', 'anticoagulant') == 1" ></span>
|
61
|
61
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 2 && this.$store.getters.xt_user.template_info.template_id != 13 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 40 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.org_id != 10234">{{ anticoagulant_zongliang != "0" ? "iu" : "" }}</span>
|
62
|
62
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 2 && (this.$store.getters.xt_user.template_info.template_id == 13 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 40 || this.$store.getters.xt_user.template_info.template_id == 38 || this.$store.getters.xt_user.template_info.org_id == 10234 )">{{ anticoagulant_zongliang != "0" ? "mg" : "" }}</span>
|
63
|
|
- <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 3" >{{ anticoagulant_zongliang != "0" ? "iu" : "" }}</span>
|
|
63
|
+ <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 3" >
|
|
64
|
+
|
|
65
|
+ <span v-if="this.$store.getters.xt_user.template_info.org_id == 9671 || this.$store.getters.xt_user.template_info.org_id == 9675">
|
|
66
|
+ {{ anticoagulant_zongliang != "0" ? "mg" : "" }}
|
|
67
|
+ </span>
|
|
68
|
+ <span v-else>
|
|
69
|
+ {{ anticoagulant_zongliang != "0" ? "iu" : "" }}
|
|
70
|
+ </span>
|
|
71
|
+ </span>
|
64
|
72
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 1">{{ anticoagulant_zongliang != "0" ? "mg" : "" }}</span>
|
|
73
|
+ <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 3">
|
|
74
|
+ <span v-if="this.$store.getters.xt_user.template_info.org_id == 9671 || this.$store.getters.xt_user.template_info.org_id == 9675">
|
|
75
|
+ {{ anticoagulant_zongliang != "0" ? "mg" : "" }}
|
|
76
|
+ </span>
|
|
77
|
+ <span v-else>
|
|
78
|
+ {{ anticoagulant_zongliang != "0" ? "iu" : "" }}
|
|
79
|
+ </span>
|
|
80
|
+ </span>
|
65
|
81
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 4">{{ anticoagulant_zongliang != "0" ? "mg" : "" }}</span>
|
66
|
82
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 5">{{ anticoagulant_zongliang != "0" ? "ml" : "" }}</span>
|
67
|
|
- <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 6">{{ anticoagulant_zongliang != "0" ? "iu" : "" }}</span>
|
68
|
|
- <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 7">{{ anticoagulant_zongliang != "0" ? "iu" : "" }}</span>
|
|
83
|
+ <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 6">
|
|
84
|
+ <span v-if="this.$store.getters.xt_user.template_info.org_id == 9671 || this.$store.getters.xt_user.template_info.org_id == 9675">
|
|
85
|
+ {{ anticoagulant_zongliang != "0" ? "mg" : "" }}
|
|
86
|
+ </span>
|
|
87
|
+ <span v-else>
|
|
88
|
+ {{ anticoagulant_zongliang != "0" ? "iu" : "" }}
|
|
89
|
+ </span>
|
|
90
|
+ </span>
|
|
91
|
+ <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 7">
|
|
92
|
+ <span v-if="this.$store.getters.xt_user.template_info.org_id == 9671 || this.$store.getters.xt_user.template_info.org_id == 9675">
|
|
93
|
+ {{ anticoagulant_zongliang != "0" ? "mg" : "" }}
|
|
94
|
+ </span>
|
|
95
|
+ <span v-else>
|
|
96
|
+ {{ anticoagulant_zongliang != "0" ? "iu" : "" }}
|
|
97
|
+ </span>
|
|
98
|
+ </span>
|
69
|
99
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 8">{{ anticoagulant_zongliang != "0" ? "iu" : "" }}</span>
|
70
|
100
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 9">{{ anticoagulant_zongliang != "0" ? "iu" : "" }}</span>
|
71
|
101
|
</span>
|
72
|
102
|
<span v-else>
|
73
|
|
- <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 2">{{ anticoagulant_zongliang != "0" ? "mg" : "" }}</span>
|
|
103
|
+ <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 2">
|
|
104
|
+ {{ anticoagulant_zongliang != "0" ? "mg" : "" }}</span>
|
74
|
105
|
<span class="unit" v-else>{{ anticoagulant_zongliang != "0" ? "iu" : "" }}</span>
|
75
|
106
|
</span>
|
76
|
107
|
</li>
|
|
@@ -111,8 +142,8 @@
|
111
|
142
|
<label>目标超滤量 : </label>
|
112
|
143
|
<span class="content">{{ target_ultrafiltration != "0" ? target_ultrafiltration : ""}}</span>
|
113
|
144
|
|
114
|
|
- <span v-if="this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 40 && this.$store.getters.xt_user.template_info.template_id != 43 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 46 && this.$store.getters.xt_user.template_info.template_id != 48 && this.$store.getters.xt_user.template_info.org_id != 9555 && this.$store.getters.xt_user.template_info.org_id != 10345 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10395 && this.$store.getters.xt_user.template_info.template_id!=60 && this.$store.getters.xt_user.template_info.org_id != 10340" class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
|
115
|
|
- <span v-if="this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 38 || this.$store.getters.xt_user.template_info.template_id == 40 || this.$store.getters.xt_user.template_info.template_id == 43 || this.$store.getters.xt_user.template_info.template_id == 45 || this.$store.getters.xt_user.template_info.template_id == 46 || this.$store.getters.xt_user.template_info.template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10345 || this.$store.getters.xt_user.template_info.org_id == 10346 || this.$store.getters.xt_user.template_info.org_id == 10395 || this.$store.getters.xt_user.template_info.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10340" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
|
|
145
|
+ <span v-if="this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 40 && this.$store.getters.xt_user.template_info.template_id != 43 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 46 && this.$store.getters.xt_user.template_info.template_id != 48 && this.$store.getters.xt_user.template_info.org_id != 9555 && this.$store.getters.xt_user.template_info.org_id != 10345 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10395 && this.$store.getters.xt_user.template_info.template_id!=60 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10430" class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
|
|
146
|
+ <span v-if="this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 38 || this.$store.getters.xt_user.template_info.template_id == 40 || this.$store.getters.xt_user.template_info.template_id == 43 || this.$store.getters.xt_user.template_info.template_id == 45 || this.$store.getters.xt_user.template_info.template_id == 46 || this.$store.getters.xt_user.template_info.template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10345 || this.$store.getters.xt_user.template_info.org_id == 10346 || this.$store.getters.xt_user.template_info.org_id == 10395 || this.$store.getters.xt_user.template_info.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 10430" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
|
116
|
147
|
</li>
|
117
|
148
|
|
118
|
149
|
<li v-if="isShow('目标超滤量') && this.$store.getters.xt_user.template_info.org_id == 10290">
|
|
@@ -149,12 +180,27 @@
|
149
|
180
|
<span class="content" v-if="getValueStr('anticoagulant', 'anticoagulant') == 1" ></span>
|
150
|
181
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 2 && this.$store.getters.xt_user.template_info.template_id != 13 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 40 && this.$store.getters.xt_user.template_info.template_id != 38 ">{{ anticoagulant_shouji != "0" ? "iu" : "" }}</span>
|
151
|
182
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 2 && (this.$store.getters.xt_user.template_info.template_id == 13 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 40 || this.$store.getters.xt_user.template_info.template_id == 38)" >{{ anticoagulant_shouji != "0" ? "mg" : "" }}</span>
|
152
|
|
- <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 3">{{ anticoagulant_shouji != "0" ? "iu" : "" }}</span>
|
|
183
|
+ <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 3">
|
|
184
|
+ <span v-if="this.$store.getters.xt_user.template_info.org_id == 9671">
|
|
185
|
+ {{ anticoagulant_shouji != "0" ? "mg" : "" }}
|
|
186
|
+ </span>
|
|
187
|
+ <span v-else> {{ anticoagulant_shouji != "0" ? "iu" : "" }}</span>
|
|
188
|
+ </span>
|
153
|
189
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 1" >{{ anticoagulant_shouji != "0" ? "mg" : "" }}</span>
|
154
|
190
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 4" >{{ anticoagulant_shouji != "0" ? "mg" : "" }}</span >
|
155
|
191
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 5" >{{ anticoagulant_shouji != "0" ? "mg" : "" }}</span>
|
156
|
|
- <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 6" >{{ anticoagulant_shouji != "0" ? "iu" : "" }}</span >
|
157
|
|
- <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 7" >{{ anticoagulant_shouji != "0" ? "iu" : "" }}</span>
|
|
192
|
+ <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 6" >
|
|
193
|
+ <span v-if="this.$store.getters.xt_user.template_info.org_id == 9671">
|
|
194
|
+ {{ anticoagulant_shouji != "0" ? "mg" : "" }}
|
|
195
|
+ </span>
|
|
196
|
+ <span v-else> {{ anticoagulant_shouji != "0" ? "iu" : "" }}</span>
|
|
197
|
+ </span >
|
|
198
|
+ <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 7" >
|
|
199
|
+ <span v-if="this.$store.getters.xt_user.template_info.org_id == 9671">
|
|
200
|
+ {{ anticoagulant_shouji != "0" ? "mg" : "" }}
|
|
201
|
+ </span>
|
|
202
|
+ <span v-else> {{ anticoagulant_shouji != "0" ? "iu" : "" }}</span>
|
|
203
|
+ </span>
|
158
|
204
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 8" >{{ anticoagulant_shouji != "0" ? "iu" : "" }}</span>
|
159
|
205
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 9" >{{ anticoagulant_shouji != "0" ? "iu" : "" }}</span>
|
160
|
206
|
</span>
|
|
@@ -245,12 +291,27 @@
|
245
|
291
|
<span class="content" v-if="getValueStr('anticoagulant', 'anticoagulant') == 1"></span>
|
246
|
292
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 2 && this.$store.getters.xt_user.template_info.template_id != 13 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 40 && this.$store.getters.xt_user.template_info.template_id != 38 ">{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
|
247
|
293
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 2 && (this.$store.getters.xt_user.template_info.template_id == 13 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 40 || this.$store.getters.xt_user.template_info.template_id == 38)">{{ anticoagulant_weichi != "0" ? "mg/h" : "" }}</span>
|
248
|
|
- <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 3">{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
|
|
294
|
+ <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 3">
|
|
295
|
+ <span v-if="this.$store.getters.xt_user.template_info.org_id ==9671">
|
|
296
|
+ {{ anticoagulant_weichi != "0" ? "mg/h" : "" }}
|
|
297
|
+ </span>
|
|
298
|
+ <span v-else>{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
|
|
299
|
+ </span>
|
249
|
300
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 1">{{ anticoagulant_weichi != "0" ? "mg/h" : "" }}</span>
|
250
|
301
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 4">{{ anticoagulant_weichi != "0" ? "mg/h" : "" }}</span>
|
251
|
302
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 5">{{ anticoagulant_weichi != "0" ? "ml/h" : "" }}</span>
|
252
|
|
- <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 6">{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
|
253
|
|
- <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 7">{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
|
|
303
|
+ <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 6">
|
|
304
|
+ <span v-if="this.$store.getters.xt_user.template_info.org_id ==9671">
|
|
305
|
+ {{ anticoagulant_weichi != "0" ? "mg/h" : "" }}
|
|
306
|
+ </span>
|
|
307
|
+ <span v-else>{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
|
|
308
|
+ </span>
|
|
309
|
+ <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 7">
|
|
310
|
+ <span v-if="this.$store.getters.xt_user.template_info.org_id ==9671">
|
|
311
|
+ {{ anticoagulant_weichi != "0" ? "mg/h" : "" }}
|
|
312
|
+ </span>
|
|
313
|
+ <span v-else>{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
|
|
314
|
+ </span>
|
254
|
315
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 8">{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
|
255
|
316
|
<span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 9">{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
|
256
|
317
|
</span>
|
|
@@ -352,7 +413,7 @@
|
352
|
413
|
</li>
|
353
|
414
|
|
354
|
415
|
<li v-if="isShow('单超脱水')">
|
355
|
|
- <label>单超脱水(L): </label>
|
|
416
|
+ <label>单超脱水(ml): </label>
|
356
|
417
|
<span class="content">{{this.prescription.single_water}}</span>
|
357
|
418
|
</li>
|
358
|
419
|
|
|
@@ -400,6 +461,12 @@
|
400
|
461
|
<span>{{this.prescription.max_ultrafiltration_rate}}</span>
|
401
|
462
|
</span>
|
402
|
463
|
</li>
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+ <li v-if="isShow('曲线脱水')">
|
|
467
|
+ <label>曲线脱水(ml): </label>
|
|
468
|
+ <span class="content">{{this.prescription.drhy_water}}</span>
|
|
469
|
+ </li>
|
403
|
470
|
|
404
|
471
|
</ul>
|
405
|
472
|
</div>
|