'; } $("#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:'新建文件夾 (包含34個文件)', },{ id:'0000100001', pId:'00001', name:'000_ASM.sldasm (110KB)', },{ id:'0000100002', pId:'00001', name:'1.sldprt (64KB)', },{ id:'0000100003', pId:'00001', name:'2.sldprt (55KB)', },{ id:'0000100004', pId:'00001', name:'3.sldprt (64KB)', },{ id:'0000100005', pId:'00001', name:'4.sldprt (64KB)', },{ id:'0000100006', pId:'00001', name:'5.sldprt (55KB)', },{ id:'0000100007', pId:'00001', name:'6.sldprt (56KB)', },{ id:'0000100008', pId:'00001', name:'BANSHOU.sldprt (61KB)', },{ id:'0000100009', pId:'00001', name:'DAOGAN.sldprt (50KB)', },{ id:'0000100010', pId:'00001', name:'DIBAN-QG.sldprt (54KB)', },{ id:'0000100011', pId:'00001', name:'FBAB6-35-10.sldprt (56KB)', },{ id:'0000100012', pId:'00001', name:'JIAJU.sldprt (66KB)', },{ id:'0000100013', pId:'00001', name:'JIEBAN.sldprt (84KB)', },{ id:'0000100014', pId:'00001', name:'LHBB10_ASM.sldasm (110KB)', },{ id:'0000100015', pId:'00001', name:'MC04-2L_AF0_ASM.sldasm (123KB)', },{ id:'0000100016', pId:'00001', name:'MC04-2L_AF1_ASM.sldasm (123KB)', },{ id:'0000100017', pId:'00001', name:'MX.sldprt (547KB)', },{ id:'0000100018', pId:'00001', name:'PRT0001.sldprt (118KB)', },{ id:'0000100019', pId:'00001', name:'PRT0002.sldprt (59KB)', },{ id:'0000100020', pId:'00001', name:'PRT0007.sldprt (74KB)', },{ id:'0000100021', pId:'00001', name:'PRT0008.sldprt (57KB)', },{ id:'0000100022', pId:'00001', name:'PRT0009.sldprt (67KB)', },{ id:'0000100023', pId:'00001', name:'PRT0010.sldprt (57KB)', },{ id:'0000100024', pId:'00001', name:'PRT0011.sldprt (51KB)', },{ id:'0000100025', pId:'00001', name:'PRT0012.sldprt (58KB)', },{ id:'0000100026', pId:'00001', name:'PRT0013.sldprt (58KB)', },{ id:'0000100027', pId:'00001', name:'PRT0014.sldprt (57KB)', },{ id:'0000100028', pId:'00001', name:'PRT0015.sldprt (95KB)', },{ id:'0000100029', pId:'00001', name:'SSLBNR6.sldprt (58KB)', },{ id:'0000100030', pId:'00001', name:'STHRBT10M.sldprt (56KB)', },{ id:'0000100031', pId:'00001', name:'TAIMIAN.sldprt (51KB)', },{ id:'0000100032', pId:'00001', name:'TN-10X50-S_0__ASM.sldasm (118KB)', },{ id:'0000100033', pId:'00001', name:'XIAMO.sldprt (59KB)', },{ id:'0000100034', pId:'00001', name:'組裝-壓合.SLDASM (964KB)', }]; var zNodes2 = [{ id:'1', pId:'0', name:'組裝壓合機.zip', open:true, icon:'/Images/filetype/RAR16.PNG'}]; $(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 = '7266543'; 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; }); });