see999 3 years ago
parent
commit
fc3e5abdd7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientCharges/newStatementPrintTwo.vue

+ 1 - 1
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue View File

@@ -410,7 +410,7 @@
410 410
                     let newOutputlist2 = []
411 411
                     newOutputlist2.push(aka111obj)
412 412
                     that.info.transBody.outputlist2.map(item => {
413
-                      if(item.aka111 != '07' || item.aka111 != '19'){
413
+                      if(item.aka111 != '07' && item.aka111 != '19'){
414 414
                         newOutputlist2.push(item)
415 415
                       }
416 416
                     })