Commit c6295faf authored by 黄媛媛's avatar 黄媛媛

update

parent dfae09c6
......@@ -1332,7 +1332,7 @@
TCNUMS: obj.TCNUMS
};
let fullPath =
`/ChoiceAddFinancialDocuments?searchTitle='报账'&czmsg=${msg}&Type=${2}&templateID=${JSON.stringify(id)}&companyID=${obj.OutBranchId}&orderObj=${JSON.stringify(orderObj)}&blank=y&tab=领队报账`;
`/ChoiceAddFinancialDocuments?searchTitle=报账&czmsg=${msg}&Type=${2}&templateID=${JSON.stringify(id)}&companyID=${obj.OutBranchId}&orderObj=${JSON.stringify(orderObj)}&blank=y&tab=领队报账`;
let dom = document.querySelector("#blankLink");
dom.href = `http://${window.location.host}/#${fullPath}`;
dom.click();
......
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