see999 4 年前
父节点
当前提交
fc3e5abdd7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/outpatientCharges/newStatementPrintTwo.vue

+ 1 - 1
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue 查看文件

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