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

综合申报:添加申报结果状态监听

parent 5e342600
......@@ -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);
......
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