'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'asp.net中小企業(yè)oa系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)(源代碼論文).rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'ASP.NET中小企業(yè)OA系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)(源代碼+論文) (包含45個文件)', },{ id:'0000100001', pId:'00001', name:'辦公系統(tǒng) (包含42個文件)', },{ id:'000010000100001', pId:'0000100001', name:'bin (包含2個文件)', },{ id:'00001000010000100001', pId:'000010000100001', name:'辦公系統(tǒng).dll (44KB)', },{ id:'00001000010000100002', pId:'000010000100001', name:'辦公系統(tǒng).pdb (63KB)', },{ id:'000010000100002', pId:'0000100001', name:'_vti_cnf (包含0個文件)', },{ id:'000010000100003', pId:'0000100001', name:'_vti_pvt (包含6個文件)', },{ id:'00001000010000300001', pId:'000010000100003', name:'access.cnf (0KB)', },{ id:'00001000010000300002', pId:'000010000100003', name:'deptodoc.btr (0KB)', },{ id:'00001000010000300003', pId:'000010000100003', name:'doctodep.btr (0KB)', },{ id:'00001000010000300004', pId:'000010000100003', name:'service.cnf (1KB)', },{ id:'00001000010000300005', pId:'000010000100003', name:'service.lck (包含0個文件)', },{ id:'00001000010000300006', pId:'000010000100003', name:'services.cnf (0KB)', },{ id:'000010000100004', pId:'0000100001', name:'_vti_script (包含0個文件)', },{ id:'000010000100005', pId:'0000100001', name:'_vti_txt (包含0個文件)', },{ id:'000010000100006', pId:'0000100001', name:'AssemblyInfo.cs (2KB)', },{ id:'000010000100007', pId:'0000100001', name:'Global.asax (0KB)', },{ id:'000010000100008', pId:'0000100001', name:'Global.asax.cs (1KB)', },{ id:'000010000100009', pId:'0000100001', name:'Global.asax.resx (1KB)', },{ id:'000010000100010', pId:'0000100001', name:'index.htm (1KB)', },{ id:'000010000100011', pId:'0000100001', name:'left.aspx (10KB)', },{ id:'000010000100012', pId:'0000100001', name:'left.aspx.cs (8KB)', },{ id:'000010000100013', pId:'0000100001', name:'left.aspx.resx (5KB)', },{ id:'000010000100014', pId:'0000100001', name:'main.aspx (2KB)', },{ id:'000010000100015', pId:'0000100001', name:'main.aspx.cs (6KB)', },{ id:'000010000100016', pId:'0000100001', name:'main.aspx.resx (5KB)', },{ id:'000010000100017', pId:'0000100001', name:'sql.cs (2KB)', },{ id:'000010000100018', pId:'0000100001', name:'Web.config (4KB)', },{ id:'000010000100019', pId:'0000100001', name:'辦公系統(tǒng).csproj (8KB)', },{ id:'000010000100020', pId:'0000100001', name:'辦公系統(tǒng).csproj.webinfo (0KB)', },{ id:'000010000100021', pId:'0000100001', name:'辦公系統(tǒng).sln (0KB)', },{ id:'000010000100022', pId:'0000100001', name:'辦公系統(tǒng).suo (7KB)', },{ id:'000010000100023', pId:'0000100001', name:'發(fā)文.aspx (4KB)', },{ id:'000010000100024', pId:'0000100001', name:'發(fā)文.aspx.cs (6KB)', },{ id:'000010000100025', pId:'0000100001', name:'發(fā)文.aspx.resx (5KB)', },{ id:'000010000100026', pId:'0000100001', name:'收文.aspx (5KB)', },{ id:'000010000100027', pId:'0000100001', name:'收文.aspx.cs (7KB)', },{ id:'000010000100028', pId:'0000100001', name:'收文.aspx.resx (5KB)', },{ id:'000010000100029', pId:'0000100001', name:'查看.aspx (2KB)', },{ id:'000010000100030', pId:'0000100001', name:'查看.aspx.cs (3KB)', },{ id:'000010000100031', pId:'0000100001', name:'查看.aspx.resx (5KB)', },{ id:'000010000100032', pId:'0000100001', name:'注冊.aspx (5KB)', },{ id:'000010000100033', pId:'0000100001', name:'注冊.aspx.cs (2KB)', },{ id:'000010000100034', pId:'0000100001', name:'注冊.aspx.resx (5KB)', },{ id:'0000100002', pId:'00001', name:'OA.MDF (1024KB)', },{ id:'0000100003', pId:'00001', name:'OA_log.LDF (504KB)', }]; var zNodes2 = [{ id:'1', pId:'0', name:'asp.net中小企業(yè)oa系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)(源代碼論文).rar', open:true, icon:'/Images/filetype/RAR16.PNG'}]; $(document).ready(function(){ if(JSON.stringify(zNodes)=="{}") { $("#ysyl").hide(); }else { $.fn.zTree.init($("#treeDemo"), setting, zNodes); $.fn.zTree.init($("#treeDemo2"), setting, zNodes2); } }); $(function() { $("#jubao input[type='radio']").click(function() { $("#hidTypeID").val($(this).val()); }); }); function jubao() { var userid = '0'; if (userid != "" && userid != undefined && userid != "0") { $("#jubao").show(); } else { alert("請登錄!");window.location.href='login.aspx'; } } function saveJuBao() { var bookid = '3595670'; var type = $("#hidTypeID").val(); if (type != "" && type != undefined && bookid != "" && bookid != undefined) { $.ajax({ type: "post", url: "View.aspx/JuBao", data: "{bookid: '" + bookid + "', type: '" + type + "' }", contentType: "application/json; charset=utf-8", dataType: "json", success: function(data) { $("#jubao").hide(); $("#jubaoResponse").show(); if (data.d != "0") { $("#jubaoResponse h4").html("您的舉報(bào)提交成功"); } else { $("#jubaoResponse h4").html("您的舉報(bào)提交失敗"); } } }); } else { alert("請選擇投訴類型或者數(shù)據(jù)錯誤請刷新重試!"); } } $(function(){ $(document).bind("contextmenu",function(e){ return false; }); });
copyright@ 2011-2023 聯(lián)系方式qq:9411152
本站所有資料均屬于原創(chuàng)者所有,僅提供參考和學(xué)習(xí)交流之用,請勿用做其他用途,轉(zhuǎn)載必究!如有侵犯您的權(quán)利請聯(lián)系本站,一經(jīng)查實(shí)我們會立即刪除相關(guān)內(nèi)容!