Commit cd383fc5 by Sxy

fix: 阿里提交材料参数

parent cc87b8d7
......@@ -216,9 +216,11 @@ const wangwenSubmitOption = async (deliverData, materials) => {
break
case system.SERVERSESTATUS.SUBMITING:
req.ApplicationStatus = 604;
req.extInfo = "{}";
break
case system.SERVERSESTATUS.DISPOSEING:
req.ApplicationStatus = 606;
req.extInfo = "{}";
break
default:
throw new Error("此状态手动不能更改");
......@@ -230,6 +232,7 @@ const wangwenSubmitOption = async (deliverData, materials) => {
actionBody: {
"channelType": channelType[deliverData.product_code],
"orderNo": deliverData.delivery_code,
"extInfo": null,
...req,
}
});
......
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