Quellcode durchsuchen

11月11 打印单

yq1 vor 3 Tagen
Ursprung
Commit
f28ae6d368

+ 14 - 14
src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue Datei anzeigen

@@ -1714,20 +1714,20 @@ export default {
1714 1714
 
1715 1715
                tempmonitorflag = false;
1716 1716
             }
1717
-            if(this.org_id!=10515){
1718
-              if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
1719
-                if(this.org_id!=10683){
1720
-                  this.records[i].monitor_records[j].end = "【结束透析】回血100ml/min";
1721
-                }
1722
-
1723
-             }
1724
-             if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
1725
-               if(this.org_id!=10683){
1726
-                  this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】回血100ml/min"
1727
-               }
1728
-
1729
-             }
1730
-            }
1717
+            // if(this.org_id!=10515){
1718
+            //   if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
1719
+            //     if(this.org_id!=10683){
1720
+            //       this.records[i].monitor_records[j].end = "【结束透析】回血100ml/min";
1721
+            //     }
1722
+
1723
+            //  }
1724
+            //  if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
1725
+            //    if(this.org_id!=10683){
1726
+            //       this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】回血100ml/min"
1727
+            //    }
1728
+
1729
+            //  }
1730
+            // }
1731 1731
 
1732 1732
             }
1733 1733
           }

+ 5 - 5
src/xt_pages/dialysis/template/DialysisPrintOrdereightyone.vue Datei anzeigen

@@ -2276,11 +2276,11 @@ export default {
2276 2276
 
2277 2277
               tempmonitorflag = false;
2278 2278
             }
2279
-            if ((tempmonitorflag && index == this.monitors.length - 1)&&(this.org_id!=10414)) {
2280
-              if(this.org_id!=10683){
2281
-                this.monitors[index].end = "【结束透析】回血100ml/min";
2282
-              }
2283
-            }
2279
+            // if ((tempmonitorflag && index == this.monitors.length - 1)&&(this.org_id!=10414)) {
2280
+            //   if(this.org_id!=10683){
2281
+            //     this.monitors[index].end = "【结束透析】回血100ml/min";
2282
+            //   }
2283
+            // }
2284 2284
           }
2285 2285
         }
2286 2286