Commit e33eccd4 authored by yangyuxin's avatar yangyuxin

去掉税费申报按钮

parent 0afde3bd
...@@ -329,11 +329,12 @@ function initPage(companyInfo) { ...@@ -329,11 +329,12 @@ function initPage(companyInfo) {
$('#zhsbtcBox').append(divObj1); //将子div添加到父div中 $('#zhsbtcBox').append(divObj1); //将子div添加到父div中
if ((i-1+1) == 0) { if ((i-1+1) == 0) {
var btnObj = '<div id="jfsbBtn" class="btn btn-primary"'+ var btnObj =
'style="float: right;padding: 4px 10px;height: 30px;"'+ // '<div id="jfsbBtn" class="btn btn-primary"'+
'>税费申报</div>'+ // 'style="float: right;padding: 4px 10px;height: 30px;"'+
// '>税费申报</div>'+
'<div id="jkBtn" class="btn btn-primary"'+ '<div id="jkBtn" class="btn btn-primary"'+
'style="float: right;padding: 4px 10px;height: 30px;margin-right:20px;"'+ 'style="float: right;padding: 4px 10px;height: 30px;"'+
'>缴款</div>'; '>缴款</div>';
$('#btnBox').append(btnObj); $('#btnBox').append(btnObj);
$("#jfsbBtn").off('click'); $("#jfsbBtn").off('click');
......
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