Bläddra i källkod

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 år sedan
förälder
incheckning
b35ca0c879

+ 14 - 3
src/xt_pages/dialysis/details/consumable/dialysisParameter.vue Visa fil

@@ -807,6 +807,7 @@
807 807
             var anticoagulantList = []
808 808
             
809 809
             if(arrDateOne > arrDateTwo){
810
+              console.log("简单阿凡达2332322332")
810 811
               if(list!=null && list.length>0){
811 812
                   for(let i=0;i<list.length;i++){
812 813
                     list[i].dialysis_dialyszers_arr = []
@@ -871,7 +872,7 @@
871 872
             }
872 873
 
873 874
             if(arrDateOne <= arrDateTwo){
874
-            
875
+               console.log("简哈哈哈发232我")
875 876
 
876 877
               if(list!=null && list.length>0){
877 878
                 for(let i=0;i<list.length;i++){
@@ -935,8 +936,16 @@
935 936
                   }
936 937
               }
937 938
             }
939
+            console.log("listoope2233232",list)
940
+            var NewAllList=[]
941
+            for(let i=0;i<list.length;i++){
942
+               if(list[i].dialysis_machine_name =="OCI18M"){
943
+                    NewAllList.push(list[i]) 
944
+               }
945
+            }
946
+            console.log("NewAllList",NewAllList)
938 947
           
939
-            console.log("anticoagulantList",anticoagulantList)
948
+         
940 949
            this.tableList = []
941 950
            if(anticoagulantList!=null && anticoagulantList.length > 0){
942 951
                 let dataInfoOne = {}
@@ -967,6 +976,7 @@
967 976
               this.tableList.push(hisarr[i])
968 977
             }
969 978
             console.log("hisarr",hisarr)
979
+
970 980
            }
971 981
             var dialysisDialyszersArr = []
972 982
             var dialyzerPerfusionApparaArr = []
@@ -987,6 +997,7 @@
987 997
               dialysisStrainerArr.push(list[i].dialysis_strainer_arr[p])
988 998
              }
989 999
             }
1000
+          console.log("dialysisDialyszersArrooo2oo2o2o2o2",dialysisDialyszersArr)
990 1001
            let obj = {}
991 1002
            let objOne = {}
992 1003
            let objTwo = {}
@@ -1071,7 +1082,7 @@
1071 1082
               Arr.push(a);
1072 1083
             }
1073 1084
 
1074
-
1085
+            console.log("Arrowowwwwwwwwwww",Arr)
1075 1086
             if(Arr.length >0){
1076 1087
               for(let i=0;i<Arr.length;i++){
1077 1088
                  this.tableList.push(Arr[i])

+ 2 - 2
src/xt_pages/role/admin.vue Visa fil

@@ -225,12 +225,12 @@
225 225
           @click="toAutoDrug">自动生成</el-button> -->
226 226
 
227 227
 
228
-          <!-- <el-button
228
+         <el-button
229 229
           type="primary"
230 230
           size="small"
231 231
           icon="el-icon-circle-plus-outline"
232 232
           style="float:left"
233
-          @click="toAutoDiagnose">自动脚本</el-button> -->
233
+          @click="toAutoDiagnose">自动脚本</el-button> 
234 234
      </div>
235 235
 
236 236
 

+ 4 - 1
src/xt_pages/user/components/PatientSidebar.vue Visa fil

@@ -408,7 +408,10 @@ export default {
408 408
           if(this.org_id ==10191){
409 409
              var patients = response.data.data.patients
410 410
              for(let i=0;i<patients.length;i++){
411
-               this.patientsList.push(patients[i])
411
+               if(patients[i].lapseto ==1){
412
+                this.patientsList.push(patients[i])
413
+               }
414
+             
412 415
              }
413 416
           }else{
414 417
             this.patientsList = response.data.data.patients