소스 검색

11月11日,打印单

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

+ 5 - 6
src/pages/main/template/DialysisPrintOrdereightyone.vue 파일 보기

@@ -1878,15 +1878,14 @@ export default {
1878 1878
             if(this.org_id!=10683){
1879 1879
               this.monitors[index].end = '【结束透析】回血100ml/min'
1880 1880
             }
1881
-             
1882 1881
               tempmonitorflag = false
1883 1882
             }
1884
-            if (tempmonitorflag && index == this.monitors.length - 1) {
1885
-              if(this.org_id!=10683){
1886
-                this.monitors[index].end = '【结束透析】回血100ml/min'
1887
-              }
1883
+            // if (tempmonitorflag && index == this.monitors.length - 1) {
1884
+            //   if(this.org_id!=10683){
1885
+            //     this.monitors[index].end = '【结束透析】回血100ml/min'
1886
+            //   }
1888 1887
              
1889
-            }
1888
+            // }
1890 1889
           }
1891 1890
         }
1892 1891