See999 5 years ago
parent
commit
90f25c3f68
1 changed files with 9 additions and 4 deletions
  1. 9 4
      src/pages/main/template/DialysisPrintOrderEight.vue

+ 9 - 4
src/pages/main/template/DialysisPrintOrderEight.vue View File

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