Commit df60e070 authored by 刘明珠's avatar 刘明珠

调用税表,开表参数加密

parent 7358f029
......@@ -211,7 +211,7 @@ function initPage(companyInfo) {
}
}
sbzjKbData.requestRarameters = openTable;
var openUrl = config.taxFormComponent + JSON.stringify(sbzjKbData) + '&random=' + Math.random() + '#/' + sbzjKbData.bbDmVersion
var openUrl = config.taxFormComponent + encodeURI(JSON.stringify(sbzjKbData)) + '&random=' + Math.random() + '#/' + sbzjKbData.bbDmVersion
window.open(openUrl, '_blank');
} else {
data.djxh = companyInfo.djxh;
......
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