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

综合申报:djxh传值调整

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