'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'cd盒注塑模具設(shè)計.zip', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'CD盒注塑模具設(shè)計 (包含15個文件)', },{ id:'0000100001', pId:'00001', name:'CAD圖紙 (包含11個文件)', },{ id:'000010000100001', pId:'0000100001', name:'回 程 桿.dwg (31KB)', click:'getBookinfo(8163675)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100002', pId:'0000100001', name:'墊塊.dwg (28KB)', click:'getBookinfo(8163676)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100003', pId:'0000100001', name:'導套.dwg (31KB)', click:'getBookinfo(8163677)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100004', pId:'0000100001', name:'導柱.dwg (42KB)', click:'getBookinfo(8163678)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100005', pId:'0000100001', name:'工藝卡1.dwg (82KB)', click:'getBookinfo(8163679)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100006', pId:'0000100001', name:'工藝卡2.dwg (80KB)', click:'getBookinfo(8163680)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100007', pId:'0000100001', name:'工藝卡3.dwg (87KB)', click:'getBookinfo(8163681)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100008', pId:'0000100001', name:'澆 口 套.dwg (44KB)', click:'getBookinfo(8163682)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100009', pId:'0000100001', name:'裝配圖.dwg (110KB)', click:'getBookinfo(8163683)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100010', pId:'0000100001', name:'頂 桿 固 定 板.dwg (41KB)', click:'getBookinfo(8163684)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100011', pId:'0000100001', name:'頂 桿 墊 板.dwg (33KB)', click:'getBookinfo(8163685)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100002', pId:'00001', name:'CD盒注塑模具設(shè)計.doc (401KB)', click:'getBookinfo(8163686)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100003', pId:'00001', name:'內(nèi)容提要.doc (22KB)', click:'getBookinfo(8163687)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100004', pId:'00001', name:'目錄.doc (29KB)', click:'getBookinfo(8163688)', icon:'/Images/filetype/DOC16.PNG'}]; var zNodes2 = [{ id:'1', pId:'0', name:'cd盒注塑模具設(shè)計.zip', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'000010000100001', pId:'0000100001', name:'回 程 桿.dwg',url:'http://facezit.com/p-8163675.html', target:'_blank' },{ id:'000010000100002', pId:'0000100001', name:'墊塊.dwg',url:'http://facezit.com/p-8163676.html', target:'_blank' },{ id:'000010000100003', pId:'0000100001', name:'導套.dwg',url:'http://facezit.com/p-8163677.html', target:'_blank' },{ id:'000010000100004', pId:'0000100001', name:'導柱.dwg',url:'http://facezit.com/p-8163678.html', target:'_blank' },{ id:'000010000100005', pId:'0000100001', name:'工藝卡1.dwg',url:'http://facezit.com/p-8163679.html', target:'_blank' },{ id:'000010000100006', pId:'0000100001', name:'工藝卡2.dwg',url:'http://facezit.com/p-8163680.html', target:'_blank' },{ id:'000010000100007', pId:'0000100001', name:'工藝卡3.dwg',url:'http://facezit.com/p-8163681.html', target:'_blank' },{ id:'000010000100008', pId:'0000100001', name:'澆 口 套.dwg',url:'http://facezit.com/p-8163682.html', target:'_blank' },{ id:'000010000100009', pId:'0000100001', name:'裝配圖.dwg',url:'http://facezit.com/p-8163683.html', target:'_blank' },{ id:'000010000100010', pId:'0000100001', name:'頂 桿 固 定 板.dwg',url:'http://facezit.com/p-8163684.html', target:'_blank' },{ id:'000010000100011', pId:'0000100001', name:'頂 桿 墊 板.dwg',url:'http://facezit.com/p-8163685.html', target:'_blank' },{ id:'0000100002', pId:'00001', name:'CD盒注塑模具設(shè)計.doc',url:'http://facezit.com/p-8163686.html', target:'_blank' },{ id:'0000100003', pId:'00001', name:'內(nèi)容提要.doc',url:'http://facezit.com/p-8163687.html', target:'_blank' },{ id:'0000100004', pId:'00001', name:'目錄.doc',url:'http://facezit.com/p-8163688.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 = '3525945'; 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; }); });