|
@@ -255,7 +255,6 @@
|
255
|
255
|
class="row"
|
256
|
256
|
style="padding: 2px 0; line-height: 23px; display: flex"
|
257
|
257
|
>
|
258
|
|
-
|
259
|
258
|
<div class="inline_block" style="flex: 1;">
|
260
|
259
|
内瘘:
|
261
|
260
|
<div
|
|
@@ -274,7 +273,7 @@
|
274
|
273
|
</div>
|
275
|
274
|
</div>
|
276
|
275
|
|
277
|
|
- <div
|
|
276
|
+ <!-- <div
|
278
|
277
|
class="inline_block"
|
279
|
278
|
style=" flex: 1"
|
280
|
279
|
>
|
|
@@ -284,78 +283,18 @@
|
284
|
283
|
>
|
285
|
284
|
{{ predialysis.catheter ? predialysis.catheter : "/" }}
|
286
|
285
|
</div>
|
287
|
|
- </div>
|
288
|
|
- <!-- <div
|
289
|
|
- class="inline_block"
|
290
|
|
- style=" flex: 0.9"
|
|
286
|
+ </div> -->
|
|
287
|
+ </div>
|
|
288
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;" >
|
291
|
289
|
|
292
|
|
- >
|
293
|
|
- 穿刺方式:
|
294
|
|
- <div
|
295
|
|
- class="under_line"
|
296
|
|
- style="width: 60px; text-align: center"
|
297
|
|
- v-if="predialysis.puncture_way == ''"
|
298
|
|
- >
|
299
|
|
- /
|
300
|
|
- </div>
|
301
|
|
- <div
|
302
|
|
- class="under_line"
|
303
|
|
- style="width: 60px; text-align: center"
|
304
|
|
- v-if="predialysis.puncture_way.indexOf('绳梯') > -1"
|
305
|
|
- >
|
306
|
|
- 绳梯
|
307
|
|
- </div>
|
308
|
|
- <div
|
309
|
|
- class="under_line"
|
310
|
|
- style="width: 60px; text-align: center"
|
311
|
|
- v-if="predialysis.puncture_way.indexOf('扣眼') > -1"
|
312
|
|
- >
|
313
|
|
- 扣眼
|
314
|
|
- </div>
|
315
|
|
- <div
|
316
|
|
- class="under_line"
|
317
|
|
- style="width: 60px; text-align: center"
|
318
|
|
- v-if="predialysis.puncture_way.indexOf('区域') > -1"
|
319
|
|
- >
|
320
|
|
- 区域
|
321
|
|
- </div>
|
322
|
|
- </div>
|
323
|
|
- <div
|
324
|
|
- class="inline_block"
|
325
|
|
- style=" flex: 1"
|
326
|
|
- >
|
327
|
|
- 穿刺针:
|
|
290
|
+ <div class="inline_block" style="flex:1;" >
|
|
291
|
+ 导管:
|
328
|
292
|
<div
|
329
|
|
- class="under_line"
|
330
|
|
- style="width: 80px; text-align: center"
|
|
293
|
+ style="width: 90%;text-align: left;display: inline-block;border-bottom: 1px solid #999;"
|
331
|
294
|
>
|
332
|
|
- <span>
|
333
|
|
- {{
|
334
|
|
- predialysis.puncture_needle
|
335
|
|
- ? predialysis.puncture_needle
|
336
|
|
- : "/"
|
337
|
|
- }}
|
338
|
|
- </span>
|
339
|
|
-
|
|
295
|
+ {{ predialysis.catheter ? predialysis.catheter : "/" }}
|
340
|
296
|
</div>
|
341
|
297
|
</div>
|
342
|
|
- <div
|
343
|
|
- class="inline_block"
|
344
|
|
- style=" flex: 1"
|
345
|
|
- >
|
346
|
|
- 穿刺方向:
|
347
|
|
- <div
|
348
|
|
- class="under_line"
|
349
|
|
- style="width: 100px; text-align: center"
|
350
|
|
- >
|
351
|
|
- <span>
|
352
|
|
- {{
|
353
|
|
-
|
354
|
|
- }}
|
355
|
|
- </span>
|
356
|
|
-
|
357
|
|
- </div>
|
358
|
|
- </div> -->
|
359
|
298
|
</div>
|
360
|
299
|
|
361
|
300
|
<div
|
|
@@ -1870,13 +1809,6 @@
|
1870
|
1809
|
<!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
|
1871
|
1810
|
<td style="font-size: 16px" width="10%">执行人签名</td>
|
1872
|
1811
|
|
1873
|
|
- <td
|
1874
|
|
- style="font-size: 16px"
|
1875
|
|
- width="10%"
|
1876
|
|
- v-if="org_id == 10223 || org_id == 9538"
|
1877
|
|
- >
|
1878
|
|
- 核对护士
|
1879
|
|
- </td>
|
1880
|
1812
|
</tr>
|
1881
|
1813
|
<!-- <template v-for="group in doctor_advices" > -->
|
1882
|
1814
|
<tr
|
|
@@ -1967,18 +1899,6 @@
|
1967
|
1899
|
/>
|
1968
|
1900
|
</td>
|
1969
|
1901
|
|
1970
|
|
- <td height="32px" v-if="org_id == 10223 || org_id ==9538">
|
1971
|
|
- <span v-if="setAdminUserES(advice.checker) == ''">{{
|
1972
|
|
- getAdminUser(advice.checker)
|
1973
|
|
- }}</span>
|
1974
|
|
- <img
|
1975
|
|
- style="height: 30px"
|
1976
|
|
- :src="setAdminUserES(advice.checker)"
|
1977
|
|
- alt=""
|
1978
|
|
- srcset=""
|
1979
|
|
- v-else
|
1980
|
|
- />
|
1981
|
|
- </td>
|
1982
|
1902
|
</tr>
|
1983
|
1903
|
</template>
|
1984
|
1904
|
|
|
@@ -2154,12 +2074,7 @@
|
2154
|
2074
|
}}
|
2155
|
2075
|
</div>
|
2156
|
2076
|
</div>
|
2157
|
|
- <div class="inline_block" style="flex:1;">
|
2158
|
|
- 导管:
|
2159
|
|
- <div style="width: 80%;text-align: left;display: inline-block;border-bottom: 1px solid #999; ">
|
2160
|
|
- {{ afterdialysis.catheter ? afterdialysis.catheter : "/" }}
|
2161
|
|
- </div>
|
2162
|
|
- </div>
|
|
2077
|
+
|
2163
|
2078
|
<div class="inline_block" style="flex:1;">
|
2164
|
2079
|
KTV(在线):
|
2165
|
2080
|
<div class="under_line" style="min-width: 50px;text-align: center">
|
|
@@ -2167,7 +2082,16 @@
|
2167
|
2082
|
</div>
|
2168
|
2083
|
</div>
|
2169
|
2084
|
</div>
|
2170
|
|
-
|
|
2085
|
+ <div class="row"
|
|
2086
|
+ style="padding: 2px 0; line-height: 23px; display: flex"
|
|
2087
|
+ >
|
|
2088
|
+ <div class="inline_block" style="flex:1;">
|
|
2089
|
+ 导管:
|
|
2090
|
+ <div style="width: 80%;text-align: left;display: inline-block;border-bottom: 1px solid #999; ">
|
|
2091
|
+ {{ afterdialysis.catheter ? afterdialysis.catheter : "/" }}
|
|
2092
|
+ </div>
|
|
2093
|
+ </div>
|
|
2094
|
+ </div>
|
2171
|
2095
|
<div
|
2172
|
2096
|
class="row"
|
2173
|
2097
|
style="padding: 2px 0; line-height: 23px; display: flex"
|
|
@@ -2663,13 +2587,6 @@
|
2663
|
2587
|
<!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
|
2664
|
2588
|
<td style="font-size: 16px" width="10%">执行人签名</td>
|
2665
|
2589
|
<td style="font-size: 16px" width="10%">时间</td>
|
2666
|
|
- <td
|
2667
|
|
- style="font-size: 16px"
|
2668
|
|
- width="10%"
|
2669
|
|
- v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375"
|
2670
|
|
- >
|
2671
|
|
- 核对护士
|
2672
|
|
- </td>
|
2673
|
2590
|
</tr>
|
2674
|
2591
|
|
2675
|
2592
|
|
|
@@ -2749,18 +2666,6 @@
|
2749
|
2666
|
getTime(advice.execution_time, "{h}:{i}")
|
2750
|
2667
|
}}</span>
|
2751
|
2668
|
</td>
|
2752
|
|
- <td height="32px" v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375">
|
2753
|
|
- <span v-if="setAdminUserES(advice.checker) == ''">{{
|
2754
|
|
- getAdminUser(advice.checker)
|
2755
|
|
- }}</span>
|
2756
|
|
- <img
|
2757
|
|
- style="height: 30px"
|
2758
|
|
- :src="setAdminUserES(advice.checker)"
|
2759
|
|
- alt=""
|
2760
|
|
- srcset=""
|
2761
|
|
- v-else
|
2762
|
|
- />
|
2763
|
|
- </td>
|
2764
|
2669
|
</tr>
|
2765
|
2670
|
|
2766
|
2671
|
|