Commit 99925818 by Sxy

fix: 低级 bug

parent b581d7d1
...@@ -267,8 +267,8 @@ class DeliverybillCtl extends CtlBase { ...@@ -267,8 +267,8 @@ class DeliverybillCtl extends CtlBase {
pobj.baseInfo.customerMaterial = pobj.customerMaterial; pobj.baseInfo.customerMaterial = pobj.customerMaterial;
} }
if (pobj.deliverStatus !== "closed") { if (pobj.deliverStatus !== "closed") {
if (!["userConfirmationWait", "userConfirmationReject"].includes(res.delivery_status)) { if (!["userConfirmationWait", "userConfirmationReject"].includes(rs.delivery_status)) {
pobj.deliverStatus = res.delivery_status; pobj.deliverStatus = rs.delivery_status;
} }
} }
......
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