Commit 209bb3be authored by dragondean@qq.com's avatar dragondean@qq.com

备货完成询问是否打印标签

parent f93ef6a0
......@@ -439,9 +439,11 @@ export default {
form.orderId = this.orderId
form.manualExceptionType = form.manualExceptionType.join(',')
finishStock(form).then(res => {
return this.$alert(this.$t('操作成功'))
return this.$confirm("备货成功,是否需要打印标签").catch(() => {
this.$tab.closePage()
})
}).then(() => {
this.$tab.closePage()
this.printTag()
})
},
// 显示打包弹层
......
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