Bläddra i källkod

12月5 打印单

yq1 4 månader sedan
förälder
incheckning
29e5e7d0f7
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4 1
      src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue

+ 4 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue Visa fil

@@ -1947,7 +1947,10 @@ export default {
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 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
+                          this.records[i].his_advices[z].execution_frequency.indexOf('上机前')==-1 &&
1951
+                          this.records[i].his_advices[z].delivery_way.indexOf('口服') ==-1 && 
1952
+                          this.records[i].his_advices[z].delivery_way!='中药口服' && 
1953
+                          this.records[i].his_advices[z].advice_name.indexOf('胰岛素') ==-1){
1951 1954
                           newArr[y].child.push(this.records[i].his_advices[z])
1952 1955
                        }
1953 1956
                     }