Browse Source

11月11日,打印单

yq1 1 week ago
parent
commit
9462b0cfed
1 changed files with 5 additions and 6 deletions
  1. 5 6
      src/pages/main/template/DialysisPrintOrdereightyone.vue

+ 5 - 6
src/pages/main/template/DialysisPrintOrdereightyone.vue View File

1878
             if(this.org_id!=10683){
1878
             if(this.org_id!=10683){
1879
               this.monitors[index].end = '【结束透析】回血100ml/min'
1879
               this.monitors[index].end = '【结束透析】回血100ml/min'
1880
             }
1880
             }
1881
-             
1882
               tempmonitorflag = false
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