Commit 8e42bf84 authored by Damon's avatar Damon

refactor: 异常单处理判断

parent 584e902d
...@@ -608,7 +608,7 @@ export default { ...@@ -608,7 +608,7 @@ export default {
// this.showTab = this.list.length > 1 // this.showTab = this.list.length > 1
// 异常单处理 // 异常单处理
if (this.auditResults.length > 0) { if (this.auditResults.length > 0 && (this.orderStatus === '88' || this.orderStatus === '86')) {
this.checkCompleteError(list) this.checkCompleteError(list)
} else { } else {
this.list = list this.list = list
......
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