Commit b5b05a01 by 兰国旗

Merge branch 'center-order' of gitlab.gongsibao.com:jiangyong/zhichan into center-order

parents 34a3046e 398d344a
......@@ -766,12 +766,11 @@ class AliyunQcService {
material.aliUserOtherList = ab.userOtherList;
}
solutionContent.customerMaterial = material;
solutionContent = JSON.stringify(solutionContent);
}else {
solutionContent.status = ab.status
}
var updateObj = {
id: ns.id, solutionContent: solutionContent
id: ns.id, solutionContent: JSON.stringify(solutionContent)
};
if (ab.status == "11") {//⽅案已关闭
updateObj["status"] = "yzf";
......
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