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