Commit 855a1eef authored by Marcus's avatar Marcus

订单入仓后,点击完成入仓,弹窗是否需要打印入仓单,点击是,一直无法跳转入仓单打印页面

parent bc0988aa
...@@ -187,11 +187,11 @@ export default { ...@@ -187,11 +187,11 @@ export default {
'该订单已成功入仓,是否打印?', '该订单已成功入仓,是否打印?',
'货物已入仓', '货物已入仓',
{ {
confirmButtonClass: '', confirmButtonText: '',
cancelButtonText: '' cancelButtonText: ''
} }
).then(() => { ).then(() => {
this.isShowPrint = true
}).catch(() => { }).catch(() => {
// this.$store.dispatch('tagsView/delVisitedView') // this.$store.dispatch('tagsView/delVisitedView')
this.$message.success('入仓成功') this.$message.success('入仓成功')
......
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