'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'蓋板沖孔落料彎曲復(fù)合模具設(shè)計.zip', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'A1-裝配圖.dwg (108KB)', click:'getBookinfo(8111615)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00002', pId:'1', name:'上墊板.dwg (35KB)', click:'getBookinfo(8111616)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00003', pId:'1', name:'上模座.dwg (39KB)', click:'getBookinfo(8111617)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00004', pId:'1', name:'下模座.dwg (47KB)', click:'getBookinfo(8111618)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00005', pId:'1', name:'沖孔凸模.dwg (33KB)', click:'getBookinfo(8111619)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00006', pId:'1', name:'凸凹模.dwg (35KB)', click:'getBookinfo(8111620)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00007', pId:'1', name:'凸模固定板.dwg (37KB)', click:'getBookinfo(8111621)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00008', pId:'1', name:'凹模墊塊.dwg (34KB)', click:'getBookinfo(8111622)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00009', pId:'1', name:'前言摘要.doc (17KB)', click:'getBookinfo(8111623)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00010', pId:'1', name:'卸料板.dwg (35KB)', click:'getBookinfo(8111624)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00011', pId:'1', name:'壓料板.dwg (33KB)', click:'getBookinfo(8111625)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00012', pId:'1', name:'工件圖-蓋板沖孔落料彎曲復(fù)合模具設(shè)計.dwg (64KB)', click:'getBookinfo(8111626)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00013', pId:'1', name:'彎曲凸模.dwg (36KB)', click:'getBookinfo(8111627)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00014', pId:'1', name:'落料凹模.dwg (37KB)', click:'getBookinfo(8111628)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00015', pId:'1', name:'說明書.doc (685KB)', click:'getBookinfo(8111629)', icon:'/Images/filetype/DOC16.PNG'}]; var zNodes2 = [{ id:'1', pId:'0', name:'蓋板沖孔落料彎曲復(fù)合模具設(shè)計.zip', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'A1-裝配圖.dwg',url:'http://m.facezit.com/p-8111615.html', target:'_blank' },{ id:'00002', pId:'1', name:'上墊板.dwg',url:'http://m.facezit.com/p-8111616.html', target:'_blank' },{ id:'00003', pId:'1', name:'上模座.dwg',url:'http://m.facezit.com/p-8111617.html', target:'_blank' },{ id:'00004', pId:'1', name:'下模座.dwg',url:'http://m.facezit.com/p-8111618.html', target:'_blank' },{ id:'00005', pId:'1', name:'沖孔凸模.dwg',url:'http://m.facezit.com/p-8111619.html', target:'_blank' },{ id:'00006', pId:'1', name:'凸凹模.dwg',url:'http://m.facezit.com/p-8111620.html', target:'_blank' },{ id:'00007', pId:'1', name:'凸模固定板.dwg',url:'http://m.facezit.com/p-8111621.html', target:'_blank' },{ id:'00008', pId:'1', name:'凹模墊塊.dwg',url:'http://m.facezit.com/p-8111622.html', target:'_blank' },{ id:'00009', pId:'1', name:'前言摘要.doc',url:'http://m.facezit.com/p-8111623.html', target:'_blank' },{ id:'00010', pId:'1', name:'卸料板.dwg',url:'http://m.facezit.com/p-8111624.html', target:'_blank' },{ id:'00011', pId:'1', name:'壓料板.dwg',url:'http://m.facezit.com/p-8111625.html', target:'_blank' },{ id:'00012', pId:'1', name:'工件圖-蓋板沖孔落料彎曲復(fù)合模具設(shè)計.dwg',url:'http://m.facezit.com/p-8111626.html', target:'_blank' },{ id:'00013', pId:'1', name:'彎曲凸模.dwg',url:'http://m.facezit.com/p-8111627.html', target:'_blank' },{ id:'00014', pId:'1', name:'落料凹模.dwg',url:'http://m.facezit.com/p-8111628.html', target:'_blank' },{ id:'00015', pId:'1', name:'說明書.doc',url:'http://m.facezit.com/p-8111629.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 = '3527816'; 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; }); });