'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'機械手設計.zip', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'機械手設計 (包含14個文件)', },{ id:'0000100001', pId:'00001', name:'內容截圖 (包含0個文件)', },{ id:'0000100002', pId:'00001', name:'PLC接線圖A1.dwg (71KB)', click:'getBookinfo(8542768)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100003', pId:'00001', name:'PLC接線圖A1.JPG (65KB)', click:'getBookinfo(8542769)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100004', pId:'00001', name:'手爪A2.dwg (80KB)', click:'getBookinfo(8542770)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100005', pId:'00001', name:'整體裝配圖A0.dwg (185KB)', click:'getBookinfo(8542771)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100006', pId:'00001', name:'整體裝配圖A0.JPG (78KB)', click:'getBookinfo(8542772)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100007', pId:'00001', name:'朱巖巖開題報告.doc (51KB)', click:'getBookinfo(8542773)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100008', pId:'00001', name:'機械手手臂聯(lián)結座A2.dwg (56KB)', click:'getBookinfo(8542774)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100009', pId:'00001', name:'機械手設計論文.doc (822KB)', click:'getBookinfo(8542775)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100010', pId:'00001', name:'液壓系統(tǒng)圖A1.dwg (74KB)', click:'getBookinfo(8542776)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100011', pId:'00001', name:'液壓系統(tǒng)圖A1.JPG (58KB)', click:'getBookinfo(8542777)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100012', pId:'00001', name:'腰部結構圖A1.dwg (71KB)', click:'getBookinfo(8542778)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100013', pId:'00001', name:'說明書(論文)目錄.doc (30KB)', click:'getBookinfo(8542779)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100014', pId:'00001', name:'豆豆圖紙—無須賬號免費下載,3D模型下載,CAD圖紙下載,畢業(yè)設計資料下載,別墅圖紙,設計服務.url (0KB)', }]; var zNodes2 = [{ id:'1', pId:'0', name:'機械手設計.zip', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'0000100002', pId:'00001', name:'PLC接線圖A1.dwg',url:'http://www.nydnatest.com/p-8542768.html', target:'_blank' },{ id:'0000100003', pId:'00001', name:'PLC接線圖A1.JPG',url:'http://www.nydnatest.com/p-8542769.html', target:'_blank' },{ id:'0000100004', pId:'00001', name:'手爪A2.dwg',url:'http://www.nydnatest.com/p-8542770.html', target:'_blank' },{ id:'0000100005', pId:'00001', name:'整體裝配圖A0.dwg',url:'http://www.nydnatest.com/p-8542771.html', target:'_blank' },{ id:'0000100006', pId:'00001', name:'整體裝配圖A0.JPG',url:'http://www.nydnatest.com/p-8542772.html', target:'_blank' },{ id:'0000100007', pId:'00001', name:'朱巖巖開題報告.doc',url:'http://www.nydnatest.com/p-8542773.html', target:'_blank' },{ id:'0000100008', pId:'00001', name:'機械手手臂聯(lián)結座A2.dwg',url:'http://www.nydnatest.com/p-8542774.html', target:'_blank' },{ id:'0000100009', pId:'00001', name:'機械手設計論文.doc',url:'http://www.nydnatest.com/p-8542775.html', target:'_blank' },{ id:'0000100010', pId:'00001', name:'液壓系統(tǒng)圖A1.dwg',url:'http://www.nydnatest.com/p-8542776.html', target:'_blank' },{ id:'0000100011', pId:'00001', name:'液壓系統(tǒng)圖A1.JPG',url:'http://www.nydnatest.com/p-8542777.html', target:'_blank' },{ id:'0000100012', pId:'00001', name:'腰部結構圖A1.dwg',url:'http://www.nydnatest.com/p-8542778.html', target:'_blank' },{ id:'0000100013', pId:'00001', name:'說明書(論文)目錄.doc',url:'http://www.nydnatest.com/p-8542779.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 = '7263062'; 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("請選擇投訴類型或者數據錯誤請刷新重試!"); } } $(function(){ $(document).bind("contextmenu",function(e){ return false; }); });