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

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

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