Commit c87a0879 by 庄冰

tj

parent 86c25bfd
......@@ -585,8 +585,7 @@ class AliyunQcService{
});
solutionContent.status = "USER_UPLOADED";
solutionContent.statusName = this.icpSolutionStatusReference.USER_UPLOADED;
}
if (ab.status == "4") {//⽤户已确认
}else if (ab.status == "4") {//⽤户已确认
if(solutionContent.status !="MATERIAL_UNCONFIRM"){
return system.getResultFail(-113, "操作失败,服务商递交⽂件后才能执行此操作");
}
......@@ -595,8 +594,7 @@ class AliyunQcService{
});
solutionContent.status = "USER_CONFIRMED";
solutionContent.statusName = this.icpSolutionStatusReference.USER_CONFIRMED;
}
if (ab.status == "11") {//⽅案已关闭
}else if (ab.status == "11") {//⽅案已关闭
solutionFlowList.push({
status: "CLOSE", statusName: this.icpSolutionStatusReference.CLOSE, updated_at: new Date()
});
......
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