'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'盒形件落料拉深模設(shè)計.rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'盒形件落料拉深模設(shè)計 (包含14個文件)', },{ id:'0000100001', pId:'00001', name:'盒形件落料拉深模設(shè)計 (包含13個文件)', },{ id:'000010000100001', pId:'0000100001', name:'盒形件落料拉深模設(shè)計 (包含6個文件)', },{ id:'00001000010000100001', pId:'000010000100001', name:'圖 (包含4個文件)', },{ id:'0000100001000010000100001', pId:'00001000010000100001', name:'Drawing1.dwg (36KB)', click:'getBookinfo(8747286)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100001000010000100002', pId:'00001000010000100001', name:'凸凹模.dwg (53KB)', click:'getBookinfo(8747287)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100001000010000100003', pId:'00001000010000100001', name:'凹.dwg (72KB)', click:'getBookinfo(8747288)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100001000010000100004', pId:'00001000010000100001', name:'拉深凸模.dwg (49KB)', click:'getBookinfo(8747289)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00001000010000100002', pId:'000010000100001', name:'畢業(yè)設(shè)計論文.doc (518KB)', click:'getBookinfo(8747290)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100002', pId:'0000100001', name:'Drawing1.png (6KB)', click:'getBookinfo(8747291)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100003', pId:'0000100001', name:'內(nèi)容.png (38KB)', click:'getBookinfo(8747292)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100004', pId:'0000100001', name:'凸凹模.png (14KB)', click:'getBookinfo(8747293)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100005', pId:'0000100001', name:'拉深凸模.png (8KB)', click:'getBookinfo(8747294)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100006', pId:'0000100001', name:'摘要.png (28KB)', click:'getBookinfo(8747295)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000100007', pId:'0000100001', name:'目錄.png (25KB)', click:'getBookinfo(8747296)', icon:'/Images/filetype/DOC16.PNG'}]; var zNodes2 = [{ id:'1', pId:'0', name:'盒形件落料拉深模設(shè)計.rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'0000100001000010000100001', pId:'00001000010000100001', name:'Drawing1.dwg',url:'http://m.facezit.com/p-8747286.html', target:'_blank' },{ id:'0000100001000010000100002', pId:'00001000010000100001', name:'凸凹模.dwg',url:'http://m.facezit.com/p-8747287.html', target:'_blank' },{ id:'0000100001000010000100003', pId:'00001000010000100001', name:'凹.dwg',url:'http://m.facezit.com/p-8747288.html', target:'_blank' },{ id:'0000100001000010000100004', pId:'00001000010000100001', name:'拉深凸模.dwg',url:'http://m.facezit.com/p-8747289.html', target:'_blank' },{ id:'00001000010000100002', pId:'000010000100001', name:'畢業(yè)設(shè)計論文.doc',url:'http://m.facezit.com/p-8747290.html', target:'_blank' },{ id:'000010000100002', pId:'0000100001', name:'Drawing1.png',url:'http://m.facezit.com/p-8747291.html', target:'_blank' },{ id:'000010000100003', pId:'0000100001', name:'內(nèi)容.png',url:'http://m.facezit.com/p-8747292.html', target:'_blank' },{ id:'000010000100004', pId:'0000100001', name:'凸凹模.png',url:'http://m.facezit.com/p-8747293.html', target:'_blank' },{ id:'000010000100005', pId:'0000100001', name:'拉深凸模.png',url:'http://m.facezit.com/p-8747294.html', target:'_blank' },{ id:'000010000100006', pId:'0000100001', name:'摘要.png',url:'http://m.facezit.com/p-8747295.html', target:'_blank' },{ id:'000010000100007', pId:'0000100001', name:'目錄.png',url:'http://m.facezit.com/p-8747296.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 = '3687826'; 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; }); });