Commit 49968719 authored by 任鸿志's avatar 任鸿志

慢病医保转资费不走审核

parent 985c5a90
...@@ -780,7 +780,7 @@ export default { ...@@ -780,7 +780,7 @@ export default {
this.cardNo = this.$route.query?.cardNo || '' this.cardNo = this.$route.query?.cardNo || ''
this.cardType = this.$route.query?.cardType || '' this.cardType = this.$route.query?.cardType || ''
this.visitNo = this.$route.query?.visitNo || '' this.visitNo = this.$route.query?.visitNo || ''
this.visitDate = this.$route.qu7ery?.visitDate || '' this.visitDate = this.$route.query?.visitDate || ''
this.cardNoShow = this.$route.query?.cardNo || false this.cardNoShow = this.$route.query?.cardNo || false
if (!window.WebSocket) { if (!window.WebSocket) {
alert('该版本浏览器不支持WebSocket') alert('该版本浏览器不支持WebSocket')
...@@ -1719,7 +1719,7 @@ export default { ...@@ -1719,7 +1719,7 @@ export default {
this.ismb = true this.ismb = true
} }
}); });
if (!this.ismb) { if (!this.ismb && this.man_name == false) {
if (this.orders.length > 0) { if (this.orders.length > 0) {
console.log(this.orders, 'ppppppppppppppp') console.log(this.orders, 'ppppppppppppppp')
this.ybjs() this.ybjs()
...@@ -2057,8 +2057,11 @@ export default { ...@@ -2057,8 +2057,11 @@ export default {
// break; // break;
// } // }
// } // }
let dept=localStorage.getItem('deptCode')
_this.printcard(jshidprint) if ( dept !='0502' ){
_this.printcard(jshidprint)
}
// }, 5000) // }, 5000)
//刷新列表 //刷新列表
...@@ -2837,7 +2840,11 @@ export default { ...@@ -2837,7 +2840,11 @@ export default {
// break; // break;
// } // }
// } // }
_this.printcard(jshidprint) let dept=localStorage.getItem('deptCode')
if ( dept !='0502' ){
_this.printcard(jshidprint)
}
// _this.printcard(jshidprint)
// }, 5000) // }, 5000)
this.yibaoshow = false this.yibaoshow = false
this.jeizhishow = false this.jeizhishow = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment