Commit a4dfb922 authored by Marcus's avatar Marcus

订单入仓成功后,确认入仓弹框未关闭

http://zentao.jdshangmen.com/bug-view-387.html
parent 371dd1bf
...@@ -273,6 +273,7 @@ export default { ...@@ -273,6 +273,7 @@ export default {
orderWarehouseInFinish(p).then(r => { orderWarehouseInFinish(p).then(r => {
if (r.code === 0) { if (r.code === 0) {
this.escapeBol = false; this.escapeBol = false;
this.finishVisible = false
this.$confirm( this.$confirm(
'该订单已成功入仓,是否打印?', '该订单已成功入仓,是否打印?',
'货物已入仓', '货物已入仓',
...@@ -285,6 +286,7 @@ export default { ...@@ -285,6 +286,7 @@ export default {
}).catch(() => { }).catch(() => {
// this.$store.dispatch('tagsView/delVisitedView') // this.$store.dispatch('tagsView/delVisitedView')
this.$message.success('入仓成功') this.$message.success('入仓成功')
this.$tab.closePage()
}) })
} }
}) })
......
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