Commit 7bc68b57 authored by 刘明珠's avatar 刘明珠

综合申报:添加数据更新监听

parent b985b49c
......@@ -178,6 +178,13 @@ function initPage(companyInfo) {
},
};
window.open(config.zhsbPage, '_blank');
Object.defineProperty(mlistener, 'returnSelectRowData', {
set: function (val) {
setTimeout(function () {
getTaxDeclaration(sbqDate, "N", '2');
}, 1000);
}
})
} //点击按钮后的回调函数
};
var object = tool.tableCreate(tableObj);
......@@ -221,7 +228,6 @@ function initPage(companyInfo) {
return
}
djxh = data.bean.djxh;
sbqDate = data.bean.sbqDate;
taxInfos = data.bean.taxInfos;
data.bean.financialInfos = [];
data.bean.taxInfos = [{
......
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