瀏覽代碼

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 4 年之前
父節點
當前提交
46b1554831

+ 97 - 99
src/xt_pages/dialysis/batch_print/batch_print_order_twentyEight.vue 查看文件

@@ -39,7 +39,7 @@
39 39
                     </td>
40 40
                     <td>岁</td>
41 41
 
42
-                    <td width="120">透析号/住院号:</td>
42
+                    <td width="140">透析号/住院号:</td>
43 43
                     <td width="130">
44 44
                         <div class="under-line">&nbsp;{{ record.patient.dialysis_no }} /{{ record.receive_assessment.admission_number ? record.receive_assessment.admission_number : "无" }}
45 45
                         </div>
@@ -57,13 +57,13 @@
57 57
                 <table class="table-box" style="margin-top: 10px;">
58 58
                     <tbody>
59 59
                     <tr>
60
-                    <td width="40">诊 断:</td>
60
+                    <td width="50">诊断:</td>
61 61
                     <td width="">
62
-                        <div class="under-line">
62
+                        <div class="under-line" style="text-align:left;">
63 63
                         &nbsp;{{ record.patient.diagnose ? record.patient.diagnose : '' }}
64 64
                         </div>
65 65
                     </td>
66
-                    <td width="60">治疗次数:</td>
66
+                    <td width="80">治疗次数:</td>
67 67
                     <td width="60">
68 68
                      <div class="under-line">{{ record.patient.total_dialysis + record.patient.user_sys_before_count}}</div>
69 69
                      </td>
@@ -84,29 +84,30 @@
84 84
                         <table class="table-box">
85 85
                         <tbody>
86 86
                         <tr>
87
-                            <td width="70">入科方式:</td>
88
-                            <td width="240">
87
+                            <td width="80">入科方式:</td>
88
+                            <td width="260">
89 89
                             <div style="display:flex;justify-content:space-between;">
90 90
                                 <label-box v-for="(item, index) in way_arr" :key="index" :isChecked="record.receive_assessment.way == item.id ? true : false" :showValue="item.name"></label-box>
91 91
                                 
92 92
                             </div>
93 93
                             </td>
94 94
 
95
-                            <td width="50"></td>
95
+                            <td width="20"></td>
96 96
                             <td width="50">意识:</td>
97
-                            <td width="240">
97
+                            <td width="260">
98 98
                             <div style="display:flex;justify-content:space-between;">
99 99
                                 <label-box v-for="(item, index) in consciousness_arr" :key="index" :isChecked="record.receive_assessment.consciousness == item.id ? true : false" :showValue="item.name"></label-box>
100 100
 
101 101
                             </div>
102 102
                             </td>
103
+                            <td width="20"></td>
103 104
                             <td width="80">透析频次:</td>
104 105
                             <td width="70">
105 106
                             <div class="under-line">
106 107
                                 &nbsp;{{ record.assessment_before_dislysis.dialysis_count ? record.assessment_before_dislysis.dialysis_count : "" }}
107 108
                             </div>
108 109
                             </td>
109
-                            <td width='40'>次/周</td>
110
+                            <td width='50'>次/周</td>
110 111
                             <td></td>
111 112
                         </tr>
112 113
                         </tbody>
@@ -115,8 +116,8 @@
115 116
                         <table class="table-box">
116 117
                         <tbody>
117 118
                         <tr>
118
-                            <td width="80">生命体征:</td>
119
-                            <td width="40">体温:</td>
119
+                            <td width="100">生命体征:</td>
120
+                            <td width="50">体温:</td>
120 121
                             <td width="70">
121 122
                             <div class="under-line">
122 123
                                 &nbsp;{{ record.assessment_before_dislysis.temperature ? record.assessment_before_dislysis.temperature : "" }}
@@ -125,22 +126,20 @@
125 126
                             <td width="35">℃</td>
126 127
                             <td width="30"></td>
127 128
 
128
-                           
129
-
130
-                            <td width="40">脉搏:</td>
129
+                            <td width="50">脉搏:</td>
131 130
                             <td width="70">
132 131
                             <div class="under-line">
133 132
                                 &nbsp;{{ record.assessment_before_dislysis.pulse_frequency ? record.assessment_before_dislysis.pulse_frequency : "" }}
134 133
                             </div>
135 134
                             </td>
136
-                            <td width="40">次/分</td>
135
+                            <td width="50">次/分</td>
137 136
                             <td width="30"></td>
138 137
 
139
-                            <td width="40">血压:</td>
138
+                            <td width="50">血压:</td>
140 139
                             <td width="140">
141 140
                             <div class="under-line">
142
-                                {{ record.assessment_before_dislysis.systolic_blood_pressure ? record.assessment_before_dislysis.systolic_blood_pressure : "" }}/
143
-                                {{ record.assessment_before_dislysis.diastolic_blood_pressure ? record.assessment_before_dislysis.diastolic_blood_pressure : "" }}
141
+                                {{ record.monitor_records[0] && record.monitor_records[0].systolic_blood_pressure ? record.monitor_records[0].systolic_blood_pressure : "" }}/
142
+                                {{ record.monitor_records[0] && record.monitor_records[0].diastolic_blood_pressure ? record.monitor_records[0].diastolic_blood_pressure : "" }}
144 143
                             </div>
145 144
                             </td>
146 145
                             <td width="35">mmHg</td>
@@ -153,8 +152,8 @@
153 152
                         <table class="table-box">
154 153
                         <tbody>
155 154
                         <tr>
156
-                            <td width="90">导管穿刺口:</td>
157
-                            <td width="240">
155
+                            <td width="100">导管穿刺口:</td>
156
+                            <td width="280">
158 157
                             <div style="display:flex;justify-content:space-between;">
159 158
                                 <label-box :isChecked="record.assessment_before_dislysis.catheter.indexOf('穿刺口-干洁') > -1 ? true : false" showValue="干洁"></label-box>
160 159
                                 &nbsp;
@@ -167,11 +166,10 @@
167 166
                             </td>
168 167
                             <td width="40"></td>
169 168
                             
170
-                            <td width="40">体位:</td>
171
-                            <td width="380">
169
+                            <td width="50">体位:</td>
170
+                            <td style="text-align:left;">
172 171
                               <label-box v-for="(item, index) in posture_arr" :key="index" :isChecked="record.receive_assessment.posture == item.id ? true : false" :showValue="item.name"></label-box>
173 172
                             </td>
174
-                            <td></td>
175 173
                         </tr>
176 174
                         </tbody>
177 175
                         </table>
@@ -179,8 +177,8 @@
179 177
                         <table class="table-box">
180 178
                         <tbody>
181 179
                         <tr>
182
-                            <td width="70">内瘘评估:</td>
183
-                            <td width="35">震颤:</td>
180
+                            <td width="80">内瘘评估:</td>
181
+                            <td width="50">震颤:</td>
184 182
                             <td width="210">
185 183
                             <div style="display:flex;justify-content:space-between;">
186 184
                                 <label-box :isChecked="record.assessment_before_dislysis.internal_fistula.indexOf('震颤-存在') > -1 ? true : false" showValue="存在"></label-box>
@@ -193,8 +191,8 @@
193 191
                             <td width="30"></td>
194 192
                             <td width="30"></td>
195 193
 
196
-                            <td width="95">内瘘皮肤情况:</td>
197
-                            <td width="220">
194
+                            <td width="120">内瘘皮肤情况:</td>
195
+                            <td width="260">
198 196
                             <div style="display:flex;justify-content:space-between;">
199 197
                                 <label-box :isChecked="record.assessment_before_dislysis.internal_fistula_skin.indexOf('正常') > -1 ? true : false" showValue="正常"></label-box>
200 198
                                 &nbsp;
@@ -215,8 +213,8 @@
215 213
                      <table class="table-box">
216 214
                         <tbody>
217 215
                         <tr>
218
-                            <td width="40">皮肤:</td>
219
-                            <td width="500">
216
+                            <td width="50">皮肤:</td>
217
+                            <td width="660">
220 218
                             <div>
221 219
                                 <label-box showValue="完整" :isChecked="record.assessment_before_dislysis.skin.indexOf('完整')>-1 ? true : false"></label-box>
222 220
                                 <label-box showValue="干燥" :isChecked="record.assessment_before_dislysis.skin.indexOf('干燥')>-1? true : false"></label-box>
@@ -230,7 +228,7 @@
230 228
                             </div>
231 229
                             </td>
232 230
                            
233
-                            <td width="35">其它</td>
231
+                            <td width="50">其它</td>
234 232
                             <td width="">
235 233
                             <div class="under-line">
236 234
                                 &nbsp;
@@ -245,8 +243,8 @@
245 243
                      <table class="table-box">
246 244
                         <tbody>
247 245
                         <tr>
248
-                            <td width="80">活动性出血:</td>
249
-                            <td width="420">
246
+                            <td width="100">活动性出血:</td>
247
+                            <td width="540">
250 248
                             <div>
251 249
                                
252 250
                                <label-box :isChecked="record.assessment_before_dislysis.is_hemorrhage == 2 ? true : false" showValue="无"></label-box>
@@ -260,7 +258,7 @@
260 258
                             </div>
261 259
                             </td>
262 260
                            
263
-                            <td width="35">其它</td>
261
+                            <td width="50">其它</td>
264 262
                             <td width="">
265 263
                             <div class="under-line">
266 264
                                 &nbsp;
@@ -274,8 +272,8 @@
274 272
                         <table class="table-box">
275 273
                         <tbody>
276 274
                         <tr>
277
-                            <td width="70">血管通路:</td>
278
-                            <td width="580">
275
+                            <td width="80">血管通路:</td>
276
+                            <td width="760">
279 277
                             <div>
280 278
                                 <label-box :isChecked="isBbloodAccessParOperaCheck(record.assessment_before_dislysis, '自体内瘘')" showValue="自体内瘘"></label-box>
281 279
                                 &nbsp;
@@ -302,8 +300,8 @@
302 300
                        <table class="table-box">
303 301
                         <tbody>
304 302
                         <tr>
305
-                            <td width="40">穿刺方式:</td>
306
-                            <td width="140">
303
+                            <td width="70">穿刺方式:</td>
304
+                            <td width="220">
307 305
                             <div>
308 306
                               <label-box showValue="绳梯" :isChecked="record.assessment_before_dislysis.puncture_way.indexOf('绳梯')>-1 ? true : false"></label-box>&nbsp;
309 307
                               <label-box showValue="定点" :isChecked="record.assessment_before_dislysis.puncture_way.indexOf('定点')>-1 ? true : false"></label-box>&nbsp;
@@ -311,8 +309,8 @@
311 309
                             </div>
312 310
                             </td>
313 311
                            <td width="60"></td>
314
-                            <td width="35">穿刺针:</td>
315
-                            <td width="150">
312
+                            <td width="60">穿刺针:</td>
313
+                            <td width="200">
316 314
                             <div>
317 315
                                &nbsp;
318 316
                                <label-box :isChecked="record.assessment_before_dislysis.puncture_needle && record.assessment_before_dislysis.puncture_needle.indexOf('16G') > -1 ? true : false" showValue="16G"></label-box>
@@ -342,7 +340,7 @@
342 340
                         <table class="table-box">
343 341
                         <tbody>
344 342
                         <tr>
345
-                            <td width="60">干体重:</td>
343
+                            <td width="70">干体重:</td>
346 344
                             <td width="50">
347 345
                             <div class="under-line">
348 346
                                 &nbsp;{{ record.assessment_before_dislysis.dry_weight ? record.assessment_before_dislysis.dry_weight : "" }}
@@ -350,7 +348,7 @@
350 348
                             </td>
351 349
                             <td width="20">Kg</td>
352 350
                             <td></td>
353
-                            <td width="70">透前体重:</td>
351
+                            <td width="80">透前体重:</td>
354 352
                             <td width="50">
355 353
                             <div class="under-line">
356 354
                                 &nbsp;{{ record.assessment_before_dislysis.weight_before ? record.assessment_before_dislysis.weight_before : "" }}
@@ -359,7 +357,7 @@
359 357
                             <td width="20">Kg</td>
360 358
                             <td></td>
361 359
                             <td></td>
362
-                            <td width="100">计划治疗时间:</td>
360
+                            <td width="120">计划治疗时间:</td>
363 361
                             <td width="40">
364 362
                             <div class="under-line">
365 363
                                 &nbsp;{{ record.prescription.dialysis_duration_hour ? record.prescription.dialysis_duration_hour : "0" }}
@@ -373,7 +371,7 @@
373 371
                             </td>
374 372
                             <td width="35">min</td>
375 373
                             <td></td>
376
-                            <td width="90">透析机编号:</td>
374
+                            <td width="100">透析机编号:</td>
377 375
                             <td width="150">
378 376
                             <div class="under-line">
379 377
                                 &nbsp;{{ record.device_zone.name && record.device_number.number ? getNewNumber(record.device_zone.name,record.device_number.number) : '' }}
@@ -388,14 +386,14 @@
388 386
                         <table class="table-box">
389 387
                         <tbody>
390 388
                         <tr>
391
-                            <td width="100">计划超滤总量:</td>
389
+                            <td width="120">计划超滤总量:</td>
392 390
                             <td width="50">
393 391
                             <div class="under-line">
394 392
                                 &nbsp;{{ record.prescription.target_ultrafiltration ? record.prescription.target_ultrafiltration : 0 }}
395 393
                             </div>
396 394
                             </td>
397 395
                             <td width="10">ml</td>
398
-                            <td width='70'></td>
396
+                            <td width='10'></td>
399 397
     
400 398
                             <td width="60">置换量:</td>
401 399
                             <td width="40">
@@ -418,7 +416,7 @@
418 416
                             <td width="80">
419 417
                             <label-box :isChecked="record.prescription.mode_id == 3 ? true : false" showValue="HD+HP"></label-box>
420 418
                             </td>
421
-                            <td width="80">透析器型号</td>
419
+                            <td width="90">透析器型号</td>
422 420
                             <td width="80">
423 421
                                <div class="under-line">
424 422
                                  &nbsp;{{ record.prescription.dialyzer_perfusion_apparatus ? record.prescription.dialyzer_perfusion_apparatus : "/" }}
@@ -515,12 +513,12 @@
515 513
                         <table class="table-box">
516 514
                             <tbody>
517 515
                             <tr>
518
-                                <td width="85">透析液配方:</td>
519
-                                <td width='90'>B液: 碳酸盐:</td>
520
-                                <td width='30'>A液:</td>
516
+                                <td width="100">透析液配方:</td>
517
+                                <td width='120'>B液: 碳酸盐:</td>
518
+                                <td width='40'>A液:</td>
521 519
                                 <td width="10">钙</td>
522 520
                                 <td width="10">(</td>
523
-                                <td width="210">
521
+                                <td width="280">
524 522
                                 <label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.25mmol/L"></label-box>
525 523
                                 &nbsp;
526 524
                                 <label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.5mmol/L"></label-box>
@@ -529,7 +527,7 @@
529 527
                                 <td width="10">)</td>
530 528
                                 <td width="10">钾</td>
531 529
                                 <td width="10">(</td>
532
-                                <td width="210">
530
+                                <td width="280">
533 531
                                 <label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : false" showValue="2.0mmol/L"></label-box>
534 532
                                 &nbsp;
535 533
                                 <label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="3.5mmol/L"></label-box>
@@ -700,8 +698,8 @@
700 698
                         <table class="table-box">
701 699
                             <tbody>
702 700
                             <tr>
703
-                            <td width="28">拔针压迫:</td>
704
-                            <td width='140'>
701
+                            <td width="80">拔针压迫:</td>
702
+                            <td width='500'>
705 703
                                 <label-box showValue="自己压迫" :isChecked="record.assessment_after_dislysis.hemostasis_opera == 3 ? true : false"></label-box>
706 704
                                 &nbsp;
707 705
                                 <label-box showValue="他人协助" :isChecked="record.assessment_after_dislysis.hemostasis_opera == 2 ? true : false"></label-box>
@@ -710,16 +708,15 @@
710 708
                                 <label-box showValue="内瘘止血带" :isChecked="record.assessment_after_dislysis.hemostasis_opera == 4 ? true : false"></label-box>
711 709
                             </td>
712 710
                           
713
-                            <td width="40">内瘘震颤:</td>
714
-                            <td width="80">
711
+                            <td width="80">内瘘震颤:</td>
712
+                            <td width="200">
715 713
                                 <div style="display:flex;justify-content:space-between;">
716 714
                                 <label-box :isChecked="record.assessment_after_dislysis.internal_fistula.indexOf('震颤-存在') > -1 ? true : false" showValue="存在"></label-box>
717 715
                                 <label-box :isChecked="record.assessment_after_dislysis.internal_fistula.indexOf('震颤-减弱') > -1 ? true : false" showValue="减弱"></label-box>
718 716
                                 <label-box :isChecked="record.assessment_after_dislysis.internal_fistula.indexOf('震颤-无') > -1 ? true : false" showValue="不存在"></label-box>
719 717
                                 </div>
720 718
                             </td>
721
-                            <td width="10"></td>
722
-                            <td width="40"></td>
719
+                            <td></td>
723 720
                             </tr>
724 721
                             </tbody>
725 722
                         </table>
@@ -727,16 +724,16 @@
727 724
                         <table class="table-box">
728 725
                             <tbody>
729 726
                             <tr>
730
-                            <td width="130">拔针后穿刺点渗血:</td>
731
-                            <td width="80">
727
+                            <td width="160">拔针后穿刺点渗血:</td>
728
+                            <td width="100">
732 729
                                 <div style="display:flex;justify-content:space-between;">
733 730
                                 <label-box :isChecked="record.assessment_after_dislysis.puncture_point_oozing_blood == 1 ? true : false" showValue="有"></label-box>
734 731
                                 <label-box :isChecked="record.assessment_after_dislysis.puncture_point_oozing_blood == 2 ? true : false" showValue="无"></label-box>
735 732
                                 </div>
736 733
                             </td>
737 734
                             <td width="10"></td>
738
-                            <td width="85">穿刺处血肿:</td>
739
-                            <td width="80">
735
+                            <td width="100">穿刺处血肿:</td>
736
+                            <td width="100">
740 737
                                 <div style="display:flex;justify-content:space-between;">
741 738
                                 <label-box :isChecked="record.assessment_after_dislysis.puncture_point_haematoma == 1 ? true : false" showValue="有"></label-box>
742 739
                                 <label-box :isChecked="record.assessment_after_dislysis.puncture_point_haematoma == 2 ? true : false" showValue="无"></label-box>
@@ -744,14 +741,14 @@
744 741
                             </td>
745 742
 
746 743
                             <td width="10"></td>
747
-                            <td width="105">中心静脉封管:</td>
748
-                            <td width="40">肝素:</td>
749
-                            <td width="30">A端</td>
744
+                            <td width="120">中心静脉封管:</td>
745
+                            <td width="50">肝素:</td>
746
+                            <td width="40">A端</td>
750 747
                             <td width="30">
751 748
                                 <div class="under-line">&nbsp;{{ record.assessment_after_dislysis.cvc_a ? record.assessment_after_dislysis.cvc_a : "" }}</div>
752 749
                             </td>
753 750
                             <td width="20">ml</td>
754
-                            <td width="30">V端</td>
751
+                            <td width="40">V端</td>
755 752
                             <td width="30">
756 753
                                 <div class="under-line">&nbsp;{{ record.assessment_after_dislysis.cvc_v ? record.assessment_after_dislysis.cvc_v : "" }}</div>
757 754
                             </td>
@@ -764,7 +761,7 @@
764 761
                         <table class="table-box">
765 762
                             <tbody>
766 763
                             <tr>
767
-                            <td width="85">透析并发症:</td>
764
+                            <td width="100">透析并发症:</td>
768 765
                             <td width="600">
769 766
                                 <div style="display:flex;justify-content:space-between;">
770 767
                                 <label-box :isChecked="record.assessment_after_dislysis.complication.indexOf('无') > -1 ? true : false" showValue="无"></label-box>
@@ -779,7 +776,7 @@
779 776
 
780 777
                                 </div>
781 778
                             </td>
782
-                            <td width="40">其他:</td>
779
+                            <td width="50">其他:</td>
783 780
                             <td width="">
784 781
                                 <div class="under-line">
785 782
                                 &nbsp;{{ record.assessment_after_dislysis.complication ? getComplication(record.assessment_after_dislysis.complication) : '' }}
@@ -792,8 +789,8 @@
792 789
                         <table class="table-box">
793 790
                             <tbody>
794 791
                             <tr>
795
-                            <td width="40">凝血:</td>
796
-                            <td width="60">透析器:</td>
792
+                            <td width="50">凝血:</td>
793
+                            <td width="70">透析器:</td>
797 794
                             <td width="220">
798 795
                                 <div style="display:flex;justify-content:space-between;">
799 796
                                 <label-box :isChecked="record.assessment_after_dislysis.cruor.indexOf('透析器-0度') > -1 ? true : false" showValue="无"></label-box>
@@ -803,7 +800,7 @@
803 800
                                 </div>
804 801
                             </td>
805 802
                             <td></td>
806
-                            <td width="70">静脉管道:</td>
803
+                            <td width="90">静脉管道:</td>
807 804
                             <td width="220">
808 805
                                 <div style="display:flex;justify-content:space-between;">
809 806
                                     <label-box :isChecked="record.assessment_after_dislysis.intravenous_tube == 1 ? true : false" showValue="无"></label-box>
@@ -813,7 +810,7 @@
813 810
                                 </div>
814 811
                                 </td>
815 812
                                 
816
-                                <td width="70">动脉管道:</td>
813
+                                <td width="90">动脉管道:</td>
817 814
                                 <td width="220">
818 815
                                 <div style="display:flex;justify-content:space-between;">
819 816
                                     <label-box :isChecked="record.assessment_after_dislysis.arterial_tube == 1 ? true : false" showValue="无"></label-box>
@@ -829,7 +826,7 @@
829 826
                         <table class="table-box">
830 827
                             <tbody>
831 828
                             <tr>
832
-                            <td width="70">透后体重:</td>
829
+                            <td width="80">透后体重:</td>
833 830
                             <td width="50">
834 831
                                 <div class="under-line">
835 832
                                 &nbsp;{{ record.assessment_after_dislysis.weight_after ? record.assessment_after_dislysis.weight_after : "" }}
@@ -837,7 +834,7 @@
837 834
                             </td>
838 835
                             <td width="20">Kg</td>
839 836
                             <td width="20"></td>
840
-                            <td width="90">实际超滤总量</td>
837
+                            <td width="120">实际超滤总量</td>
841 838
                             <td width="40">
842 839
                                 <div class="under-line">
843 840
                                 &nbsp;{{ record.assessment_after_dislysis.actual_ultrafiltration ? record.assessment_after_dislysis.actual_ultrafiltration : 0 }}
@@ -845,7 +842,7 @@
845 842
                             </td>
846 843
                             <td width="10">ml</td>
847 844
                             <td width="20"></td>
848
-                            <td width="90">实际治疗时间</td>
845
+                            <td width="120">实际治疗时间</td>
849 846
                             <td width="40">
850 847
                                 <div class="under-line">
851 848
                                 &nbsp;{{ record.assessment_after_dislysis.actual_treatment_hour ? record.assessment_after_dislysis.actual_treatment_hour : "0" }}
@@ -859,7 +856,7 @@
859 856
                             </td>
860 857
                             <td width="35">min</td>
861 858
                             <td width="60">去向</td>
862
-                            <td width="160">
859
+                            <td width="200">
863 860
                             <div style="display:flex;justify-content:space-between;">
864 861
                                 <label-box :isChecked="record.assessment_after_dislysis.patient_gose == 1 ? true : false" showValue="回家"></label-box>
865 862
                                 <label-box :isChecked="record.assessment_after_dislysis.patient_gose == 2 ? true : false" showValue="留观"></label-box>
@@ -882,15 +879,15 @@
882 879
                     <tbody>
883 880
                     <tr>
884 881
                     <td width="150"></td>
885
-                    <td width="30">医生</td>
882
+                    <td width="50">医生</td>
886 883
                     <td width="80">
887 884
                         <div class="under-line">
888 885
                         &nbsp;
889
-                        <span v-if="setAdminUserES(record.prescription, 'creater') == ''">{{getAdminUser(record.prescription, 'creater')}}</span>
890
-                        <img class="es-img" :src="setAdminUserES(record.prescription, 'creater')" alt="" srcset="" v-else style="height: 30px;">
886
+                        <span v-if="setAdminUserES(record.prescription, 'prescription_doctor') == ''">{{getAdminUser(record.prescription, 'prescription_doctor')}}</span>
887
+                        <img class="es-img" :src="setAdminUserES(record.prescription, 'prescription_doctor')" alt="" srcset="" v-else style="height: 30px;">
891 888
                         </div>
892 889
                     </td>
893
-                    <td width="50">责任护士</td>
890
+                    <td width="80">责任护士</td>
894 891
                     <td width="80">
895 892
                         <div class="under-line">
896 893
                         &nbsp;
@@ -900,7 +897,7 @@
900 897
                         </span>
901 898
                         </div>
902 899
                     </td>
903
-                    <td width="50">穿刺护士</td>
900
+                    <td width="80">穿刺护士</td>
904 901
                     <td width="80">
905 902
                         <div class="under-line">
906 903
                         &nbsp;
@@ -912,7 +909,7 @@
912 909
                     </td>
913 910
                    
914 911
                    
915
-                    <td width="50">核对护士</td>
912
+                    <td width="80">核对护士</td>
916 913
                   
917 914
                      <td width="80">
918 915
                         <div class="under-line">
@@ -1006,7 +1003,8 @@ export default {
1006 1003
         "出血",
1007 1004
         "心衰",
1008 1005
         "腹痛"
1009
-      ]
1006
+      ],
1007
+      isShowZero:false
1010 1008
     };
1011 1009
   },
1012 1010
   created() {
@@ -1078,9 +1076,9 @@ export default {
1078 1076
             var dlegh = 0
1079 1077
             if (
1080 1078
               this.records[recordIndex].monitor_records &&
1081
-              this.records[recordIndex].monitor_records.length < 12
1079
+              this.records[recordIndex].monitor_records.length < 11
1082 1080
             ) {
1083
-              dlegh = 12 - this.records[recordIndex].monitor_records.length
1081
+              dlegh = 11 - this.records[recordIndex].monitor_records.length
1084 1082
             } else {
1085 1083
               dlegh = 0
1086 1084
             }
@@ -1340,7 +1338,7 @@ export default {
1340 1338
       const style =
1341 1339
         '@media print { .option_panel { margin: 0 5px 0 0; } .option_panel .check_box_panel { white-space: nowrap; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: middle; } .option_panel .check_box_panel .check_box { display: inline-block; position: relative; border: 1px solid #000; box-sizing: border-box; width: 14px; height: 14px; background-color: #fff; } .check_box_panel .did_checked::after { content: "√"; font-size: 15px; } .print_page_main_content { background-color: white; width:960px; margin:0 auto; padding: 0 0 0 0; page-break-after: always; } .print_page_main_content .order-yy-name { margin: auto; text-align: center; font-size: 20px; letter-spacing: 5px;} .print_page_main_content .order_title { text-align: center; font-size: 23px; line-height: 50px; font-weight: 500; } .row { font-size: 14px; line-height: 20px; padding: 5px 0; } .inline_block { display: inline-block; } .under_line { display: inline-block; border-bottom: 1px solid #999; text-align: center; white-space: nowrap; } .under_line::before { content: "\\00A0"; } .under_line::after { content: "\\00A0"; } .flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; box-align: center; -moz-box-align: center; -webkit-box-align: center; text-align: center; -webkit-justify-content: space-between; justify-content: space-between; -moz-box-pack: space-between; -webkit--moz-box-pack: space-between; box-pack: space-between; } .print_page_main_content .proj_table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } .print_page_main_content .proj_table tbody tr td { border: 1px solid; font-size: 16px; padding: 10px 8px; line-height: 30px; } .print_page_main_content .proj_table .inside_table { width: 100%; border: hidden; border-collapse: collapse; } .print_page_main_content .proj_table .inside_table tr td { border: 1px solid; text-align: center; font-size: 14px; padding: 8px 5px; line-height: 25px; } }.es-img{height: 20px; }.advice-name{text-align: left !important;line-height: 16px !important;}.advice-children{display:flex;}.did_checke::after {font-size: 8px;margin-left: 2px;margin-top: 2px;position: absolute;}';
1342 1340
        const style2 =
1343
-        '@media print {.dialysis-print-order{width:960px;margin:0 auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:14px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:16px}.dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:14px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;}   .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;}  .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}.row {font-size: 16px;line-height: 20px;padding: 5px 0;}.inline_block { display: inline-block;}.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap; width: 50%;}'
1341
+        '@media print {.dialysis-print-order{width:960px;margin:0 auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:18px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:18px}.dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:18px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:18px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:18px;height:18px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:19px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;}   .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;}  .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}.row {font-size: 16px;line-height: 20px;padding: 5px 0;}.inline_block { display: inline-block;}.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap; width: 50%;}'
1344 1342
       printJS({
1345 1343
         printable: "print_content",
1346 1344
         type: "html",
@@ -1585,7 +1583,7 @@ export default {
1585 1583
   width: 100%;
1586 1584
   text-align: center;
1587 1585
   border-collapse: collapse;
1588
-  font-size: 14px;
1586
+  font-size: 18px;
1589 1587
 }
1590 1588
 
1591 1589
 .es-img {
@@ -1669,7 +1667,7 @@ export default {
1669 1667
 .dialysis-print-order .table-box {
1670 1668
   width: 100%;
1671 1669
   line-height: 23px;
1672
-  font-size: 14px;
1670
+  font-size: 18px;
1673 1671
 }
1674 1672
 
1675 1673
 .dialysis-print-order .print-table {
@@ -1677,14 +1675,14 @@ export default {
1677 1675
   text-align: center;
1678 1676
   border-collapse: collapse;
1679 1677
   line-height: 40px;
1680
-  font-size: 14px;
1678
+  font-size: 18px;
1681 1679
 }
1682 1680
 
1683 1681
 .dialysis-print-order .print-table-no {
1684 1682
   width: 100%;
1685 1683
   text-align: center;
1686 1684
   border-collapse: collapse;
1687
-  font-size: 14px;
1685
+  font-size: 18px;
1688 1686
 }
1689 1687
 
1690 1688
 .dialysis-print-order .under-line {
@@ -1729,8 +1727,8 @@ export default {
1729 1727
   position: relative;
1730 1728
   border: 1px solid #000;
1731 1729
   box-sizing: border-box;
1732
-  width: 14px;
1733
-  height: 14px;
1730
+  width: 18px;
1731
+  height: 18px;
1734 1732
   background-color: #fff;
1735 1733
   z-index: 1;
1736 1734
   transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
@@ -1739,7 +1737,7 @@ export default {
1739 1737
 
1740 1738
 .dialysis-print-order .is-checked-radio::after {
1741 1739
   content: "√";
1742
-  font-size: 15px;
1740
+  font-size: 19px;
1743 1741
 }
1744 1742
 
1745 1743
 .dialysis-print-order .print-table-no tr td {
@@ -1819,7 +1817,7 @@ export default {
1819 1817
 .dialysis-print-order .table-box {
1820 1818
   width: 100%;
1821 1819
   line-height: 23px;
1822
-  font-size: 14px;
1820
+  font-size: 18px;
1823 1821
 }
1824 1822
 
1825 1823
 .dialysis-print-order .print-table {
@@ -1827,14 +1825,14 @@ export default {
1827 1825
   text-align: center;
1828 1826
   border-collapse: collapse;
1829 1827
   line-height: 40px;
1830
-  font-size: 14px;
1828
+  font-size: 18px;
1831 1829
 }
1832 1830
 
1833 1831
 .dialysis-print-order .print-table-no {
1834 1832
   width: 100%;
1835 1833
   text-align: center;
1836 1834
   border-collapse: collapse;
1837
-  font-size: 14px;
1835
+  font-size: 18px;
1838 1836
 }
1839 1837
 
1840 1838
 .dialysis-print-order .under-line {
@@ -1846,7 +1844,7 @@ export default {
1846 1844
 
1847 1845
 .dialysis-print-order .title-box {
1848 1846
   text-align: center;
1849
-  font-size: 16px;
1847
+  font-size: 18px;
1850 1848
 }
1851 1849
 
1852 1850
 .dialysis-print-order .radio-lebel-box {
@@ -1879,8 +1877,8 @@ export default {
1879 1877
   position: relative;
1880 1878
   border: 1px solid #000;
1881 1879
   box-sizing: border-box;
1882
-  width: 14px;
1883
-  height: 14px;
1880
+  width: 18px;
1881
+  height: 18px;
1884 1882
   background-color: #fff;
1885 1883
   z-index: 1;
1886 1884
   transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
@@ -1889,7 +1887,7 @@ export default {
1889 1887
 
1890 1888
 .dialysis-print-order .is-checked-radio::after {
1891 1889
   content: "√";
1892
-  font-size: 15px;
1890
+  font-size: 19px;
1893 1891
 }
1894 1892
 
1895 1893
 .dialysis-print-order .print-table-no tr td {

+ 3 - 1
src/xt_pages/dialysis/dialysisPrintOrder.vue 查看文件

@@ -1015,6 +1015,8 @@ export default {
1015 1015
         '@media print {.dialysis-print-order {width: 960px; margin: 0 auto;}.dialysis-print-order .order-yy-name {margin: auto;text-align: center;font-size: 20px;letter-spacing: 5px;}.dialysis-print-order .order-title {  margin: auto;  font-weight: 600;  text-align: center;  font-size: 22px;  padding: 10px 20px 0px 20px;}.dialysis-print-order .table-box {  width: 100%;  line-height: 18px;  font-size: 14px;}.dialysis-print-order .print-table {  width: 100%;  text-align: center;  border-collapse: collapse;  line-height: 28px;  font-size: 14px;}.dialysis-print-order .print-table-no {  width: 100%;  text-align: center;  border-collapse: collapse;  font-size: 14px;}.dialysis-print-order .under-line {  border-bottom: 1px solid #999;  width: 95%;  text-align: center;  margin-left: 2px;}.dialysis-print-order .title-box {  text-align: center;  font-size: 16px;}.dialysis-print-order .radio-lebel-box {  font-weight: 400;  cursor: pointer;}.dialysis-print-order .radio-no {  opacity: 0;  outline: none;  position: absolute;  margin: 0;  width: 0;  height: 0;  z-index: -1;}.dialysis-print-order .radio-inner {  white-space: nowrap;  cursor: pointer;  outline: none;  display: inline-block;  line-height: 1;  position: relative;  vertical-align: middle;}.dialysis-print-order .radio-fang {  display: inline-block;  position: relative;  border: 1px solid #000;  box-sizing: border-box;  width: 14px;  height: 14px;  background-color: #fff;  z-index: 1;  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),    background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);}.dialysis-print-order .is-checked-radio::after {  content: "√";  font-size: 15px;}.dialysis-print-order .print-table-no tr td {  padding: 8px 5px;  line-height: 25px;}.dialysis-print-order .print-table tr td {  padding: 1px 1px;  /*line-height: 25px;*/}.es-img {  height: 25px;}.advice-name {  text-align: left;}.advice-children {  display: flex;}.title-box-pro {  border: 0 #fff;  line-height: 25px;  height: 25px;  text-align: left;  padding-left: 10px !important;}.title-box-pro-tr {  border: 0 #fff;}.text-align-left {  text-align: left !important;  padding-left: 10px !important;  font-size: 14px !important;  line-height: 25px;}.print-table-tr-new td {line-height: 20px !important;}.border-top-solid {border: solid 1px #000;}.print-template-two tr {line-height: 30px;}}';
1016 1016
       const style6 =
1017 1017
         '@media print {.dialysis-print-order{width:960px;margin:0 auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:16px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:16px}.dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:16px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;}   .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;}  .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}';
1018
+      const style7 =
1019
+        '@media print {.dialysis-print-order {width: 960px; margin: 0 auto;}.dialysis-print-order .order-yy-name {margin: auto;text-align: center;font-size: 20px;letter-spacing: 5px;}.dialysis-print-order .order-title {  margin: auto;  font-weight: 600;  text-align: center;  font-size: 22px;  padding: 10px 20px 0px 20px;}.dialysis-print-order .table-box {  width: 100%;  line-height: 18px;  font-size: 18px;}.dialysis-print-order .print-table {  width: 100%;  text-align: center;  border-collapse: collapse;  line-height: 28px;  font-size: 18px;}.dialysis-print-order .print-table-no {  width: 100%;  text-align: center;  border-collapse: collapse;  font-size: 14px;}.dialysis-print-order .under-line {  border-bottom: 1px solid #999;  width: 95%;  text-align: center;  margin-left: 2px;}.dialysis-print-order .title-box {  text-align: center;  font-size: 16px;}.dialysis-print-order .radio-lebel-box {  font-weight: 400;  cursor: pointer;}.dialysis-print-order .radio-no {  opacity: 0;  outline: none;  position: absolute;  margin: 0;  width: 0;  height: 0;  z-index: -1;}.dialysis-print-order .radio-inner {  white-space: nowrap;  cursor: pointer;  outline: none;  display: inline-block;  line-height: 1;  position: relative;  vertical-align: middle;}.dialysis-print-order .radio-fang {  display: inline-block;  position: relative;  border: 1px solid #000;  box-sizing: border-box;  width: 18px;  height: 18px;  background-color: #fff;  z-index: 1;  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),    background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);}.dialysis-print-order .is-checked-radio::after {  content: "√";  font-size: 19px;}.dialysis-print-order .print-table-no tr td {  padding: 8px 5px;  line-height: 25px;}.dialysis-print-order .print-table tr td {  padding: 1px 1px;  /*line-height: 25px;*/}.es-img {  height: 25px;}.advice-name {  text-align: left;}.advice-children {  display: flex;}.title-box-pro {  border: 0 #fff;  line-height: 25px;  height: 25px;  text-align: left;  padding-left: 10px !important;}.title-box-pro-tr {  border: 0 #fff;}.text-align-left {  text-align: left !important;  padding-left: 10px !important;  font-size: 14px !important;  line-height: 25px;}.print-table-tr-new td {line-height: 20px !important;}.border-top-solid {border: solid 1px #000;}.print-template-two tr {line-height: 30px;}}';
1018 1020
 
1019 1021
       if (this.org_template_info.template_id == 1) {
1020 1022
         printJS({
@@ -1195,7 +1197,7 @@ export default {
1195 1197
         printJS({
1196 1198
           printable: "dialysis-print-box",
1197 1199
           type: "html",
1198
-          style: style5,
1200
+          style: style7,
1199 1201
           scanStyles: false
1200 1202
         });
1201 1203
       } else if (this.org_template_info.template_id == 29) {

+ 96 - 100
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyEight.vue 查看文件

@@ -24,7 +24,7 @@
24 24
           </td>
25 25
           <td>岁</td>
26 26
 
27
-          <td width="120">透析号/住院号:</td>
27
+          <td width="140">透析号/住院号:</td>
28 28
           <td width="130">
29 29
             <div class="under-line">&nbsp;{{ patientInfo.dialysis_no }} /{{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number : "无" }}
30 30
             </div>
@@ -43,13 +43,13 @@
43 43
       <table class="table-box" style="margin-top: 10px;">
44 44
         <tbody>
45 45
         <tr>
46
-          <td width="40">诊 断:</td>
46
+          <td width="60">诊 断:</td>
47 47
           <td width="">
48 48
             <div class="under-line" style="text-align:left">
49 49
               &nbsp;{{ patientInfo.diagnose }}
50 50
             </div>
51 51
           </td>
52
-          <td width="60">治疗次数:</td>
52
+          <td width="80">治疗次数:</td>
53 53
           <td width="60">
54 54
                 <div class="under-line">
55 55
                     &nbsp;{{ patientInfo.total_dialysis + patientInfo.user_sys_before_count ? patientInfo.total_dialysis + patientInfo.user_sys_before_count : "" }}
@@ -67,8 +67,8 @@
67 67
             <table class="table-box">
68 68
               <tbody>
69 69
               <tr>
70
-                <td width="70">入科方式:</td>
71
-                <td width="240">
70
+                <td width="80">入科方式:</td>
71
+                <td width="260">
72 72
                   <div style="display:flex;justify-content:space-between;">
73 73
                     <label-box v-for="(item, index) in way_arr" :key="index" :isChecked="receiverTreatmentAccess.way == item.id ? true : false" :showValue="item.name"></label-box>
74 74
                     <!--&nbsp-->
@@ -80,9 +80,9 @@
80 80
                   </div>
81 81
                 </td>
82 82
 
83
-                <td width="50"></td>
83
+                <td width="20"></td>
84 84
                 <td width="50">意识:</td>
85
-                <td width="240">
85
+                <td width="260">
86 86
                   <div style="display:flex;justify-content:space-between;">
87 87
                     <label-box v-for="(item, index) in consciousness_arr" :key="index" :isChecked="receiverTreatmentAccess.consciousness == item.id ? true : false" :showValue="item.name"></label-box>
88 88
 
@@ -99,13 +99,13 @@
99 99
                   </div>
100 100
                 </td>
101 101
                 <td width='20'></td>
102
-                <td width='60'>透析频次</td>
102
+                <td width='80'>透析频次</td>
103 103
                 <td width="70">
104 104
                   <div class="under-line">
105 105
                     &nbsp;{{ predialysis.dialysis_count ? predialysis.dialysis_count : "" }}
106 106
                   </div>
107 107
                 </td>
108
-                <td width='40'>次/周</td>
108
+                <td width='50'>次/周</td>
109 109
                 <td></td>
110 110
               </tr>
111 111
               </tbody>
@@ -114,8 +114,8 @@
114 114
             <table class="table-box">
115 115
               <tbody>
116 116
               <tr>
117
-                <td width="80">生命体征:</td>
118
-                <td width="40">体温:</td>
117
+                <td width="100">生命体征:</td>
118
+                <td width="50">体温:</td>
119 119
                 <td width="70">
120 120
                   <div class="under-line">
121 121
                     &nbsp;{{ predialysis.temperature ? predialysis.temperature : "" }}
@@ -131,20 +131,20 @@
131 131
                 <td width="35">次/分</td>
132 132
                 <td width="30"></td> -->
133 133
 
134
-                <td width="40">脉搏:</td>
134
+                <td width="50">脉搏:</td>
135 135
                 <td width="70">
136 136
                   <div class="under-line">
137 137
                     &nbsp;{{ predialysis.pulse_frequency ? predialysis.pulse_frequency : "" }}
138 138
                   </div>
139 139
                 </td>
140
-                <td width="40">次/分</td>
140
+                <td width="50">次/分</td>
141 141
                 <td width="30"></td>
142 142
 
143
-                <td width="40">血压:</td>
143
+                <td width="50">血压:</td>
144 144
                 <td width="140">
145 145
                   <div class="under-line">
146
-                    {{ predialysis.systolic_blood_pressure ? predialysis.systolic_blood_pressure : "" }}/
147
-                    {{ predialysis.diastolic_blood_pressure ? predialysis.diastolic_blood_pressure : "" }}
146
+                    {{ monitors[0] && monitors[0].systolic_blood_pressure ? monitors[0].systolic_blood_pressure : "" }}/
147
+                    {{ monitors[0] && monitors[0].diastolic_blood_pressure ? monitors[0].diastolic_blood_pressure : "" }}
148 148
                   </div>
149 149
                 </td>
150 150
                 <td width="35">mmHg</td>
@@ -157,8 +157,8 @@
157 157
             <table class="table-box">
158 158
               <tbody>
159 159
               <tr>
160
-                <td width="86">导管穿刺口:</td>
161
-                <td width="240">
160
+                <td width="100">导管穿刺口:</td>
161
+                <td width="280">
162 162
                   <div style="display:flex;justify-content:space-between;">
163 163
                     <label-box :isChecked="predialysis.catheter.indexOf('穿刺口-干洁') > -1 ? true : false" showValue="干洁"></label-box>
164 164
                     &nbsp;
@@ -193,8 +193,8 @@
193 193
                 <td></td> -->
194 194
 
195 195
                 <!-- 体位 -->
196
-                <td width="40">体位:</td>
197
-                <td width="400">
196
+                <td width="50">体位:</td>
197
+                <td width="440">
198 198
                   <div style="display:flex;justify-content:space-between;">
199 199
                     <label-box v-for="(item, index) in posture_arr" :key="index" :isChecked="receiverTreatmentAccess.posture == item.id ? true : false" :showValue="item.name"></label-box>
200 200
 
@@ -223,8 +223,8 @@
223 223
             <table class="table-box">
224 224
               <tbody>
225 225
               <tr>
226
-                <td width="70">内瘘评估:</td>
227
-                <td width="35">震颤:</td>
226
+                <td width="80">内瘘评估:</td>
227
+                <td width="50">震颤:</td>
228 228
                 <td width="210">
229 229
                   <div style="display:flex;justify-content:space-between;">
230 230
                     <label-box :isChecked="predialysis.internal_fistula.indexOf('震颤-存在') > -1 ? true : false" showValue="存在"></label-box>
@@ -236,9 +236,9 @@
236 236
                 </td>
237 237
                 <td width="50"></td>
238 238
 
239
-                <td width="95">内瘘皮肤情况:</td>
240
-                <td width="220">
241
-                  <div style="display:flex;justify-content:space-between;">
239
+                <td width="120">内瘘皮肤情况:</td>
240
+                <td style="text-align:left;">
241
+                  <div>
242 242
                     <label-box :isChecked="predialysis.internal_fistula_skin.indexOf('正常') > -1 ? true : false" showValue="正常"></label-box>
243 243
                     &nbsp;
244 244
                     <label-box :isChecked="predialysis.internal_fistula_skin.indexOf('瘀斑') > -1 ? true : false" showValue="瘀斑"></label-box>
@@ -248,7 +248,6 @@
248 248
                     <label-box :isChecked="predialysis.internal_fistula_skin.indexOf('肿') > -1 ? true : false" showValue="肿"></label-box>
249 249
                   </div>
250 250
                 </td>
251
-                <td></td>
252 251
               </tr>
253 252
               </tbody>
254 253
             </table>
@@ -256,8 +255,8 @@
256 255
             <table class="table-box">
257 256
               <tbody>
258 257
                 <tr>
259
-                  <td width="40">皮肤:</td>
260
-                  <td width="600">
258
+                  <td width="50">皮肤:</td>
259
+                  <td width="700">
261 260
                     <div style="display:flex;justify-content:space-between;">
262 261
                       <!-- <label-box showValue="完整" :isChecked="predialysis.skin == 1 ? true : false"></label-box>
263 262
                       <label-box showValue="干燥" :isChecked="predialysis.skin == 2 ? true : false"></label-box>
@@ -281,7 +280,7 @@
281 280
                     </div>
282 281
                   </td>
283 282
 
284
-                  <td width="35">其它</td>
283
+                  <td width="50">其它</td>
285 284
                   <td width="">
286 285
                     <div class="under-line">
287 286
                       &nbsp;
@@ -295,8 +294,8 @@
295 294
             <table class="table-box">
296 295
               <tbody>
297 296
               <tr>
298
-                <td width="86">活动性出血:</td>
299
-                <td width="40">
297
+                <td width="110">活动性出血:</td>
298
+                <td width="60">
300 299
                   <div>
301 300
                     <label-box :isChecked="predialysis.is_hemorrhage == 2 ? true : false" showValue="无"></label-box>
302 301
                     <!-- &nbsp;
@@ -309,7 +308,7 @@
309 308
                   </div>
310 309
                 </td>
311 310
                 <!-- <td width="10">(</td> -->
312
-                <td width="380">
311
+                <td width="500" style="text-align:left;">
313 312
                   <div>
314 313
                     <label-box :isChecked="predialysis.is_hemorrhage == 1 && predialysis.hemorrhage.indexOf('牙龈出血') > -1 ? true : false" showValue="牙龈出血"></label-box>
315 314
                     &nbsp;
@@ -322,7 +321,7 @@
322 321
                   </div>
323 322
                 </td>
324 323
 
325
-                <td width="35">其它</td>
324
+                <td width="50">其它</td>
326 325
                 <td width="">
327 326
                   <div class="under-line">
328 327
                     &nbsp;
@@ -337,8 +336,8 @@
337 336
             <table class="table-box">
338 337
               <tbody>
339 338
               <tr>
340
-                <td width="70">血管通路:</td>
341
-                <td width="590">
339
+                <td width="90">血管通路:</td>
340
+                <td style="text-align:left;">
342 341
                   <div>
343 342
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('自体内瘘') > -1 ? true : false" showValue="自体内瘘"></label-box>
344 343
                     &nbsp;
@@ -357,16 +356,14 @@
357 356
                     &nbsp;
358 357
                   </div>
359 358
                 </td>
360
-
361
-                <td></td>
362 359
               </tr>
363 360
               </tbody>
364 361
             </table>
365 362
             <table class="table-box">
366 363
               <tbody>
367 364
               <tr>
368
-                <td width="70">穿刺方式:</td>
369
-                <td width="200">
365
+                <td width="90">穿刺方式:</td>
366
+                <td width="260" style="text-align:left;">
370 367
                   <div>
371 368
                     <label-box showValue="绳梯" :isChecked="predialysis.puncture_way.indexOf('绳梯')>-1 ? true : false"></label-box>&nbsp;
372 369
                     <label-box showValue="定点" :isChecked="predialysis.puncture_way.indexOf('定点')>-1 ? true : false"></label-box>&nbsp;
@@ -375,7 +372,7 @@
375 372
                 </td>
376 373
                 <td width='20'></td>
377 374
                 <td width="70">穿刺针:</td>
378
-                <td width="180">
375
+                <td width="260" style="text-align:left;">
379 376
                   <div>
380 377
                     <label-box :isChecked="predialysis.puncture_needle && predialysis.puncture_needle.indexOf('16G') > -1 ? true : false" showValue="16G"></label-box>
381 378
                     &nbsp;
@@ -403,7 +400,7 @@
403 400
             <table class="table-box">
404 401
               <tbody>
405 402
               <tr>
406
-                <td width="60">干体重:</td>
403
+                <td width="80">干体重:</td>
407 404
                 <td width="50">
408 405
                   <div class="under-line">
409 406
                     &nbsp;{{ predialysis.dry_weight ? predialysis.dry_weight : "" }}
@@ -411,7 +408,7 @@
411 408
                 </td>
412 409
                 <td width="20">Kg</td>
413 410
                 <td></td>
414
-                <td width="70">透前体重:</td>
411
+                <td width="90">透前体重:</td>
415 412
                 <td width="50">
416 413
                   <div class="under-line">
417 414
                     &nbsp;{{ predialysis.weight_before ? predialysis.weight_before : "" }}
@@ -420,7 +417,7 @@
420 417
                 <td width="20">Kg</td>
421 418
 
422 419
                 <td></td>
423
-                <td width="100">计划治疗时间:</td>
420
+                <td width="120">计划治疗时间:</td>
424 421
                 <td width="40">
425 422
                   <div class="under-line">
426 423
                     &nbsp;{{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour : "0" }}
@@ -434,7 +431,7 @@
434 431
                 </td>
435 432
                 <td width="35">min</td>
436 433
                 <td></td>
437
-                <td width="80">透析机编号:</td>
434
+                <td width="100">透析机编号:</td>
438 435
                 <td width="120">
439 436
                   <div class="under-line">{{ getNumber() }}</div>
440 437
                 </td>
@@ -489,7 +486,7 @@
489 486
                 <td width="50">
490 487
                   <label-box :isChecked="prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>
491 488
                 </td>
492
-                <td width="60">
489
+                <td width="70">
493 490
                   <label-box :isChecked="prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>
494 491
                 </td>
495 492
                 <td width="50">
@@ -498,11 +495,11 @@
498 495
                 <td width="50">
499 496
                   <label-box :isChecked="prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>
500 497
                 </td>
501
-                <td width="80">
498
+                <td width="90">
502 499
                   <label-box :isChecked="prescription.mode_id == 3 ? true : false" showValue="HD+HP"></label-box>
503 500
                 </td>
504
-                <td width="90">透析器型号:</td>
505
-                <td width="100">
501
+                <td width="100">透析器型号:</td>
502
+                <td width="80">
506 503
                   <div class="under-line">
507 504
                     &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus : "/" }}
508 505
                   </div>
@@ -537,7 +534,7 @@
537 534
                 <td width="70">
538 535
                   <label-box :isChecked="prescription.anticoagulant == 1 ? true : false" showValue="无肝素"></label-box>
539 536
                 </td>
540
-                <td width="80">
537
+                <td width="100">
541 538
                   <label-box :isChecked="prescription.anticoagulant == 2 ? true : false" showValue="普通肝素:"></label-box>
542 539
                 </td>
543 540
                 <td width="35">首剂</td>
@@ -591,12 +588,12 @@
591 588
             <table class="table-box">
592 589
               <tbody>
593 590
               <tr>
594
-                <td width="85">透析液配方:</td>
595
-                <td width='90'>B液: 碳酸盐:</td>
596
-                <td width='30'>A液:</td>
591
+                <td width="110">透析液配方:</td>
592
+                <td width='110'>B液: 碳酸盐:</td>
593
+                <td width='50'>A液:</td>
597 594
                 <td width="10">钙</td>
598 595
                 <td width="10">(</td>
599
-                <td width="210">
596
+                <td width="270">
600 597
                   <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : prescription.dialysate_formulation_name.indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.25mmol/L"></label-box>
601 598
                   &nbsp;
602 599
                   <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : prescription.dialysate_formulation_name.indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.5mmol/L"></label-box>
@@ -605,7 +602,7 @@
605 602
                 <td width="10">)</td>
606 603
                 <td width="10">钾</td>
607 604
                 <td width="10">(</td>
608
-                <td width="210">
605
+                <td width="270">
609 606
                   <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : prescription.dialysate_formulation_name.indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : false" showValue="2.0mmol/L"></label-box>
610 607
                   &nbsp;
611 608
                   <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : prescription.dialysate_formulation_name.indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="3.5mmol/L"></label-box>
@@ -620,7 +617,7 @@
620 617
             <table class="table-box">
621 618
               <tbody>
622 619
               <tr>
623
-                <td width="40">其他:</td>
620
+                <td width="50">其他:</td>
624 621
                 <td width="">
625 622
                   <div class="under-line">&nbsp;</div>
626 623
                 </td>
@@ -986,8 +983,8 @@
986 983
                   </td>
987 984
                 </tr> -->
988 985
                 <tr>
989
-                  <td width="70">拔针压迫:</td>
990
-                  <td width="350">
986
+                  <td width="90">拔针压迫:</td>
987
+                  <td width="450">
991 988
                     <div style="display:flex;justify-content:space-between;">
992 989
                       <label-box showValue="自己压迫" :isChecked="afterdialysis.hemostasis_opera == 3 ? true : false"></label-box>
993 990
                       &nbsp;
@@ -998,7 +995,7 @@
998 995
                     </div>
999 996
                   </td>
1000 997
                   <td width="50"></td>
1001
-                  <td width="70">内瘘震颤:</td>
998
+                  <td width="90">内瘘震颤:</td>
1002 999
                   <td width="200">
1003 1000
                     <div style="display:flex;justify-content:space-between;">
1004 1001
                       <label-box :isChecked="afterdialysis.internal_fistula.indexOf('震颤-存在') > -1 ? true : false" showValue="存在"></label-box>
@@ -1014,16 +1011,16 @@
1014 1011
               <table class="table-box">
1015 1012
                 <tbody>
1016 1013
                 <tr>
1017
-                  <td width="130">拔针后穿刺点渗血:</td>
1018
-                  <td width="80">
1014
+                  <td width="160">拔针后穿刺点渗血:</td>
1015
+                  <td width="100">
1019 1016
                     <div style="display:flex;justify-content:space-between;">
1020 1017
                       <label-box :isChecked="afterdialysis.puncture_point_oozing_blood == 1 ? true : false" showValue="有"></label-box>
1021 1018
                       <label-box :isChecked="afterdialysis.puncture_point_oozing_blood == 2 ? true : false" showValue="无"></label-box>
1022 1019
                     </div>
1023 1020
                   </td>
1024 1021
                   <td width="10"></td>
1025
-                  <td width="85">穿刺处血肿:</td>
1026
-                  <td width="80">
1022
+                  <td width="100">穿刺处血肿:</td>
1023
+                  <td width="100">
1027 1024
                     <div style="display:flex;justify-content:space-between;">
1028 1025
                       <label-box :isChecked="afterdialysis.puncture_point_haematoma == 1 ? true : false" showValue="有"></label-box>
1029 1026
                       <label-box :isChecked="afterdialysis.puncture_point_haematoma == 2 ? true : false" showValue="无"></label-box>
@@ -1031,14 +1028,14 @@
1031 1028
                   </td>
1032 1029
 
1033 1030
                   <td width="10"></td>
1034
-                  <td width="105">中心静脉封管:</td>
1035
-                  <td width="40">肝素:</td>
1036
-                  <td width="30">A端</td>
1031
+                  <td width="120">中心静脉封管:</td>
1032
+                  <td width="50">肝素:</td>
1033
+                  <td width="40">A端</td>
1037 1034
                   <td width="30">
1038 1035
                     <div class="under-line">&nbsp;{{ afterdialysis.cvc_a ? afterdialysis.cvc_a : "" }}</div>
1039 1036
                   </td>
1040 1037
                   <td width="20">ml</td>
1041
-                  <td width="30">V端</td>
1038
+                  <td width="40">V端</td>
1042 1039
                   <td width="30">
1043 1040
                     <div class="under-line">&nbsp;{{ afterdialysis.cvc_v ? afterdialysis.cvc_v : "" }}</div>
1044 1041
                   </td>
@@ -1051,8 +1048,8 @@
1051 1048
               <table class="table-box">
1052 1049
                 <tbody>
1053 1050
                 <tr>
1054
-                  <td width="85">透析并发症:</td>
1055
-                  <td width="600">
1051
+                  <td width="110">透析并发症:</td>
1052
+                  <td width="640">
1056 1053
                     <div style="display:flex;justify-content:space-between;">
1057 1054
                       <label-box :isChecked="afterdialysis.complication.indexOf('无') > -1 ? true : false" showValue="无"></label-box>
1058 1055
                       <label-box :isChecked="afterdialysis.complication.indexOf('头晕') > -1 ? true : false" showValue="头晕"></label-box>
@@ -1093,7 +1090,7 @@
1093 1090
                       ></label-box> -->
1094 1091
                     </div>
1095 1092
                   </td>
1096
-                  <td width="40">其他:</td>
1093
+                  <td width="50">其他:</td>
1097 1094
                   <td width="">
1098 1095
                     <div class="under-line">
1099 1096
                       &nbsp;{{ afterdialysis.complication ? getComplication(afterdialysis.complication) : '' }}
@@ -1106,9 +1103,9 @@
1106 1103
               <table class="table-box">
1107 1104
                 <tbody>
1108 1105
                 <tr>
1109
-                  <td width="40">凝血:</td>
1110
-                  <td width="60">透析器:</td>
1111
-                  <td width="220">
1106
+                  <td width="50">凝血:</td>
1107
+                  <td width="70">透析器:</td>
1108
+                  <td width="240">
1112 1109
                     <div style="display:flex;justify-content:space-between;">
1113 1110
                       <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false" showValue="无"></label-box>
1114 1111
                       <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false" showValue="+"></label-box>
@@ -1116,9 +1113,9 @@
1116 1113
                       <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅲ度')> -1  ? true : false" showValue="+ + +"></label-box>
1117 1114
                     </div>
1118 1115
                   </td>
1119
-                  <td width="20"></td>
1120
-                  <td width="70">静脉管道:</td>
1121
-                    <td width="220">
1116
+                  <td width="10"></td>
1117
+                  <td width="100">静脉管道:</td>
1118
+                    <td width="240">
1122 1119
                       <div style="display:flex;justify-content:space-between;">
1123 1120
                         <label-box :isChecked="afterdialysis.intravenous_tube == 1 ? true : false" showValue="无"></label-box>
1124 1121
                         <label-box :isChecked="afterdialysis.intravenous_tube == 2 ? true : false" showValue="+"></label-box>
@@ -1126,9 +1123,9 @@
1126 1123
                         <label-box :isChecked="afterdialysis.intravenous_tube == 4 ? true : false" showValue="+ + +"></label-box>
1127 1124
                       </div>
1128 1125
                     </td>
1129
-                    <td width="20"></td>
1130
-                    <td width="70">动脉管道:</td>
1131
-                    <td width="220">
1126
+                    <td width="10"></td>
1127
+                    <td width="100">动脉管道:</td>
1128
+                    <td width="240">
1132 1129
                       <div style="display:flex;justify-content:space-between;">
1133 1130
                         <label-box :isChecked="afterdialysis.arterial_tube == 1 ? true : false" showValue="无"></label-box>
1134 1131
                         <label-box :isChecked="afterdialysis.arterial_tube == 2 ? true : false" showValue="+"></label-box>
@@ -1136,7 +1133,6 @@
1136 1133
                         <label-box :isChecked="afterdialysis.arterial_tube == 4 ? true : false" showValue="+ + +"></label-box>
1137 1134
                       </div>
1138 1135
                     </td>
1139
-                  <td></td>
1140 1136
                 </tr>
1141 1137
                 </tbody>
1142 1138
               </table>
@@ -1144,23 +1140,23 @@
1144 1140
               <table class="table-box">
1145 1141
                 <tbody>
1146 1142
                 <tr>
1147
-                  <td width="70">透后体重:</td>
1143
+                  <td width="90">透后体重:</td>
1148 1144
                   <td width="50">
1149 1145
                     <div class="under-line">
1150 1146
                       &nbsp;{{ afterdialysis.weight_after ? afterdialysis.weight_after : "" }}
1151 1147
                     </div>
1152 1148
                   </td>
1153 1149
                   <td width="20">Kg</td>
1154
-                  <td width="20"></td>
1155
-                  <td width="90">实际超滤总量</td>
1150
+                  <td width="10"></td>
1151
+                  <td width="120">实际超滤总量</td>
1156 1152
                   <td width="40">
1157 1153
                     <div class="under-line">
1158 1154
                       &nbsp;{{ afterdialysis.actual_ultrafiltration ? afterdialysis.actual_ultrafiltration : "" }}
1159 1155
                     </div>
1160 1156
                   </td>
1161 1157
                   <td width="10">ml</td>
1162
-                  <td width="20"></td>
1163
-                  <td width="90">实际治疗时间</td>
1158
+                  <td width="10"></td>
1159
+                  <td width="120">实际治疗时间</td>
1164 1160
                   <td width="40">
1165 1161
                     <div class="under-line">
1166 1162
                       &nbsp;{{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : "0" }}
@@ -1172,9 +1168,9 @@
1172 1168
                       &nbsp;{{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : "0" }}
1173 1169
                     </div>
1174 1170
                   </td>
1175
-                  <td width="35">min</td>
1176
-                  <td width="40">去向:</td>
1177
-                    <td width="160">
1171
+                  <td width="20">min</td>
1172
+                  <td width="50">去向:</td>
1173
+                    <td width="200">
1178 1174
                       <div style="display:flex;justify-content:space-between;">
1179 1175
                         <label-box :isChecked="afterdialysis.patient_gose == 1 ? true : false" showValue="回家"></label-box>
1180 1176
                         <label-box :isChecked="afterdialysis.patient_gose == 2 ? true : false" showValue="留观"></label-box>
@@ -1308,7 +1304,7 @@
1308 1304
         <tbody>
1309 1305
         <tr>
1310 1306
           <td width="300"></td>
1311
-          <td width="30">医生</td>
1307
+          <td width="50">医生</td>
1312 1308
           <td width="80">
1313 1309
             <div class="under-line">
1314 1310
               &nbsp;
@@ -1316,7 +1312,7 @@
1316 1312
               <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:''))" alt="" srcset="" v-else />
1317 1313
             </div>
1318 1314
           </td>
1319
-          <td width="50">责任护士</td>
1315
+          <td width="90">责任护士</td>
1320 1316
           <td width="80">
1321 1317
             <div class="under-line">
1322 1318
               &nbsp;
@@ -1324,7 +1320,7 @@
1324 1320
               <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse)" alt="" srcset="" v-else>
1325 1321
             </div>
1326 1322
           </td>
1327
-          <td width="50">穿刺护士</td>
1323
+          <td width="90">穿刺护士</td>
1328 1324
           <td width="80">
1329 1325
             <div class="under-line">
1330 1326
               &nbsp;
@@ -1332,7 +1328,7 @@
1332 1328
               <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.puncture_nurse)" alt="" srcset="" v-else>
1333 1329
             </div>
1334 1330
           </td>
1335
-          <td width="50">核对护士</td>
1331
+          <td width="90">核对护士</td>
1336 1332
           <td width="80">
1337 1333
             <div class="under-line">
1338 1334
               &nbsp;
@@ -2010,8 +2006,8 @@ export default {
2010 2006
             if (this.org_template_info.org_id == 9535) {
2011 2007
               this.isShowZero = true
2012 2008
             }
2013
-            if (this.monitors.length < 12) {
2014
-              var nl = 12 - this.monitors.length
2009
+            if (this.monitors.length < 11) {
2010
+              var nl = 11 - this.monitors.length
2015 2011
               for (let index = 0; index < nl; index++) {
2016 2012
                 this.monitors.push([])
2017 2013
               }
@@ -2371,7 +2367,7 @@ export default {
2371 2367
   .dialysis-print-order .table-box {
2372 2368
     width: 100%;
2373 2369
     line-height: 23px;
2374
-    font-size: 14px;
2370
+    font-size: 18px;
2375 2371
   }
2376 2372
 
2377 2373
   .dialysis-print-order .print-table {
@@ -2379,14 +2375,14 @@ export default {
2379 2375
     text-align: center;
2380 2376
     border-collapse: collapse;
2381 2377
     line-height: 40px;
2382
-    font-size: 14px;
2378
+    font-size: 18px;
2383 2379
   }
2384 2380
 
2385 2381
   .dialysis-print-order .print-table-no {
2386 2382
     width: 100%;
2387 2383
     text-align: center;
2388 2384
     border-collapse: collapse;
2389
-    font-size: 14px;
2385
+    font-size: 18px;
2390 2386
   }
2391 2387
 
2392 2388
   .dialysis-print-order .under-line {
@@ -2398,7 +2394,7 @@ export default {
2398 2394
 
2399 2395
   .dialysis-print-order .title-box {
2400 2396
     text-align: center;
2401
-    font-size: 16px;
2397
+    font-size: 18px;
2402 2398
   }
2403 2399
 
2404 2400
   .dialysis-print-order .radio-lebel-box {
@@ -2431,8 +2427,8 @@ export default {
2431 2427
     position: relative;
2432 2428
     border: 1px solid #000;
2433 2429
     box-sizing: border-box;
2434
-    width: 14px;
2435
-    height: 14px;
2430
+    width: 18px !important;
2431
+    height: 18px !important;
2436 2432
     background-color: #fff;
2437 2433
     z-index: 1;
2438 2434
     transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
@@ -2441,7 +2437,7 @@ export default {
2441 2437
 
2442 2438
   .dialysis-print-order .is-checked-radio::after {
2443 2439
     content: "√";
2444
-    font-size: 15px;
2440
+    font-size: 19px;
2445 2441
   }
2446 2442
 
2447 2443
   .dialysis-print-order .print-table-no tr td {