瀏覽代碼

11月9 济仁打印单

yq1 7 月之前
父節點
當前提交
8d140a85e2

+ 8 - 8
src/xt_pages/dialysis/batch_print/batch_print_order_seventythree.vue 查看文件

@@ -2014,14 +2014,14 @@ export default {
2014 2014
               this.records[i].monitor_records[j].end = "【结束透析】回血"+this.records[i].dialysis_order.blood_drawing +"ml/min"
2015 2015
               tempmonitorflag = false;
2016 2016
             }
2017
-            if(this.org_id!=10515 ){
2018
-              if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
2019
-              this.records[i].monitor_records[j].end = "【结束透析】回血"+this.records[i].dialysis_order.blood_drawing +"ml/min"
2020
-             }
2021
-             if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
2022
-               this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】回血"+this.records[i].dialysis_order.blood_drawing +"ml/min"
2023
-             }
2024
-            }
2017
+            // if(this.org_id!=10515 ){
2018
+            //   if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
2019
+            //   this.records[i].monitor_records[j].end = "【结束透析】回血"+this.records[i].dialysis_order.blood_drawing +"ml/min"
2020
+            //  }
2021
+            //  if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
2022
+            //    this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】回血"+this.records[i].dialysis_order.blood_drawing +"ml/min"
2023
+            //  }
2024
+            // }
2025 2025
 
2026 2026
             }
2027 2027
           }

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

@@ -2642,14 +2642,14 @@ export default {
2642 2642
           if (Object.keys(monitor).length > 0 && index > 1) {
2643 2643
             if (
2644 2644
               (this.dialysisOrder &&
2645
-              monitor.operate_time == this.dialysisOrder.end_time)&&(this.org_id!=10414)
2645
+              monitor.operate_time == this.dialysisOrder.end_time)
2646 2646
             ) {
2647 2647
               this.monitors[index].end = "【结束透析】"+"回血"+this.dialysisOrder.blood_drawing +"ml/min";
2648 2648
               tempmonitorflag = false;
2649 2649
             }
2650
-            if ((tempmonitorflag && index == this.monitors.length - 1)&&(this.org_id!=10414)) {
2651
-              this.monitors[index].end = "【结束透析】"+"回血"+this.dialysisOrder.blood_drawing +"ml/min";
2652
-            }
2650
+            //if ((tempmonitorflag && index == this.monitors.length - 1)&&(this.org_id!=10414)) {
2651
+            //   this.monitors[index].end = "【结束透析】"+"回血"+this.dialysisOrder.blood_drawing +"ml/min";
2652
+            // }
2653 2653
           }
2654 2654
         }
2655 2655