see999 3 年之前
父節點
當前提交
fc3e5abdd7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/outpatientCharges/newStatementPrintTwo.vue

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

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