Commit da06865a by 王勇飞

gyq

parent 470a7e53
......@@ -179,7 +179,7 @@ class BizOptCtl extends CtlBase {
let pushUrl = this.rysUrl + "/web/bizchance/bizoptCtl/testCloseProposal";
let solutionBizId;
if (schemeRes.solution_bizid) {
solutionBizId = schemeRes.solution_bizid;
solutionBizId = schemeRes.solution_bizid.replace(/_book/g, ""),;
}
let pushObj = {
pushUrl: pushUrl,
......
......@@ -125,7 +125,7 @@ class FitaxschemeCtl extends CtlBase {
actionType: "create",
notifyUrl: notifyUrl,
messageBody: {
IntentionBizId: pobj.demand_code,
IntentionBizId: pobj.demand_code.replace(/_book/g, ""),
BizType: "bookkeeping",
Solution: {
CompanyType: companyType,
......
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