Commit d4de52d6 authored by Marcus's avatar Marcus

异常入仓成功

parent 73db41d3
...@@ -242,7 +242,7 @@ export default { ...@@ -242,7 +242,7 @@ export default {
p.manualExceptionType = this.form.manualExceptionType p.manualExceptionType = this.form.manualExceptionType
} }
orderWarehouseInFinish(p).then(r => { orderWarehouseInFinish(p).then(r => {
if (r.data) { if (r.code === 0) {
this.escapeBol = false; this.escapeBol = false;
this.$confirm( this.$confirm(
'该订单已成功入仓,是否打印?', '该订单已成功入仓,是否打印?',
......
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