瀏覽代碼

龙岗二院bug修改

XMLWAN 4 年之前
父節點
當前提交
008cb70f8c

+ 22 - 4
src/xt_pages/data/printTemplate.vue 查看文件

@@ -68,18 +68,30 @@
68 68
         </el-col>
69 69
       </el-row>
70 70
       <el-row :gutter="20" type="flex"> 
71
-         <el-col :span="5" style="text-align: center">
71
+         <el-col :span="6" style="text-align: center">
72 72
           <div class="demo-image__preview">
73 73
             <el-tooltip class="item" effect="dark" content="点击查看大图" placement="top-start" :hide-after='2000'>
74 74
               <el-image
75
-                style="width: 200px; height: 200px" margin-left:5px
76
-                :src="require('@/assets/home/4.png')"
77
-                :preview-src-list="imgs_seven"
75
+                style="width: 200px; height: 200px"
76
+                :src="require('@/assets/home/5.png')"
77
+                :preview-src-list="imgs_six"
78 78
               ></el-image>
79 79
             </el-tooltip>
80 80
           </div>
81 81
           <el-radio v-model="radio" label="8" @change="change">模版五</el-radio>
82 82
         </el-col>
83
+          <el-col :span="6" style="text-align: center">
84
+          <div class="demo-image__preview">
85
+            <el-tooltip class="item" effect="dark" content="点击查看大图" placement="top-start" :hide-after='2000'>
86
+              <el-image
87
+                style="width: 200px; height: 200px;"
88
+                :src="require('@/assets/home/template_six.png')"
89
+                :preview-src-list="imgs_eight"
90
+              ></el-image>
91
+            </el-tooltip>
92
+          </div>
93
+          <el-radio v-model="radio" label="6" @change="change">模版六</el-radio>
94
+        </el-col>
83 95
       </el-row>
84 96
     </div>
85 97
     </div>
@@ -119,6 +131,12 @@ export default {
119 131
         imgs_seven: [
120 132
           'http://images.shengws.com/7.png'
121 133
         ],
134
+        imgs_six: [
135
+          'https://images.shengws.com/5.png'
136
+        ],
137
+        imgs_eight: [
138
+          'https://images.shengws.com/template_six.png'
139
+        ],
122 140
         delay: 500,
123 141
         radio: 0,
124 142
         tempRadio: 0,

+ 35 - 35
src/xt_pages/dialysis/batch_print/batch_print_order_eight.vue 查看文件

@@ -136,7 +136,7 @@
136 136
                   </td>
137 137
                 </tr>
138 138
                 <tr>
139
-                  <td style="text-align:left;" colspan="2">
139
+                  <td style="text-align:left;" colspan="1">
140 140
                     <span style="display:inline-block;margin-left:15px;"
141 141
                       >干体重:
142 142
                       {{
@@ -146,7 +146,7 @@
146 146
                       }}kg</span
147 147
                     >
148 148
                   </td>
149
-                  <td style="text-align:left;" colspan="2">
149
+                  <td style="text-align:left;" colspan="1">
150 150
                     <span style="display:inline-block;margin-left:15px;"
151 151
                       >电导率:{{record.prescription.conductivity?record.prescription.conductivity:"0"}}(mS/cm)</span
152 152
                     >
@@ -161,20 +161,20 @@
161 161
                       }}mmol/L</span
162 162
                     >
163 163
                   </td>
164
-                  <td style="text-align:left;" colspan="2">
164
+                  <td style="text-align:left;" colspan="3">
165 165
                     <span style="display:inline-block;margin-left:15px;"
166
-                      >透析液温度:{{record.assessment_before_dislysis.dialysate_temperature?record.assessment_before_dislysis.dialysate_temperature:"0"}}℃</span
166
+                      >透析液温度:{{record.assessment_before_dislysis.dialysate_temperature?record.assessment_before_dislysis.dialysate_temperature:"/"}}&nbsp;℃</span
167 167
                     >
168 168
                   </td>
169 169
                 </tr>
170 170
                 <tr>
171 171
                   <td style="text-align:left;" colspan="1">
172 172
                     <span style="display:inline-block;margin-left:15px;"
173
-                      >透前体重:{{record.assessment_before_dislysis.weight_before?record.assessment_before_dislysis.weight_before:"0"}}kg</span>
173
+                      >透前体重:{{record.assessment_before_dislysis.weight_before?record.assessment_before_dislysis.weight_before:"/"}}&nbsp;kg</span>
174 174
                   </td>
175 175
                   <td style="text-align:left;" colspan="1">
176 176
                     <span style="display:inline-block;margin-left:15px;"
177
-                      >目标超滤量:{{record.prescription.target_ultrafiltration?record.prescription.target_ultrafiltration:"0"}}L</span
177
+                      >设定脱水量:{{record.prescription.target_ultrafiltration?record.prescription.target_ultrafiltration:"/"}}&nbsp;L</span
178 178
                     >
179 179
                   </td>
180 180
                   <td colspan="2" style="text-align:left;">
@@ -219,7 +219,7 @@
219 219
                   </td>
220 220
                 </tr>
221 221
                 <tr>
222
-                  <td style="text-align:left;" colspan="2">
222
+                  <td style="text-align:left;" colspan="1">
223 223
                     <span style="display:inline-block;margin-left:15px;"
224 224
                       >透后体重:
225 225
                       {{
@@ -231,11 +231,11 @@
231 231
                       }}kg</span
232 232
                     >
233 233
                   </td>
234
-                  <td style="text-align:left;" colspan="5">
234
+                  <td style="text-align:left;" colspan="6">
235 235
                     <span style="display:inline-block;margin-left:15px;"
236 236
                       >实际脱水量:
237 237
                       {{record.assessment_after_dislysis.actual_ultrafiltration?record.assessment_after_dislysis.actual_ultrafiltration:"0"}}
238
-                      </span>L
238
+                      </span>&nbsp;L
239 239
                   </td>
240 240
                 </tr>
241 241
                 <tr>
@@ -339,7 +339,7 @@
339 339
                 <tr>
340 340
                   <td style="text-align:left;" colspan="4"> 
341 341
                     <span style="display:inline-block;margin-left:15px;">
342
-                      &nbsp;&nbsp; 透前评估:
342
+                     透前评估:
343 343
                       入科方式:
344 344
                       <label-box
345 345
                         :isChecked="
@@ -426,7 +426,7 @@
426 426
                     <span>体温: {{record.assessment_before_dislysis.temperature?record.assessment_before_dislysis.temperature:"0"}} ℃</span>
427 427
                   </td>
428 428
                   <td colspan="3" style="text-align:left;">
429
-                    <span>体位:
429
+                    <span style="display:inline-block;margin-left:15px;">体位:
430 430
                       <check-box text="自动体位"
431 431
                          :checked="isCheckBoxChecked(record.receive_assessment, 'posture', 1)"></check-box>
432 432
                      <check-box text="平卧位"
@@ -442,7 +442,7 @@
442 442
                 </tr>
443 443
                 <tr>
444 444
                   <td colspan="8" style="text-align:left;">
445
-                    <span
445
+                    <span style="display:inline-block;margin-left:15px;"
446 446
                       >血管通路:
447 447
                       <check-box text="正常" :checked="isValueIndexOfCheck(record.assessment_before_dislysis,'blood_access_internal_fistula', '正常')"></check-box>
448 448
                       <check-box text="震颤" :checked="isValueIndexOfCheck(record.assessment_before_dislysis, 'blood_access_internal_fistula' ,'震颤')"></check-box>
@@ -457,7 +457,7 @@
457 457
                 </tr>
458 458
                 <tr>
459 459
                   <td colspan="8" style="text-align:left;">
460
-                    中心静脉导管:
460
+                    <span style="display:inline-block;margin-left:15px;">中心静脉导管:</span>
461 461
                     <check-box text="正常" :checked="isValueIndexOfCheck(record.assessment_before_dislysis, 'ductus_arantii', '正常')"></check-box>
462 462
                     <check-box text="不畅" :checked="isValueIndexOfCheck(record.assessment_before_dislysis, 'ductus_arantii', '不畅')"></check-box>
463 463
                     <check-box text="血流不足" :checked="isValueIndexOfCheck(record.assessment_before_dislysis, 'ductus_arantii', '血流不足')"></check-box>
@@ -472,7 +472,7 @@
472 472
                 </tr>
473 473
                 <tr>
474 474
                <td style="text-align:left;" colspan="8" >
475
-                 <span>血管通路皮肤:
475
+                 <span style="display:inline-block;margin-left:15px;">血管通路皮肤:
476 476
                  <check-box text="正常"
477 477
                   :checked="isValueIndexOfCheck(record.assessment_before_dislysis, 'internal_fistula_skin', '正常')"></check-box>
478 478
                  <check-box text="瘀斑"
@@ -487,7 +487,7 @@
487 487
               </tr>
488 488
                <tr>
489 489
                 <td style="text-align:left;" colspan="8">
490
-                <span>皮肤:</span>
490
+                <span style="display:inline-block;margin-left:15px;">皮肤:</span>
491 491
                   <check-box text="完整" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'skin', 1)"></check-box>
492 492
                   <check-box text="干燥" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'skin', 2)"></check-box>
493 493
                   <check-box text="瘙痒" :checked="isCheckBoxChecked(record.assessment_before_dislysis, 'skin', 3)"></check-box>
@@ -501,7 +501,7 @@
501 501
             </tr>
502 502
             <tr>
503 503
             <td style="text-align:left;" colspan="8">
504
-               出血影响因素:
504
+               <span style="display:inline-block;margin-left:15px;">出血影响因素:</span>
505 505
                  <check-box
506 506
                           text="无"
507 507
                           :checked="
@@ -598,7 +598,7 @@
598 598
              </tr>
599 599
                 <tr>
600 600
            <td style="text-align:left;" colspan="8">
601
-             使用特殊药物性:
601
+             <span style="display:inline-block;margin-left:15px;">使用特殊药物性:</span>
602 602
                 <check-box text="无" :checked="isCheckBoxChecked(record.prescription, 'special_medicine', 1)"></check-box>
603 603
                  <check-box text="有" :checked="isCheckBoxChecked(record.prescription, 'special_medicine', 2)"></check-box>
604 604
                 <check-box text="降压药" :checked="isCheckBoxChecked(record.prescription, 'special_medicine', 3)"></check-box>
@@ -608,7 +608,7 @@
608 608
              </tr>
609 609
              <tr>
610 610
             <td style="text-align:left;" colspan="8">
611
-              跌倒风险:
611
+              <span style="display:inline-block;margin-left:15px;">跌倒风险:</span>
612 612
                <check-box text="无" :checked="isCheckBoxChecked(record.receive_assessment, 'danger_level', 1)"></check-box>
613 613
                <check-box text="低风险" :checked="isCheckBoxChecked(record.receive_assessment, 'danger_level', 2)"></check-box>
614 614
               <check-box text="中度风险" :checked="isCheckBoxChecked(record.receive_assessment, 'danger_level', 3)"></check-box>
@@ -632,18 +632,18 @@
632 632
               </table>
633 633
                  <table class="print-table" border="1">
634 634
         <tr>
635
-          <th><p style="height:20px;line-height:20px">时间</p><p style="height:20px;line-height:20px"></p></th>
636
-          <th><p style="height:20px;line-height:20px">血压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
637
-          <th><p style="height:20px;line-height:20px">心率</p><p style="height:20px;line-height:20px">次/分</p></th>
638
-          <th><p style="height:20px;line-height:20px">血流量</p><p style="height:20px;line-height:20px">ml/min</p></th>
639
-          <th><p style="height:20px;line-height:20px">动脉压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
640
-          <th><p style="height:20px;line-height:20px">静脉压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
641
-          <th><p style="height:20px;line-height:20px">跨膜压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
642
-          <th><p style="height:20px;line-height:20px">超滤率</p><p style="height:20px;line-height:20px">L/h</p></th>
643
-          <th><p style="height:20px;line-height:20px">超滤量</p><p style="height:20px;line-height:20px">L</p></th>
644
-          <th><p style="height:20px;line-height:20px">NA⁺</p><p style="height:20px;line-height:20px"></p></th>
645
-          <th><p style="height:20px;line-height:20px">病情变化及处理</p></th>
646
-          <th><p style="height:20px;line-height:20px">护士签名核对者</p></th>
635
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">时间</p><p style="height:20px;line-height:20px"></p></th>
636
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">血压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
637
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">心率</p><p style="height:20px;line-height:20px">次/分</p></th>
638
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">血流量</p><p style="height:20px;line-height:20px">ml/min</p></th>
639
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">动脉压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
640
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">静脉压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
641
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">跨膜压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
642
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">超滤率</p><p style="height:20px;line-height:20px">L/h</p></th>
643
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">超滤量</p><p style="height:20px;line-height:20px">L</p></th>
644
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">NA⁺</p><p style="height:20px;line-height:20px"></p></th>
645
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">病情变化及处理</p></th>
646
+          <th style="min-width:110px"><p style="height:20px;line-height:20px">护士签名核对者</p></th>
647 647
         </tr>
648 648
         <tr v-for="(monitor,monitor_index) in record.monitor_records" :key="monitor_index">
649 649
          <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
@@ -672,12 +672,12 @@
672 672
         </tr>
673 673
          <tr>
674 674
           <td style="text-align:left;" colspan="12">
675
-            透析护理记录:
675
+            <span style="display:inline-block;margin-left:15px;">透析护理记录:</span>
676 676
           </td>
677 677
         </tr>
678 678
         <tr>
679 679
           <td style="text-align:left;" colspan="12">
680
-            <span>透后评估:
680
+            <span style="display:inline-block;margin-left:15px;">透后评估:
681 681
                透析过程:
682 682
                <check-box text="完成" :checked="isCheckBoxChecked(record.assessment_after_dislysis, 'dialysis_process', 1)"></check-box>
683 683
                <check-box text="提前" :checked="isCheckBoxChecked(record.assessment_after_dislysis, 'dialysis_process', 2)"></check-box>
@@ -709,7 +709,7 @@
709 709
         </tr>
710 710
         <tr>
711 711
           <td style="text-align:left;" colspan="12">
712
-            <span>内瘘搏动及震颤音:
712
+            <span style="display:inline-block;margin-left:15px;">内瘘搏动及震颤音:
713 713
              <check-box text="存在" :checked="record.assessment_after_dislysis.tremor_noise==1?true:false"></check-box>
714 714
              <check-box text="减弱" :checked="record.assessment_after_dislysis.tremor_noise==2?true:false"></check-box>
715 715
             <check-box text="不存在" :checked="record.assessment_after_dislysis.tremor_noise==3?true:false"></check-box>
@@ -724,7 +724,7 @@
724 724
         </tr>
725 725
         <tr>
726 726
          <td style="text-align:left;" colspan="11">
727
-           <span>
727
+           <span style="display:inline-block;margin-left:15px;">
728 728
              透析中进食:
729 729
               <check-box text="无" :checked="record.assessment_after_dislysis.dialysis_intakes == 0?true:false"></check-box>
730 730
               <check-box text="有" :checked="record.assessment_after_dislysis.dialysis_intakes > 0?true:false"></check-box>
@@ -874,7 +874,7 @@
874 874
              </td>
875 875
            </tr>
876 876
          </table>
877
-            <div>
877
+            <div style="margin-top:20px">
878 878
               <span style="margin-left:280px">肝素浓度:每毫升肝素生理盐水含肝素钠2.5毫克</span>
879 879
              </div>
880 880
             </div>

+ 47 - 55
src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue 查看文件

@@ -98,34 +98,34 @@
98 98
           </td>
99 99
         </tr>
100 100
         <tr>
101
-          <td style="text-align:left;" colspan="2">
101
+          <td style="text-align:left;" colspan="1">
102 102
             <span style="display:inline-block;margin-left:15px;">干体重:
103 103
              {{
104 104
                predialysis.dry_weight ? predialysis.dry_weight : "/"
105 105
              }}kg</span>
106 106
           </td>
107
-          <td style="text-align:left;" colspan="2">
108
-            <span style="display:inline-block;margin-left:15px;">电导率:{{prescription.conductivity?prescription.conductivity:"0"}}(mS/cm)</span>
107
+          <td style="text-align:left;" colspan="1">
108
+            <span style="display:inline-block;margin-left:15px;">电导率:{{prescription.conductivity?prescription.conductivity:"/"}}&nbsp;(mS/cm)</span>
109 109
           </td>
110 110
           <td style="text-align:left;" colspan="2">
111 111
             <span style="display:inline-block;margin-left:15px;">钙:
112
-            {{ prescription.calcium ? prescription.calcium : "0" }}mmol/L</span>
112
+            {{ prescription.calcium ? prescription.calcium : "/" }}&nbsp;mmol/L</span>
113 113
           </td>
114
-          <td style="text-align:left;" colspan="2">
114
+          <td style="text-align:left;" colspan="4">
115 115
             <span style="display:inline-block;margin-left:15px;"
116
-              >透析液温度:{{prescription.dialysate_temperature?prescription.dialysate_temperature:"0"}}℃</span
116
+              >透析液温度:{{prescription.dialysate_temperature?prescription.dialysate_temperature:"/"}}&nbsp;℃</span
117 117
             >
118 118
           </td>
119 119
         </tr>
120 120
         <tr>
121 121
           <td style="text-align:left;" colspan="1">
122 122
             <span style="display:inline-block;margin-left:15px;"
123
-              >透前体重:{{weight_before}}kg</span
123
+              >透前体重:{{predialysis.weight_before?predialysis.weight_before:"/"}}kg</span
124 124
             >
125 125
           </td>
126 126
           <td style="text-align:left;" colspan="1">
127 127
             <span style="display:inline-block;margin-left:15px;"
128
-              >目标超滤量:{{prescription.target_ultrafiltration?prescription.target_ultrafiltration:"0"}}L</span
128
+              >设定脱水量:{{prescription.target_ultrafiltration?prescription.target_ultrafiltration:"/"}}L</span
129 129
             >
130 130
           </td>
131 131
           <td  style="text-align:left;" colspan="2"> 
@@ -142,7 +142,7 @@
142 142
                {{
143 143
                   prescription.anticoagulant_shouji
144 144
                   ? prescription.anticoagulant_shouji
145
-                   : "0"
145
+                   : "/"
146 146
                 }}</span>
147 147
                  <span v-if="prescription.anticoagulant == 4">mg</span>
148 148
                  <span v-if="prescription.anticoagulant == 3">iu</span>
@@ -155,7 +155,7 @@
155 155
                 {{
156 156
                   prescription.anticoagulant_weichi
157 157
                   ? prescription.anticoagulant_weichi
158
-                  : "0"
158
+                  : "/"
159 159
                  }}
160 160
             </span>
161 161
              <span v-if="prescription.anticoagulant == 5">ml/h</span>
@@ -169,7 +169,7 @@
169 169
               {{
170 170
                   prescription.anticoagulant_zongliang
171 171
                   ? prescription.anticoagulant_zongliang
172
-                  : "0"
172
+                  : "/"
173 173
               }}
174 174
             </span>
175 175
             <span v-if="prescription.anticoagulant == 4">mg</span>
@@ -179,7 +179,7 @@
179 179
           </td>
180 180
         </tr>
181 181
         <tr>
182
-          <td style="text-align:left;" colspan="2">
182
+          <td style="text-align:left;" colspan="1">
183 183
             <span style="display:inline-block;margin-left:15px;"
184 184
               >透后体重: 
185 185
               {{
@@ -188,11 +188,11 @@
188 188
                  afterdialysis.weight_after -
189 189
                 afterdialysis.additional_weight
190 190
                 ).toFixed(1)
191
-                : "0"}}kg</span>
191
+                : "/"}}kg</span>
192 192
           </td>
193
-          <td style="text-align:left;" colspan="5">
193
+          <td style="text-align:left;" colspan="6">
194 194
             <span style="display:inline-block;margin-left:15px;"
195
-              >实际超滤量:{{afterdialysis.actual_ultrafiltration?afterdialysis.actual_ultrafiltration:"0"}}L</span
195
+              >实际脱水量:{{afterdialysis.actual_ultrafiltration?afterdialysis.actual_ultrafiltration:"/"}}L</span
196 196
             >
197 197
           </td>
198 198
         </tr>
@@ -340,8 +340,7 @@
340 340
         </tr>
341 341
         <tr>
342 342
           <td colspan="8" style="text-align:left;" >
343
-            <span
344
-              >血管通路:
343
+            <span style="display:inline-block;margin-left:15px;">血管通路:
345 344
                 <check-box text="正常" :checked="predialysis.blood_access_internal_fistula.indexOf('正常')>-1?true:false"></check-box>
346 345
                 <check-box text="震颤" :checked="predialysis.blood_access_internal_fistula.indexOf('震颤')>-1?true:false"></check-box>
347 346
                 <check-box text="堵塞" :checked="predialysis.blood_access_internal_fistula.indexOf('堵塞')>-1?true:false"></check-box>
@@ -355,7 +354,7 @@
355 354
         </tr>
356 355
         <tr>
357 356
           <td colspan="8" style="text-align:left;" >
358
-            中心静脉导管:
357
+           <span style="display:inline-block;margin-left:15px;">中心静脉导管:</span> 
359 358
              <check-box text="正常" :checked="predialysis.ductus_arantii.indexOf('正常')>-1?true:false"></check-box>
360 359
              <check-box text="不畅" :checked="predialysis.ductus_arantii.indexOf('不畅')>-1?true:false"></check-box>
361 360
              <check-box text="血流不足" :checked="predialysis.ductus_arantii.indexOf('血流不足')>-1?true:false"></check-box>
@@ -370,7 +369,7 @@
370 369
         </tr>
371 370
         <tr>
372 371
           <td style="text-align:left;" colspan="8" >
373
-            <span>血管通路皮肤:
372
+            <span style="display:inline-block;margin-left:15px;">血管通路皮肤:
374 373
                <label-box :isChecked="predialysis.internal_fistula_skin.indexOf('正常')>-1?true:false"
375 374
                 showValue='正常'></label-box>
376 375
                 &nbsp;
@@ -388,7 +387,7 @@
388 387
          </tr>
389 388
          <tr>
390 389
            <td style="text-align:left;" colspan="8">
391
-              <span>皮肤:</span>
390
+              <span style="display:inline-block;margin-left:15px;">皮肤:</span>
392 391
               <check-box text="完整" :checked="predialysis.skin==1?true:false"></check-box>
393 392
                   <check-box text="干燥" :checked="predialysis.skin==2?true:false"></check-box>
394 393
                   <check-box text="瘙痒" :checked="predialysis.skin==3?true:false"></check-box>
@@ -402,7 +401,7 @@
402 401
           </tr>
403 402
           <tr>
404 403
             <td style="text-align:left;" colspan="8">
405
-               出血影响因素:
404
+               <span style="display:inline-block;margin-left:15px;">出血影响因素:</span>
406 405
                 <check-box text="无" :checked="predialysis.is_hemorrhage==2?true:false"></check-box>
407 406
                   <check-box text="异常" :checked="predialysis.is_hemorrhage==1?true:false"></check-box>
408 407
                   &nbsp;
@@ -415,7 +414,7 @@
415 414
           </tr>
416 415
           <tr>
417 416
            <td style="text-align:left;" colspan="8">
418
-             使用特殊药物性:
417
+             <span style="display:inline-block;margin-left:15px;">使用特殊药物性:</span>
419 418
                 </label-box>  
420 419
                 </label-box>   
421 420
                 <label-box
@@ -441,7 +440,7 @@
441 440
           </tr>
442 441
           <tr>
443 442
             <td style="text-align:left;" colspan="8">
444
-              跌倒风险:
443
+             <span style="display:inline-block;margin-left:15px;">跌倒风险:</span> 
445 444
                   <check-box text="无" :checked="receiverTreatmentAccess.danger_level == 1?true:false"></check-box>
446 445
                   <check-box text="低风险" :checked="receiverTreatmentAccess.danger_level == 2?true:false"></check-box>
447 446
                   <check-box text="中度风险" :checked="receiverTreatmentAccess.danger_level == 3?true:false"></check-box>
@@ -456,18 +455,18 @@
456 455
       </table>
457 456
        <table class="print-table" border="1">
458 457
         <tr>
459
-          <th><p style="height:20px;line-height:20px">时间</p><p style="height:20px;line-height:20px"></p></th>
460
-          <th><p style="height:20px;line-height:20px">血压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
461
-          <th><p style="height:20px;line-height:20px">心率</p><p style="height:20px;line-height:20px">次/分</p></th>
462
-          <th><p style="height:20px;line-height:20px">血流量</p><p style="height:20px;line-height:20px">ml/min</p></th>
463
-          <th><p style="height:20px;line-height:20px">动脉压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
464
-          <th><p style="height:20px;line-height:20px">静脉压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
465
-          <th><p style="height:20px;line-height:20px">跨膜压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
466
-          <th><p style="height:20px;line-height:20px">超滤率</p><p style="height:20px;line-height:20px">L/h</p></th>
467
-          <th><p style="height:20px;line-height:20px">超滤量</p><p style="height:20px;line-height:20px">L</p></th>
468
-          <th><p style="height:20px;line-height:20px">NA⁺</p><p style="height:20px;line-height:20px"></p></th>
469
-          <th><p style="height:20px;line-height:20px">病情变化及处理</p></th>
470
-          <th><p style="height:20px;line-height:20px">护士签名核对者</p></th>
458
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">时间</p><p style="height:20px;line-height:20px"></p></th>
459
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">血压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
460
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">心率</p><p style="height:20px;line-height:20px">次/分</p></th>
461
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">血流量</p><p style="height:20px;line-height:20px">ml/min</p></th>
462
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">动脉压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
463
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">静脉压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
464
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">跨膜压</p><p style="height:20px;line-height:20px">(mmHg)</p></th>
465
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">超滤率</p><p style="height:20px;line-height:20px">L/h</p></th>
466
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">超滤量</p><p style="height:20px;line-height:20px">L</p></th>
467
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">NA⁺</p><p style="height:20px;line-height:20px"></p></th>
468
+          <th style="min-width:60px"><p style="height:20px;line-height:20px">病情变化及处理</p></th>
469
+          <th style="min-width:110px"><p style="height:20px;line-height:20px">护士签名核对者</p></th>
471 470
         </tr>
472 471
         <tr v-for="(monitor, monindex) in monitors" :key="monindex">
473 472
          <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
@@ -503,12 +502,12 @@
503 502
         </tr>
504 503
          <tr>
505 504
           <td style="text-align:left;" colspan="12">
506
-            透析护理记录:
505
+            <span style="display:inline-block;margin-left:15px;">透析护理记录:</span>
507 506
           </td>
508 507
         </tr>
509 508
         <tr>
510 509
           <td style="text-align:left;" colspan="12">
511
-            <span>透后评估:
510
+            <span style="display:inline-block;margin-left:15px;">透后评估:
512 511
                 透析过程:
513 512
              <check-box text="完成" :checked="afterdialysis.dialysis_process==1?true:false"></check-box>
514 513
              <check-box text="提前" :checked="afterdialysis.dialysis_process==2?true:false"></check-box>
@@ -540,7 +539,7 @@
540 539
         </tr>
541 540
         <tr>
542 541
           <td style="text-align:left;" colspan="12">
543
-            <span>内瘘搏动及震颤音:
542
+            <span style="display:inline-block;margin-left:15px;">内瘘搏动及震颤音:
544 543
              <check-box text="存在" :checked="afterdialysis.tremor_noise==1?true:false"></check-box>
545 544
              <check-box text="减弱" :checked="afterdialysis.tremor_noise==2?true:false"></check-box>
546 545
             <check-box text="不存在" :checked="afterdialysis.tremor_noise==3?true:false"></check-box>
@@ -555,7 +554,7 @@
555 554
         </tr>
556 555
         <tr>
557 556
          <td style="text-align:left;" colspan="11">
558
-           <span>
557
+           <span style="display:inline-block;margin-left:15px;">
559 558
              透析中进食:
560 559
                 <check-box text="无" :checked="afterdialysis.dialysis_intakes == 0?true:false"></check-box>
561 560
                 <check-box text="有" :checked="afterdialysis.dialysis_intakes  > 0 ?true:false"></check-box>
@@ -629,23 +628,23 @@
629 628
         </tr>
630 629
         <tr>
631 630
           <td style="text-align:left;" colspan="6">
632
-            <span>特殊记录:{{mission}}{{dialysis_summary}}}</span>
631
+            <span style="display:inline-block;margin-left:15px;">特殊记录:{{mission}}{{dialysis_summary}}}</span>
633 632
           </td>
634 633
         </tr>
635 634
         <tr>
636 635
         <td style="text-align:left;" colspan="6">
637
-              <span v-if="doctorForm.url === ''">
636
+              <span v-if="doctorForm.url === ''" style="display:inline-block;margin-left:15px;">
638 637
                  医生签名:{{doctorForm.doctor}}
639 638
                </span>
640
-              <span v-if="doctorForm.url!==''">
639
+              <span v-if="doctorForm.url!==''" style="display:inline-block;margin-left:15px;">
641 640
                 医生签名:
642 641
               <img style="height:20px" :src="doctorForm.url">
643 642
             </span>
644 643
           </td>
645 644
         </tr>
646 645
       </table>
647
-      <div>
648
-         <span style="margin-left:280px">肝素浓度:每毫升肝素生理盐水含肝素钠2.5毫克</span>
646
+      <div style="margin-top:20px">
647
+         <span style="margin-left:280px;">肝素浓度:每毫升肝素生理盐水含肝素钠2.5毫克</span>
649 648
       </div>
650 649
     </div>
651 650
   </div>
@@ -975,7 +974,7 @@ export default {
975 974
           var predialysName = response.data.data.predialysName
976 975
           this.blood_access_part_opera_id = predialysName.name
977 976
           // console.log('血管', predialysName)
978
-          this.weight_before = predialysis.weight_before
977
+          // this.weight_before = predialysis.weight_before
979 978
           this.dry_weight = predialysis.dry_weight
980 979
           this.weight_gain = predialysis.weight_gain
981 980
           this.blood_access_internal_fistula =
@@ -1468,17 +1467,10 @@ export default {
1468 1467
       return ''
1469 1468
     },
1470 1469
     getAge: function(val) {
1471
-      if (
1472
-        this.org_template_info.template_id == 2 ||
1473
-        this.org_template_info.template_id == 0
1474
-      ) {
1475
-        if (val.age == 0) {
1476
-          return jsGetAge(val.birth, '-')
1477
-        } else {
1478
-          return val.age
1479
-        }
1480
-      } else {
1470
+      if (val.birthday != 0) {
1481 1471
         return jsGetAge(val.birth, '-')
1472
+      } else {
1473
+        return ''
1482 1474
       }
1483 1475
     },
1484 1476
     newAdviceGroupObject: function() {

+ 4 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderSeven.vue 查看文件

@@ -1185,17 +1185,15 @@
1185 1185
       },
1186 1186
       getAge: function(val) {
1187 1187
         if (this.org_template_info.template_id == 2 || this.org_template_info.template_id == 0) {
1188
-          if(val.birthday != 0){
1188
+          if (val.birthday != 0) {
1189 1189
             return jsGetAge(val.birth, '-')
1190
-          }else{
1191
-
1190
+          } else {
1192 1191
             return ''
1193
-
1194 1192
           }
1195 1193
         } else {
1196
-          if(val.birthday != 0){
1194
+          if (val.birthday != 0) {
1197 1195
             return jsGetAge(val.birth, '-')
1198
-          }else{
1196
+          } else {
1199 1197
             return ''
1200 1198
           }
1201 1199
         }