Sfoglia il codice sorgente

25 3月5 打印单

yq1 1 mese fa
parent
commit
4012132ef1

File diff suppressed because it is too large
+ 364 - 344
src/xt_pages/dialysis/batch_print/batch_print_order_eightyTwo.vue


+ 2 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_eightyfour.vue Vedi File

324
                       </td>
324
                       </td>
325
                       <td>{{ advice[0].delivery_way }}</td>
325
                       <td>{{ advice[0].delivery_way }}</td>
326
                       <td>{{ getTime(advice[0].execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
326
                       <td>{{ getTime(advice[0].execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
327
-                      <td style="height:30px;line-height:30px">杨能华/
327
+                      <td style="height:30px;line-height:30px">
328
+                        <span v-if="advice[0].start_time>0">杨能华/</span>
328
                         <span v-if="setAdminUserES(advice[0],'advice_doctor') == ''">
329
                         <span v-if="setAdminUserES(advice[0],'advice_doctor') == ''">
329
                           {{ getAdminUser(advice[0],'advice_doctor')}}
330
                           {{ getAdminUser(advice[0],'advice_doctor')}}
330
                         </span>
331
                         </span>

+ 75 - 65
src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue Vedi File

319
                         预透时间:
319
                         预透时间:
320
                         <div class="under_line" style=" width: 50%; text-align: center; white-space: normal; ">
320
                         <div class="under_line" style=" width: 50%; text-align: center; white-space: normal; ">
321
                           {{ record.prescription.dialysis_duration_hour ? record.prescription.dialysis_duration_hour :
321
                           {{ record.prescription.dialysis_duration_hour ? record.prescription.dialysis_duration_hour :
322
-                          "0"}}h
322
+                            "0" }}h
323
                           {{ record.prescription.dialysis_duration_minute ? record.prescription.dialysis_duration_minute
323
                           {{ record.prescription.dialysis_duration_minute ? record.prescription.dialysis_duration_minute
324
-                          : "0"}}min
324
+                            : "0" }}min
325
                         </div>
325
                         </div>
326
                       </div>
326
                       </div>
327
                       <div class="inline_block" style="flex: 1">
327
                       <div class="inline_block" style="flex: 1">
367
                         上次透后体重:
367
                         上次透后体重:
368
                         <div class="under_line" style="width: 50px; text-align: center">
368
                         <div class="under_line" style="width: 50px; text-align: center">
369
                           <span v-if="record.lastafterweight.weight_after > 0"> {{ record.lastafterweight.weight_after ?
369
                           <span v-if="record.lastafterweight.weight_after > 0"> {{ record.lastafterweight.weight_after ?
370
-                            record.lastafterweight.weight_after:"未称重"}}</span>
370
+                            record.lastafterweight.weight_after : "未称重" }}</span>
371
                           <span v-if="record.lastafterweight.weight_after <= 0">
371
                           <span v-if="record.lastafterweight.weight_after <= 0">
372
                             {{ record.assessment_after_dislysis.last_after_weight ?
372
                             {{ record.assessment_after_dislysis.last_after_weight ?
373
-                              record.assessment_after_dislysis.last_after_weight:"未称重"}}</span>
373
+                              record.assessment_after_dislysis.last_after_weight : "未称重" }}</span>
374
                         </div>
374
                         </div>
375
                         kg
375
                         kg
376
                       </div>
376
                       </div>
400
                               record.lastafterweight.weight_after > 0
400
                               record.lastafterweight.weight_after > 0
401
                               ? parseFloat(record.assessment_before_dislysis.weight_before -
401
                               ? parseFloat(record.assessment_before_dislysis.weight_before -
402
                                 record.assessment_before_dislysis.additional_weight
402
                                 record.assessment_before_dislysis.additional_weight
403
-                                - record.lastafterweight.weight_after).toFixed(2): "/"
403
+                                - record.lastafterweight.weight_after).toFixed(2) : "/"
404
                             }}
404
                             }}
405
                           </span>
405
                           </span>
406
 
406
 
410
                               record.assessment_after_dislysis.last_after_weight > 0
410
                               record.assessment_after_dislysis.last_after_weight > 0
411
                               ? parseFloat(record.assessment_before_dislysis.weight_before -
411
                               ? parseFloat(record.assessment_before_dislysis.weight_before -
412
                                 record.assessment_before_dislysis.additional_weight
412
                                 record.assessment_before_dislysis.additional_weight
413
-                                - record.assessment_after_dislysis.last_after_weight).toFixed(2): "/"
413
+                                - record.assessment_after_dislysis.last_after_weight).toFixed(2) : "/"
414
                             }}
414
                             }}
415
                           </span>
415
                           </span>
416
 
416
 
614
                           <td>{{ monitor_record.blood_flow_volume ? monitor_record.blood_flow_volume : "" }}</td>
614
                           <td>{{ monitor_record.blood_flow_volume ? monitor_record.blood_flow_volume : "" }}</td>
615
                           <td>{{ monitor_record.replacement_rate ? monitor_record.replacement_rate : '/' }}</td>
615
                           <td>{{ monitor_record.replacement_rate ? monitor_record.replacement_rate : '/' }}</td>
616
                           <td>{{ monitor_record.ultrafiltration_rate ? monitor_record.ultrafiltration_rate : '/' }}</td>
616
                           <td>{{ monitor_record.ultrafiltration_rate ? monitor_record.ultrafiltration_rate : '/' }}</td>
617
-                          <td>{{ monitor_record.ultrafiltration_volume ? monitor_record.ultrafiltration_volume : "0" }}</td>
617
+                          <td>{{ monitor_record.ultrafiltration_volume ? monitor_record.ultrafiltration_volume : "0" }}
618
+                          </td>
618
                           <td>{{ monitor_record.venous_pressure ? monitor_record.venous_pressure : "/" }}</td>
619
                           <td>{{ monitor_record.venous_pressure ? monitor_record.venous_pressure : "/" }}</td>
619
                           <td>{{ monitor_record.transmembrane_pressure ? monitor_record.transmembrane_pressure : "" }}
620
                           <td>{{ monitor_record.transmembrane_pressure ? monitor_record.transmembrane_pressure : "" }}
620
                           </td>
621
                           </td>
624
                           <td>{{ monitor_record.pulse_frequency ? monitor_record.pulse_frequency : "" }}</td>
625
                           <td>{{ monitor_record.pulse_frequency ? monitor_record.pulse_frequency : "" }}</td>
625
                           <td>{{ monitor_record.breathing_rate ? monitor_record.breathing_rate : "" }}</td>
626
                           <td>{{ monitor_record.breathing_rate ? monitor_record.breathing_rate : "" }}</td>
626
                           <td>{{ monitor_record.systolic_blood_pressure ? monitor_record.systolic_blood_pressure + "/" :
627
                           <td>{{ monitor_record.systolic_blood_pressure ? monitor_record.systolic_blood_pressure + "/" :
627
-                            ""}}
628
+                            "" }}
628
                             {{ monitor_record.diastolic_blood_pressure ? monitor_record.diastolic_blood_pressure : "" }}
629
                             {{ monitor_record.diastolic_blood_pressure ? monitor_record.diastolic_blood_pressure : "" }}
629
                           </td>
630
                           </td>
630
 
631
 
733
 
734
 
734
                                 <span v-if="it.parent_id == 0">{{
735
                                 <span v-if="it.parent_id == 0">{{
735
                                   it.delivery_way
736
                                   it.delivery_way
736
-                                  }}</span>
737
+                                }}</span>
737
                                 <span v-if="it.parent_id == 0">{{
738
                                 <span v-if="it.parent_id == 0">{{
738
                                   it.execution_frequency
739
                                   it.execution_frequency
739
-                                  }}</span>
740
+                                }}</span>
740
                                 <span v-if="
741
                                 <span v-if="
741
                                   it.parent_id == 0 &&
742
                                   it.parent_id == 0 &&
742
                                   it.remark.length > 0
743
                                   it.remark.length > 0
750
                                 setAdminUserES(advice, 'advice_doctor') ==
751
                                 setAdminUserES(advice, 'advice_doctor') ==
751
                                 ''
752
                                 ''
752
                               ">{{
753
                               ">{{
753
-                                  getAdminUser(advice, "advice_doctor")
754
-                                }}</span>
754
+                                getAdminUser(advice, "advice_doctor")
755
+                              }}</span>
755
                               <img class="es-img" :src="setAdminUserES(advice, 'advice_doctor')
756
                               <img class="es-img" :src="setAdminUserES(advice, 'advice_doctor')
756
                                 " alt="" srcset="" v-else style="height: 30px" />
757
                                 " alt="" srcset="" v-else style="height: 30px" />
757
                             </td>
758
                             </td>
767
                                   'execution_staff'
768
                                   'execution_staff'
768
                                 ) == ''
769
                                 ) == ''
769
                               ">{{
770
                               ">{{
770
-                                  getAdminUser(advice, "execution_staff")
771
-                                }}</span>
771
+                                getAdminUser(advice, "execution_staff")
772
+                              }}</span>
772
                               <img class="es-img" :src="setAdminUserES(advice, 'execution_staff')
773
                               <img class="es-img" :src="setAdminUserES(advice, 'execution_staff')
773
                                 " alt="" srcset="" v-else style="height: 30px" />
774
                                 " alt="" srcset="" v-else style="height: 30px" />
774
                             </td>
775
                             </td>
781
                             </td>
782
                             </td>
782
 
783
 
783
                             <td height="35px" colspan="2" class="advice-name" style="padding-left: 7px">
784
                             <td height="35px" colspan="2" class="advice-name" style="padding-left: 7px">
784
-
785
+                              <span v-if="advice[0].parent_id>0">---></span>
785
                               <span>{{ advice[0].advice_name }}</span>
786
                               <span>{{ advice[0].advice_name }}</span>
786
 
787
 
787
                               <span v-if="advice[0].advice_desc">
788
                               <span v-if="advice[0].advice_desc">
788
-                                ({{ advice[0].advice_desc
789
-                                }}{{ advice[0].drug_spec_unit }} )
789
+                                ({{ advice[0].advice_desc}}
790
+                                {{ advice[0].drug_spec_unit }} )
790
                               </span>
791
                               </span>
791
 
792
 
792
-                              <span v-if="advice[0].prescribing_number">&nbsp;{{ advice[0].prescribing_number
793
-                                }}{{ advice[0].prescribing_number_unit }}</span>
793
+                              <span v-if="advice[0].prescribing_number">&nbsp;
794
+                                {{ advice[0].prescribing_number}}
795
+                                {{ advice[0].prescribing_number_unit }}
796
+                              </span>
794
                               <span v-if="advice[0].single_dose != 0">
797
                               <span v-if="advice[0].single_dose != 0">
795
-                                {{ advice[0].single_dose
796
-                                }}{{ advice[0].single_dose_unit }}</span>
798
+                                {{ advice[0].single_dose}}{{ advice[0].single_dose_unit }}
799
+                              </span>
797
 
800
 
798
-                              <span v-if="advice[0].parent_id == 0">{{
799
-                                advice[0].delivery_way
800
-                              }}</span>
801
-                              <span v-if="advice[0].parent_id == 0">{{
802
-                                advice[0].execution_frequency
803
-                              }}</span>
801
+                              <span v-if="advice[0].parent_id == 0">
802
+                                {{advice[0].delivery_way}}
803
+                              </span>
804
+                              <span v-if="advice[0].parent_id == 0">
805
+                                {{advice[0].execution_frequency}}
806
+                              </span>
804
                               <span v-if="
807
                               <span v-if="
805
                                 advice[0].parent_id == 0 &&
808
                                 advice[0].parent_id == 0 &&
806
                                 advice[0].remark.length > 0
809
                                 advice[0].remark.length > 0
814
                                 setAdminUserES(advice[0], 'advice_doctor') ==
817
                                 setAdminUserES(advice[0], 'advice_doctor') ==
815
                                 ''
818
                                 ''
816
                               ">{{
819
                               ">{{
817
-                                  getAdminUser(advice[0], "advice_doctor")
818
-                                }}</span>
820
+                                getAdminUser(advice[0], "advice_doctor")
821
+                              }}</span>
819
                               <img class="es-img" :src="setAdminUserES(advice[0], 'advice_doctor')
822
                               <img class="es-img" :src="setAdminUserES(advice[0], 'advice_doctor')
820
                                 " alt="" srcset="" v-else style="height: 30px" />
823
                                 " alt="" srcset="" v-else style="height: 30px" />
821
                             </td>
824
                             </td>
831
                                   'execution_staff'
834
                                   'execution_staff'
832
                                 ) == ''
835
                                 ) == ''
833
                               ">{{
836
                               ">{{
834
-                                  getAdminUser(advice[0], "execution_staff")
835
-                                }}</span>
837
+                                getAdminUser(advice[0], "execution_staff")
838
+                              }}</span>
836
                               <img class="es-img" :src="setAdminUserES(advice[0], 'execution_staff')
839
                               <img class="es-img" :src="setAdminUserES(advice[0], 'execution_staff')
837
                                 " alt="" srcset="" v-else style="height: 30px" />
840
                                 " alt="" srcset="" v-else style="height: 30px" />
838
                             </td>
841
                             </td>
839
                           </tr>
842
                           </tr>
843
+                          
840
                           <!-- <template v-if="record.advices.length<3">
844
                           <!-- <template v-if="record.advices.length<3">
841
                             <tr v-for="item in 3">
845
                             <tr v-for="item in 3">
842
                               <td height="35px"></td>
846
                               <td height="35px"></td>
1176
                     <div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
1180
                     <div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
1177
                       <div class="inline_block" style="flex: 1">
1181
                       <div class="inline_block" style="flex: 1">
1178
                         上机护士:
1182
                         上机护士:
1179
-                        <div class="under_line" style="width: 80px; text-align: center" v-if="record.dialysis_order.puncture_nurse>0">
1183
+                        <div class="under_line" style="width: 80px; text-align: center"
1184
+                          v-if="record.dialysis_order.puncture_nurse > 0">
1180
                           <span style="display: inline-block" v-if="setAdminUserES(
1185
                           <span style="display: inline-block" v-if="setAdminUserES(
1181
                             record.dialysis_order, 'puncture_nurse'
1186
                             record.dialysis_order, 'puncture_nurse'
1182
                           ) == ''
1187
                           ) == ''
1190
                           )
1195
                           )
1191
                             " alt="" srcset="" v-else />
1196
                             " alt="" srcset="" v-else />
1192
                         </div>
1197
                         </div>
1193
-                        <div class="under_line" style="width: 80px; text-align: center" v-if="record.dialysis_order.change_nurse>0">
1198
+                        <div class="under_line" style="width: 80px; text-align: center"
1199
+                          v-if="record.dialysis_order.change_nurse > 0">
1194
                           <span style="display: inline-block" v-if="setAdminUserES(
1200
                           <span style="display: inline-block" v-if="setAdminUserES(
1195
                             record.dialysis_order, 'change_nurse'
1201
                             record.dialysis_order, 'change_nurse'
1196
                           ) == ''
1202
                           ) == ''
1339
                               'finish_nurse'
1345
                               'finish_nurse'
1340
                             ) == ''
1346
                             ) == ''
1341
                           ">{{
1347
                           ">{{
1342
-                              getAdminUser(
1348
+                            getAdminUser(
1349
+                              record.dialysis_order,
1350
+                              "finish_nurse"
1351
+                            )
1352
+                              ? getAdminUser(
1343
                                 record.dialysis_order,
1353
                                 record.dialysis_order,
1344
                                 "finish_nurse"
1354
                                 "finish_nurse"
1345
                               )
1355
                               )
1346
-                                ? getAdminUser(
1347
-                                  record.dialysis_order,
1348
-                                  "finish_nurse"
1349
-                                )
1350
-                                : "/"
1351
-                            }}</span>
1356
+                              : "/"
1357
+                          }}</span>
1352
                           <img class="es-img" :src="setAdminUserES(
1358
                           <img class="es-img" :src="setAdminUserES(
1353
                             record.dialysis_order,
1359
                             record.dialysis_order,
1354
                             'finish_nurse'
1360
                             'finish_nurse'
1684
             }
1690
             }
1685
 
1691
 
1686
 
1692
 
1687
-            var childMap = {};
1688
-            for (const index in this.records[recordIndex].advices) {
1689
-              if (this.records[recordIndex].advices[index].parent_id == 0) {
1690
-                continue;
1691
-              }
1692
-              if (
1693
-                !(
1694
-                  this.records[recordIndex].advices[index].parent_id in childMap
1695
-                )
1696
-              ) {
1697
-                childMap[this.records[recordIndex].advices[index].parent_id] =
1698
-                  [];
1699
-              }
1700
-              childMap[this.records[recordIndex].advices[index].parent_id].push(
1701
-                this.records[recordIndex].advices[index]
1702
-              );
1703
-            }
1693
+            // var childMap = {};
1694
+            // for (const index in this.records[recordIndex].advices) {
1695
+            //   if (this.records[recordIndex].advices[index].parent_id == 0) {
1696
+            //     continue;
1697
+            //   }
1698
+            //   if (
1699
+            //     !(
1700
+            //       this.records[recordIndex].advices[index].parent_id in childMap
1701
+            //     )
1702
+            //   ) {
1703
+            //     childMap[this.records[recordIndex].advices[index].parent_id] =
1704
+            //       [];
1705
+            //   }
1706
+            //   console.log('children111',this.records[recordIndex].advices);
1707
+              
1708
+            //   childMap[this.records[recordIndex].advices[index].parent_id].push(
1709
+            //     this.records[recordIndex].advices[index]
1710
+            //   );
1711
+            // }
1704
 
1712
 
1705
             var advices = [];
1713
             var advices = [];
1706
             for (const index in this.records[recordIndex].advices) {
1714
             for (const index in this.records[recordIndex].advices) {
1707
-              if (this.records[recordIndex].advices[index].parent_id > 0) {
1708
-                continue;
1709
-              }
1715
+              // if (this.records[recordIndex].advices[index].parent_id > 0) {
1716
+              //   continue;
1717
+              // }
1710
               var item = this.records[recordIndex].advices[index];
1718
               var item = this.records[recordIndex].advices[index];
1711
-              if (item.id in childMap) {
1712
-                item.children = childMap[item.id];
1713
-              } else {
1714
-                item.children = [];
1715
-              }
1719
+              // if (item.id in childMap) {
1720
+              //   // advices.push(childMap[item.id])
1721
+              //   // item.children = childMap[item.id];
1722
+              // } else {
1723
+              //   item.children = [];
1724
+              // }
1716
               advices.push(item);
1725
               advices.push(item);
1726
+              console.log('3333333',advices)
1717
             }
1727
             }
1718
 
1728
 
1719
             var leftAdvice = [];
1729
             var leftAdvice = [];

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrdereightyfour.vue Vedi File

278
                 <td>{{ advice.delivery_way }}</td>
278
                 <td>{{ advice.delivery_way }}</td>
279
                 <td>{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
279
                 <td>{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
280
                 <td style="height:30px;line-height:30px">
280
                 <td style="height:30px;line-height:30px">
281
-                  杨能华/
281
+                  <span v-if="advice.start_time>0">杨能华/</span>
282
                   <span v-if="setAdminUserES(advice.advice_doctor) == ''">
282
                   <span v-if="setAdminUserES(advice.advice_doctor) == ''">
283
                     {{ getAdminUser(advice.advice_doctor)}}
283
                     {{ getAdminUser(advice.advice_doctor)}}
284
                   </span>
284
                   </span>

+ 21 - 26
src/xt_pages/dialysis/template/DialysisPrintOrdereightytwo.vue Vedi File

7
         class="dialysis-print-order print-template-two print_page_main_content"
7
         class="dialysis-print-order print-template-two print_page_main_content"
8
       >
8
       >
9
 
9
 
10
-        <div style="display:inline-block;width:100%;text-align:center;">
10
+        <div style="display:inline-block;width:99%;text-align:center;">
11
           <div
11
           <div
12
             class="order-title"
12
             class="order-title"
13
             style="letter-spacing: 0;font-weight:600;font-size:22px;display:inline-block;"
13
             style="letter-spacing: 0;font-weight:600;font-size:22px;display:inline-block;"
15
           {{ orgname }} 血液净化治疗记录单
15
           {{ orgname }} 血液净化治疗记录单
16
           </div>
16
           </div>
17
         </div>
17
         </div>
18
-        <div class="row">
18
+        <div class="row" style="width: 99%;">
19
           <div class="inline_block" style="margin-right:10px;">
19
           <div class="inline_block" style="margin-right:10px;">
20
               日期 <div class="inline_block under_line" style="width:50px">{{ queryParams.xtdate.slice(0,4) }}</div>年
20
               日期 <div class="inline_block under_line" style="width:50px">{{ queryParams.xtdate.slice(0,4) }}</div>年
21
               <div class="inline_block under_line" style="width:50px">{{ queryParams.xtdate.slice(5,7) }}</div>月
21
               <div class="inline_block under_line" style="width:50px">{{ queryParams.xtdate.slice(5,7) }}</div>月
50
           </div>
50
           </div>
51
         </div>
51
         </div>
52
         <div style="border-bottom: 2px solid #000;width:100%;"></div>
52
         <div style="border-bottom: 2px solid #000;width:100%;"></div>
53
-        <div class="row">
53
+        <div class="row" style="width: 99%;">
54
             <div class="inline_block" style="margin-right:30px;">
54
             <div class="inline_block" style="margin-right:30px;">
55
               血液净化方式
55
               血液净化方式
56
               <div class="under_line" style="width: 100px;text-align: center;font-weight:600;">
56
               <div class="under_line" style="width: 100px;text-align: center;font-weight:600;">
67
                       : ""
67
                       : ""
68
                   }}
68
                   }}
69
                 </span> -->
69
                 </span> -->
70
-
71
-
72
-
73
                 <span v-if="prescription.dialysis_dialyszers !=''">
70
                 <span v-if="prescription.dialysis_dialyszers !=''">
74
                   {{
71
                   {{
75
                     prescription.dialysis_dialyszers
72
                     prescription.dialysis_dialyszers
115
           
112
           
116
           
113
           
117
         </div>
114
         </div>
118
-
119
-        
120
         <div class="row">
115
         <div class="row">
121
           抗凝药物&nbsp;&nbsp;
116
           抗凝药物&nbsp;&nbsp;
122
           <div class="inline_block under_line" style="width:90%;text-align: left;">
117
           <div class="inline_block under_line" style="width:90%;text-align: left;">
288
           </div>
283
           </div>
289
         </div>
284
         </div>
290
 
285
 
291
-        <table class="print-table" border="1">
286
+        <table class="print-table" border="1" style="width: 99%;">
292
           <tr>
287
           <tr>
293
-            <td style="height:25px;line-height:25px">时间</td>
294
-            <td>医嘱</td>
295
-            <td>医师签名</td>
296
-            <td>执行时间</td>
297
-            <td>执行者签名</td>
298
-            <td>核对者签名</td>
288
+            <td width="10%" style="height:25px;line-height:25px;">时间</td>
289
+            <td width="45%">医嘱</td>
290
+            <td width="10%">医师签名</td>
291
+            <td width="10%">执行时间</td>
292
+            <td width="10%">执行者签名</td>
293
+            <td width="10%">核对者签名</td>
299
           </tr>
294
           </tr>
300
           <tr v-for="(advice, advice_index) in tableAdvice" :key="advice_index">
295
           <tr v-for="(advice, advice_index) in tableAdvice" :key="advice_index">
301
             <td style="height:25px;line-height:25px">{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
296
             <td style="height:25px;line-height:25px">{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
347
           </tr>
342
           </tr>
348
         </table>
343
         </table>
349
 
344
 
350
-        <table class="print-table" border="1">
345
+        <table class="print-table" border="1" style="width: 99%;">
351
           <tbody>
346
           <tbody>
352
               <tr style="line-height:20px;">
347
               <tr style="line-height:20px;">
353
                 <td width="60">时间</td>
348
                 <td width="60">时间</td>
364
                 <td width="40">UF/hr<br/>ml/h</td>
359
                 <td width="40">UF/hr<br/>ml/h</td>
365
                 <td width="200">病情变化处理方式及结果</td>
360
                 <td width="200">病情变化处理方式及结果</td>
366
               </tr>
361
               </tr>
367
-              <tr v-for="monitor in monitors" :key="monitor.id">
368
-                <td style="height:35px;line-height:35px">&nbsp;
362
+              <tr v-for="monitor in monitors" :key="monitor.id" >
363
+                <td style="height:35px;line-height:35px">
369
                   {{getTime(monitor.operate_time,'{h}:{i}')}}
364
                   {{getTime(monitor.operate_time,'{h}:{i}')}}
370
                 </td>
365
                 </td>
371
                 <td>
366
                 <td>
390
                   </span>
385
                   </span>
391
                 </td>
386
                 </td>
392
                 <td>&nbsp;{{monitor.transmembrane_pressure?monitor.transmembrane_pressure:''}}</td>
387
                 <td>&nbsp;{{monitor.transmembrane_pressure?monitor.transmembrane_pressure:''}}</td>
393
-                <td>&nbsp;{{monitor.conductivity?monitor.conductivity:''}}</td>
394
-                <td>&nbsp;{{monitor.dialysate_temperature ? monitor.dialysate_temperature : ''}}</td>
388
+                <td>{{monitor.conductivity?monitor.conductivity:''}}</td>
389
+                <td>{{monitor.dialysate_temperature ? monitor.dialysate_temperature : ''}}</td>
395
                 <!-- <td>&nbsp; <span v-if="monitor.operate_time"> {{ monitor.dialysate_flow ? monitor.dialysate_flow : "" }} </span></td> -->
390
                 <!-- <td>&nbsp; <span v-if="monitor.operate_time"> {{ monitor.dialysate_flow ? monitor.dialysate_flow : "" }} </span></td> -->
396
-                <td>&nbsp;
391
+                <td>
397
                   <span v-if="monitor.ultrafiltration_rate !=''">
392
                   <span v-if="monitor.ultrafiltration_rate !=''">
398
                     {{monitor.ultrafiltration_rate?monitor.ultrafiltration_rate:''}}
393
                     {{monitor.ultrafiltration_rate?monitor.ultrafiltration_rate:''}}
399
                   </span>
394
                   </span>
401
                     0
396
                     0
402
                   </span>
397
                   </span>
403
                 </td>
398
                 </td>
404
-                <td>
399
+                <td style="line-height: 20px;">
405
                   <span v-if="monitor.symptom"> {{ monitor.symptom }} </span>
400
                   <span v-if="monitor.symptom"> {{ monitor.symptom }} </span>
406
-                  <span v-if="monitor.dispose"> {{ "  " + monitor.dispose }} </span>
401
+                  <span v-if="monitor.dispose">{{ "  " + monitor.dispose }} </span>
407
                   <span v-if="monitor.result"> {{ "  " + monitor.result }} </span>
402
                   <span v-if="monitor.result"> {{ "  " + monitor.result }} </span>
408
                 </td>
403
                 </td>
409
               </tr>
404
               </tr>
410
           </tbody>
405
           </tbody>
411
         </table>
406
         </table>
412
 
407
 
413
-        <table class="print-table" border="1">
408
+        <table class="print-table" border="1" style="width: 99%;">
414
           <tbody>
409
           <tbody>
415
             <tr style="height:30px;line-height:30px">
410
             <tr style="height:30px;line-height:30px">
416
               <td width="30" rowspan="4" style="padding-left:5px;border:none;border-right:1px solid #000;">
411
               <td width="30" rowspan="4" style="padding-left:5px;border:none;border-right:1px solid #000;">
565
           </tbody>
560
           </tbody>
566
         </table>
561
         </table>
567
 
562
 
568
-        <table class="print-table" border="1">
563
+        <table class="print-table" border="1" style="width: 99%;">
569
           <tr style="line-height:25px;text-align:left;border:none;">
564
           <tr style="line-height:25px;text-align:left;border:none;">
570
             <td style="padding-left:5px;border:none">
565
             <td style="padding-left:5px;border:none">
571
                 <div style="padding-bottom:10px;">
566
                 <div style="padding-bottom:10px;">
1968
   /* text-align: center; */
1963
   /* text-align: center; */
1969
   font-size: 16px;
1964
   font-size: 16px;
1970
   padding: 5px 8px;
1965
   padding: 5px 8px;
1971
-  line-height: 30px;
1966
+  /* line-height: 30px; */
1972
 }
1967
 }
1973
 
1968
 
1974
 .print_page_main_content .proj_table .inside_table {
1969
 .print_page_main_content .proj_table .inside_table {