See999 преди 5 години
родител
ревизия
90f25c3f68
променени са 1 файла, в които са добавени 9 реда и са изтрити 4 реда
  1. 9 4
      src/pages/main/template/DialysisPrintOrderEight.vue

+ 9 - 4
src/pages/main/template/DialysisPrintOrderEight.vue Целия файл

823
                   <tr>
823
                   <tr>
824
                     <td style="text-align:left;" colspan="12">
824
                     <td style="text-align:left;" colspan="12">
825
                         <span style="display:inline-block;margin-left:15px;"
825
                         <span style="display:inline-block;margin-left:15px;"
826
-                        >透析护理记录:</span
827
-                        >
826
+                        >透析护理记录:{{ nursing_record }}</span>
828
                     </td>
827
                     </td>
829
                    </tr>
828
                    </tr>
830
                     <tr>
829
                     <tr>
942
                      <tr>
941
                      <tr>
943
                         <td style="text-align:left;" colspan="2">
942
                         <td style="text-align:left;" colspan="2">
944
                             <span style="display:inline-block;margin-left:15px;">
943
                             <span style="display:inline-block;margin-left:15px;">
945
-                            实际置换量:{{ afterdialysis.actual_displacement }} L
944
+                            实际置换量:{{ afterdialysis.actual_displacement ? afterdialysis.actual_displacement : '/' }} L
946
                             </span>
945
                             </span>
947
                         </td>
946
                         </td>
948
                         <td style="text-align:left;" colspan="10">
947
                         <td style="text-align:left;" colspan="10">
1221
       dialysisorder: {},
1220
       dialysisorder: {},
1222
       check: {},
1221
       check: {},
1223
       tableAdvice: [],
1222
       tableAdvice: [],
1224
-      precautions: []
1223
+      precautions: [],
1224
+      nursing_record: '',
1225
+      special_record: '',
1225
     }
1226
     }
1226
   },
1227
   },
1227
   methods: {
1228
   methods: {
1498
 
1499
 
1499
           this.monitors = response.data.data.monitors
1500
           this.monitors = response.data.data.monitors
1500
           this.summary = response.data.data.summary
1501
           this.summary = response.data.data.summary
1502
+          this.mission = this.summary.mission
1503
+          this.dialysis_summary = this.summary.dialysis_summary
1504
+          this.nursing_record = this.summary.nursing_record
1505
+          this.special_record = this.summary.special_record
1501
           this.org_template_info = response.data.data.org_template_info
1506
           this.org_template_info = response.data.data.org_template_info
1502
           // 配置超滤量和置换量是否要显示0还是空
1507
           // 配置超滤量和置换量是否要显示0还是空
1503
           if (this.org_template_info.org_id == 9535) {
1508
           if (this.org_template_info.org_id == 9535) {