Procházet zdrojové kódy

11月9日,济仁打印单

yq1 před 1 týdnem
rodič
revize
5effae8cd8

+ 3 - 3
src/pages/main/template/DialysisPrintOrderSeventythree.vue Zobrazit soubor

@@ -1626,9 +1626,9 @@ export default {
1626 1626
               this.monitors[index].end = '【结束透析】回血' + this.dialysisOrder.blood_drawing  + "ml/min"
1627 1627
               tempmonitorflag = false
1628 1628
             }
1629
-            if (tempmonitorflag && index == this.monitors.length - 1) {
1630
-              this.monitors[index].end = '【结束透析】回血' + this.dialysisOrder.blood_drawing  + "ml/min"
1631
-            }
1629
+            // if (tempmonitorflag && index == this.monitors.length - 1) {
1630
+            //   this.monitors[index].end = '【结束透析】回血' + this.dialysisOrder.blood_drawing  + "ml/min"
1631
+            // }
1632 1632
           }
1633 1633
         }
1634 1634