Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 4 months ago
parent
commit
f50023a948
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue

+ 3 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue View File

@@ -1942,11 +1942,12 @@ export default {
1942 1942
                   }
1943 1943
                 })
1944 1944
                 let newArr = Object.values(objInfo);
1945
-                console.log("newArrwowoowowowo",newArr)
1945
+                console.log("newArrwowoowowowo",this.records[i].his_advices)
1946 1946
                 if(newArr!=null && newArr.length >0){
1947 1947
                   for(let y=0;y<newArr.length;y++){
1948 1948
                     for(let z=0;z<this.records[i].his_advices.length;z++){
1949
-                       if(newArr[y].new_groupno == this.records[i].his_advices[z].new_groupno){
1949
+                       if(newArr[y].new_groupno == this.records[i].his_advices[z].new_groupno && 
1950
+                          this.records[i].his_advices[z].execution_frequency.indexOf('上机前')==-1){
1950 1951
                           newArr[y].child.push(this.records[i].his_advices[z])
1951 1952
                        }
1952 1953
                     }