Commit da06865a by 王勇飞

gyq

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