소스 검색

11月9日,济仁打印单

yq1 1 주 전
부모
커밋
5effae8cd8
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/pages/main/template/DialysisPrintOrderSeventythree.vue

+ 3 - 3
src/pages/main/template/DialysisPrintOrderSeventythree.vue 파일 보기

@@ -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