Commit d4de52d6 authored by Marcus's avatar Marcus

异常入仓成功

parent 73db41d3
......@@ -242,7 +242,7 @@ export default {
p.manualExceptionType = this.form.manualExceptionType
}
orderWarehouseInFinish(p).then(r => {
if (r.data) {
if (r.code === 0) {
this.escapeBol = false;
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