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

综合申报:djxh传值调整

parent 6b54394b
var initpage; var initpage;
var sbqDate = '' var sbqDate = '';
var djxh = "";
$(function () { $(function () {
showLoading(); showLoading();
getInitTable(); getInitTable();
...@@ -31,6 +32,8 @@ function getInitTable() { ...@@ -31,6 +32,8 @@ function getInitTable() {
return return
} }
} }
djxh = data.bean.djxh;
sbqDate = data.bean.sbqDate;
data.bean.financialInfos = []; data.bean.financialInfos = [];
data.bean.taxInfos = [{ data.bean.taxInfos = [{
"sssqZ": "--", "sssqZ": "--",
...@@ -164,7 +167,7 @@ function initPage(companyInfo) { ...@@ -164,7 +167,7 @@ function initPage(companyInfo) {
window.mlistener = { window.mlistener = {
zhsbData: { zhsbData: {
token:getUrlParam("token"), token:getUrlParam("token"),
djxh:getUrlParam("djxh"), djxh:djxh,
sbsq:sbqDate, sbsq:sbqDate,
}, },
}; };
......
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