Commit 99d42e45 authored by huhaiqing's avatar huhaiqing

修改异常相关

parent c5fd2577
......@@ -238,9 +238,9 @@ export default {
node.currStatus = "end";
// 判断是否存在异常未处理
if (
val.customsHasAbnormal ||
val.shippingHasAbnormal ||
val.arrivalHasAbnormal
(type === "cusDeclaration" && val.customsHasAbnormal) ||
(type === "departure" && val.shippingHasAbnormal) ||
(type === "arrival" && val.arrivalHasAbnormal)
) {
continue;
}
......
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