Commit 9776ae1a authored by 刘明珠's avatar 刘明珠

综合申报:修改传值方式

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