'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'法蘭盤加工的回轉(zhuǎn)工作臺設(shè)計(jì).rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'法蘭盤加工的回轉(zhuǎn)工作臺設(shè)計(jì) (包含13個文件)', },{ id:'0000100001', pId:'00001', name:'開題報(bào)告 (包含2個文件)', },{ id:'000010000100001', pId:'0000100001', name:'法蘭盤加工的回轉(zhuǎn)工作臺設(shè)計(jì)開題報(bào)告.doc (37KB)', click:'getBookinfo(8699399)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100002', pId:'0000100001', name:'法蘭盤答辯提綱.ppt (106KB)', click:'getBookinfo(8699400)', icon:'/Images/filetype/PPT16.PNG'},{ id:'0000100002', pId:'00001', name:'三.doc (259KB)', click:'getBookinfo(8699401)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100003', pId:'00001', name:'工作臺計(jì)算.doc (218KB)', click:'getBookinfo(8699402)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100004', pId:'00001', name:'總裝圖.dwg (151KB)', click:'getBookinfo(8699403)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100005', pId:'00001', name:'總裝圖與電路圖..dwg (398KB)', click:'getBookinfo(8699404)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100006', pId:'00001', name:'總裝圖與電路圖.dwg (206KB)', click:'getBookinfo(8699405)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100007', pId:'00001', name:'機(jī)輪.dwg (255KB)', click:'getBookinfo(8699406)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100008', pId:'00001', name:'法蘭盤加工的回轉(zhuǎn)工作臺設(shè)計(jì).doc (327KB)', click:'getBookinfo(8699407)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100009', pId:'00001', name:'法蘭盤設(shè)計(jì)英文摘要.doc (21KB)', click:'getBookinfo(8699408)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100010', pId:'00001', name:'箱體..dwg (72KB)', click:'getBookinfo(8699409)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100011', pId:'00001', name:'箱體.dwg (58KB)', click:'getBookinfo(8699410)', icon:'/Images/filetype/DOC16.PNG'}]; var zNodes2 = [{ id:'1', pId:'0', name:'法蘭盤加工的回轉(zhuǎn)工作臺設(shè)計(jì).rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'000010000100001', pId:'0000100001', name:'法蘭盤加工的回轉(zhuǎn)工作臺設(shè)計(jì)開題報(bào)告.doc',url:'http://www.nydnatest.com/p-8699399.html', target:'_blank' },{ id:'000010000100002', pId:'0000100001', name:'法蘭盤答辯提綱.ppt',url:'http://www.nydnatest.com/p-8699400.html', target:'_blank' },{ id:'0000100002', pId:'00001', name:'三.doc',url:'http://www.nydnatest.com/p-8699401.html', target:'_blank' },{ id:'0000100003', pId:'00001', name:'工作臺計(jì)算.doc',url:'http://www.nydnatest.com/p-8699402.html', target:'_blank' },{ id:'0000100004', pId:'00001', name:'總裝圖.dwg',url:'http://www.nydnatest.com/p-8699403.html', target:'_blank' },{ id:'0000100005', pId:'00001', name:'總裝圖與電路圖..dwg',url:'http://www.nydnatest.com/p-8699404.html', target:'_blank' },{ id:'0000100006', pId:'00001', name:'總裝圖與電路圖.dwg',url:'http://www.nydnatest.com/p-8699405.html', target:'_blank' },{ id:'0000100007', pId:'00001', name:'機(jī)輪.dwg',url:'http://www.nydnatest.com/p-8699406.html', target:'_blank' },{ id:'0000100008', pId:'00001', name:'法蘭盤加工的回轉(zhuǎn)工作臺設(shè)計(jì).doc',url:'http://www.nydnatest.com/p-8699407.html', target:'_blank' },{ id:'0000100009', pId:'00001', name:'法蘭盤設(shè)計(jì)英文摘要.doc',url:'http://www.nydnatest.com/p-8699408.html', target:'_blank' },{ id:'0000100010', pId:'00001', name:'箱體..dwg',url:'http://www.nydnatest.com/p-8699409.html', target:'_blank' },{ id:'0000100011', pId:'00001', name:'箱體.dwg',url:'http://www.nydnatest.com/p-8699410.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 = '3422166'; 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; }); });