Commit 16e2e1ac authored by 刘明珠's avatar 刘明珠

更正:填报页面申报后,刷新税种列表

parent e41e84d4
......@@ -102,6 +102,19 @@ function initPage(companyInfo) {
data.value = config.value;
window.mlistener.selectRowData = data;
window.open(config.ssfwptPage,'_blank');
Object.defineProperty(mlistener, 'returnSelectRowData', {
set: function (val) {
setTimeout(function () {
var param = { //根据后台接收方式进行修改
djxh: companyInfo.djxh, //登记序号
sbrqq: durationOfTaxStart, // 申报日期起
sbrqz: durationOfTaxEnd, // 申报日期止
gzCacheKey :companyInfo.gzCacheKey , //登记序号
}
getTaxAmendData(param);
}, 2000);
}
})
}else {
//TODO 跳转页面
data.djxh = companyInfo.djxh;
......
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