'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'一套完整的畢業(yè)設計圖紙[辦公樓].rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'1-11軸立面圖.dwg (143KB)', click:'getBookinfo(8780016)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00002', pId:'1', name:'11-1軸立面圖.dwg (638KB)', click:'getBookinfo(8780017)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00003', pId:'1', name:'A-E軸立面圖.dwg (350KB)', click:'getBookinfo(8780018)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00004', pId:'1', name:'E-A軸立面圖.dwg (820KB)', click:'getBookinfo(8780019)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00005', pId:'1', name:'辦公樓三層平面圖.dwg (215KB)', click:'getBookinfo(8780020)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00006', pId:'1', name:'辦公樓二層平面圖.dwg (237KB)', click:'getBookinfo(8780021)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00007', pId:'1', name:'辦公樓五層平面圖.dwg (218KB)', click:'getBookinfo(8780022)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00008', pId:'1', name:'辦公樓六 七層平面圖.dwg (207KB)', click:'getBookinfo(8780023)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00009', pId:'1', name:'辦公樓四層平面圖.dwg (227KB)', click:'getBookinfo(8780024)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00010', pId:'1', name:'辦公樓屋頂平面圖.dwg (122KB)', click:'getBookinfo(8780025)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00011', pId:'1', name:'辦公樓底層平面圖.dwg (234KB)', click:'getBookinfo(8780026)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00012', pId:'1', name:'建工之家論壇 - powered by Discuz!.url (0KB)', },{ id:'00013', pId:'1', name:'說明文件.txt (1KB)', click:'getBookinfo(8780027)', icon:'/Images/filetype/TXT16.PNG'}]; var zNodes2 = [{ id:'1', pId:'0', name:'一套完整的畢業(yè)設計圖紙[辦公樓].rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'1-11軸立面圖.dwg',url:'http://m.facezit.com/p-8780016.html', target:'_blank' },{ id:'00002', pId:'1', name:'11-1軸立面圖.dwg',url:'http://m.facezit.com/p-8780017.html', target:'_blank' },{ id:'00003', pId:'1', name:'A-E軸立面圖.dwg',url:'http://m.facezit.com/p-8780018.html', target:'_blank' },{ id:'00004', pId:'1', name:'E-A軸立面圖.dwg',url:'http://m.facezit.com/p-8780019.html', target:'_blank' },{ id:'00005', pId:'1', name:'辦公樓三層平面圖.dwg',url:'http://m.facezit.com/p-8780020.html', target:'_blank' },{ id:'00006', pId:'1', name:'辦公樓二層平面圖.dwg',url:'http://m.facezit.com/p-8780021.html', target:'_blank' },{ id:'00007', pId:'1', name:'辦公樓五層平面圖.dwg',url:'http://m.facezit.com/p-8780022.html', target:'_blank' },{ id:'00008', pId:'1', name:'辦公樓六 七層平面圖.dwg',url:'http://m.facezit.com/p-8780023.html', target:'_blank' },{ id:'00009', pId:'1', name:'辦公樓四層平面圖.dwg',url:'http://m.facezit.com/p-8780024.html', target:'_blank' },{ id:'00010', pId:'1', name:'辦公樓屋頂平面圖.dwg',url:'http://m.facezit.com/p-8780025.html', target:'_blank' },{ id:'00011', pId:'1', name:'辦公樓底層平面圖.dwg',url:'http://m.facezit.com/p-8780026.html', target:'_blank' },{ id:'00013', pId:'1', name:'說明文件.txt',url:'http://m.facezit.com/p-8780027.html', target:'_blank' }]; $(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 = '3428803'; 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("您的舉報提交成功"); } else { $("#jubaoResponse h4").html("您的舉報提交失敗"); } } }); } else { alert("請選擇投訴類型或者數(shù)據(jù)錯誤請刷新重試!"); } } $(function(){ $(document).bind("contextmenu",function(e){ return false; }); });