'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'中型履帶車輛用雙盤離合器的設(shè)計(jì).zip', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'中型履帶車輛用雙盤離合器的設(shè)計(jì) (包含12個(gè)文件)', },{ id:'0000100001', pId:'00001', name:'圖紙 (包含8個(gè)文件)', },{ id:'000010000100001', pId:'0000100001', name:'acaddoc.lsp (6028KB)', },{ id:'000010000100002', pId:'0000100001', name:'從動盤.dwg (96KB)', click:'getBookinfo(8165190)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100003', pId:'0000100001', name:'從動盤總成.dwg (97KB)', click:'getBookinfo(8165191)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100004', pId:'0000100001', name:'從動盤轂.dwg (73KB)', click:'getBookinfo(8165192)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100005', pId:'0000100001', name:'壓盤.dwg (70KB)', click:'getBookinfo(8165193)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100006', pId:'0000100001', name:'雙盤離合器裝配圖.dwg (153KB)', click:'getBookinfo(8165194)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100007', pId:'0000100001', name:'摩擦片1.dwg (85KB)', click:'getBookinfo(8165195)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100008', pId:'0000100001', name:'摩擦片2.dwg (86KB)', click:'getBookinfo(8165196)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100002', pId:'00001', name:'中期報(bào)告.doc (279KB)', click:'getBookinfo(8165197)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100003', pId:'00001', name:'開題報(bào)告.doc (200KB)', click:'getBookinfo(8165198)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100004', pId:'00001', name:'畢業(yè)論文.doc (474KB)', click:'getBookinfo(8165199)', icon:'/Images/filetype/DOC16.PNG'}]; var zNodes2 = [{ id:'1', pId:'0', name:'中型履帶車輛用雙盤離合器的設(shè)計(jì).zip', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'000010000100002', pId:'0000100001', name:'從動盤.dwg',url:'http://m.facezit.com/p-8165190.html', target:'_blank' },{ id:'000010000100003', pId:'0000100001', name:'從動盤總成.dwg',url:'http://m.facezit.com/p-8165191.html', target:'_blank' },{ id:'000010000100004', pId:'0000100001', name:'從動盤轂.dwg',url:'http://m.facezit.com/p-8165192.html', target:'_blank' },{ id:'000010000100005', pId:'0000100001', name:'壓盤.dwg',url:'http://m.facezit.com/p-8165193.html', target:'_blank' },{ id:'000010000100006', pId:'0000100001', name:'雙盤離合器裝配圖.dwg',url:'http://m.facezit.com/p-8165194.html', target:'_blank' },{ id:'000010000100007', pId:'0000100001', name:'摩擦片1.dwg',url:'http://m.facezit.com/p-8165195.html', target:'_blank' },{ id:'000010000100008', pId:'0000100001', name:'摩擦片2.dwg',url:'http://m.facezit.com/p-8165196.html', target:'_blank' },{ id:'0000100002', pId:'00001', name:'中期報(bào)告.doc',url:'http://m.facezit.com/p-8165197.html', target:'_blank' },{ id:'0000100003', pId:'00001', name:'開題報(bào)告.doc',url:'http://m.facezit.com/p-8165198.html', target:'_blank' },{ id:'0000100004', pId:'00001', name:'畢業(yè)論文.doc',url:'http://m.facezit.com/p-8165199.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 = '3526095'; 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ù)錯(cuò)誤請刷新重試!"); } } $(function(){ $(document).bind("contextmenu",function(e){ return false; }); });