Commit 6aa51f30 authored by 任鸿志's avatar 任鸿志

药房注掉打印

parent c2b8c3a1
...@@ -1842,7 +1842,7 @@ export default { ...@@ -1842,7 +1842,7 @@ export default {
this.fullscreenLoading = false this.fullscreenLoading = false
this.jeizhishow = false this.jeizhishow = false
const jshidprint = response.data const jshidprint = response.data
_this.printcard(jshidprint) // _this.printcard(jshidprint)
this.selectCardYiboInfo() this.selectCardYiboInfo()
//刷新列表 //刷新列表
var obj = { var obj = {
...@@ -2405,6 +2405,7 @@ export default { ...@@ -2405,6 +2405,7 @@ export default {
.then(response => { .then(response => {
const _this = this const _this = this
this.$message.success('结算成功') this.$message.success('结算成功')
this.addEventListener()
this.dialogVisible = false this.dialogVisible = false
this.sureshow = false this.sureshow = false
this.loadingapplyList = false this.loadingapplyList = false
...@@ -2413,7 +2414,7 @@ export default { ...@@ -2413,7 +2414,7 @@ export default {
this.jeizhishow = false this.jeizhishow = false
const jshidprint = response.data const jshidprint = response.data
// setTimeout(function () { // setTimeout(function () {
_this.printcard(jshidprint) // _this.printcard(jshidprint)
this.getWaiting() this.getWaiting()
this.selectCardYiboInfo() this.selectCardYiboInfo()
// }, 5000) // }, 5000)
......
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