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

综合申报:调整传参方式

parent da3abd96
var initpage;
var sbqDate = '';
var djxh = "";
var taxInfos = [];
var zhsbPzzl = "10101|10102|11602|10401|10402|11901|11503|10902";
$(function () {
showLoading();
getInitTable();
......@@ -16,7 +19,7 @@ function getInitTable() {
djxh: getUrlParam("djxh"),
token: getUrlParam("token"),
sbsq: "",
pzzlDm: getUrlParam("pzzlDm"),
pzzlDm: zhsbPzzl,
},
// beforeSend:function(){
// myAlert("提示", "正在获取初始化信息", "确定")
......@@ -34,6 +37,7 @@ function getInitTable() {
}
djxh = data.bean.djxh;
sbqDate = data.bean.sbqDate;
taxInfos = data.bean.taxInfos;
data.bean.financialInfos = [];
data.bean.taxInfos = [{
"sssqZ": "--",
......@@ -169,6 +173,8 @@ function initPage(companyInfo) {
token:getUrlParam("token"),
djxh:djxh,
sbsq:sbqDate,
taxInfos:taxInfos,
value:config.value,
},
};
window.open(config.zhsbPage, '_blank');
......
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