ソースを参照

12月5 打印单

yq1 4 ヶ月 前
コミット
29e5e7d0f7
共有1 個のファイルを変更した4 個の追加1 個の削除を含む
  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 ファイルの表示

@@ -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
                     }