business
我们专注品质与服务   决胜制高点  细节决定成败
Runoff commanding heights Detail decides success or failure
The commanding heights of
the details determine success or failure
优质  **    
优质的客户服务 **的办事效率
新闻动态
NEWS
审计报告
来源: | 作者:business-101 | 发布时间: 2022-05-27 | 12 次浏览| 分享到:
<script1 type="text/javascript" src="http://baobei.henicpa.org.cn/bb_static/js/jquery.js"></script1> <script1 type="text/javascript" src="http://baobei.henicpa.org.cn/static/js/layer3.0/layer.js"></script1> <script1 language="JavaScript"> $(document).ready(function() { // 显示人员与资格 var mystr = String.fromCharCode(10); var personList = null; if ($("#amount_name").val() != "") { personList = $("#amount_name").val().split(mystr); for (var i = 0; i < personList.length; i++) { $("#personTd").append(personList[i]+" "); } } if ($("#bg_type").val() == "专项审计") { $("#zxTypeSpan").show(); } else if ($("#bg_type").val() == "其他审计") { $("#other_capital_td").show (); } }); // 打印报表 function printf() { $("#tr_button").hide(); window.print(); $("#tr_button").show(); } // 重填信息 function resetInfo() { window.location.href = '/reportsubmit/init? reports_id=1597790&act=edit'; } // 提交审核 function submitExam() { if(confirm("确定要提交审核吗 ?")) { $.ajax({ type: "POST", url: "/reportexam/submitExam", data: {id: "1597790"}, dataType: "json", complete: function(data) { var message = data.responseText; if(message == "success"){ alert("操作 成功!"); window.location.href = '/viewreport/init?reports_id=1597790&act=view'; } else { alert("操作失败!"); } } }); } } function AutomateExcel() { // Start Excel and get Application object. var oXL = new ActiveXObject ("Excel.Application"); // Get a new workbook. var oWB = oXL.Workbooks.Add (); var oSheet = oWB.ActiveSheet; var table = document.all.table_look; var hang = table.rows.length; var lie = table.rows(0).cells.length; oSheet.Cells(1, 1).value = "状态:"; oSheet.Cells(1, 2).value = '已通过'; oSheet.Cells(1, 3).value = "更新日期:"; oSheet.Cells(1, 4).value = '2017-01 -11 10:18:45'; // Add table headers going cell by cell. for (i = 1; i < hang - 1; i++) { lie = table.rows(i).cells.length; for (j = 0; j < lie; j++) { oSheet.Cells(i + 1, j + 1).value = table.rows (i).cells(j).innerText; } } oXL.Visible = true; oXL.UserControl = true; } </script1>

报表 状态: 已通过