'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'帶式輸送機齒輪滾筒設計.rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'帶式輸送機齒輪滾筒設計 (包含26個文件)', },{ id:'0000100001', pId:'00001', name:'CT00.exb (235KB)', },{ id:'0000100002', pId:'00001', name:'std.err (12KB)', },{ id:'0000100003', pId:'00001', name:'std.out (1KB)', },{ id:'0000100004', pId:'00001', name:'trail.txt.1 (2KB)', },{ id:'0000100005', pId:'00001', name:'trail.txt.2 (2KB)', },{ id:'0000100006', pId:'00001', name:'trail.txt.3 (0KB)', },{ id:'0000100007', pId:'00001', name:'trail.txt.4 (1KB)', },{ id:'0000100008', pId:'00001', name:'內齒圈.exb (46KB)', },{ id:'0000100009', pId:'00001', name:'攪油板.exb (18KB)', },{ id:'0000100010', pId:'00001', name:'支撐架.exb (75KB)', },{ id:'0000100011', pId:'00001', name:'支撐軸.exb (82KB)', },{ id:'0000100012', pId:'00001', name:'油堵墊.exb (20KB)', },{ id:'0000100013', pId:'00001', name:'滾筒體.exb (78KB)', },{ id:'0000100014', pId:'00001', name:'滾筒減速器.exb (210KB)', },{ id:'0000100015', pId:'00001', name:'滾筒壁及其展開圖.exb (29KB)', },{ id:'0000100016', pId:'00001', name:'空心軸.exb (49KB)', },{ id:'0000100017', pId:'00001', name:'筒轂.bak (26KB)', },{ id:'0000100018', pId:'00001', name:'筒轂.exb (28KB)', },{ id:'0000100019', pId:'00001', name:'肋板.exb (19KB)', },{ id:'0000100020', pId:'00001', name:'要求.txt (1KB)', click:'getBookinfo(8528619)', icon:'/Images/filetype/TXT16.PNG'},{ id:'0000100021', pId:'00001', name:'軸承座.exb (26KB)', },{ id:'0000100022', pId:'00001', name:'輻板.exb (22KB)', },{ id:'0000100023', pId:'00001', name:'輸入軸.exb (69KB)', },{ id:'0000100024', pId:'00001', name:'齒輪1.exb (44KB)', },{ id:'0000100025', pId:'00001', name:'齒輪2.dwg (57KB)', click:'getBookinfo(8528620)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100026', pId:'00001', name:'齒輪軸.exb (71KB)', }]; var zNodes2 = [{ id:'1', pId:'0', name:'帶式輸送機齒輪滾筒設計.rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'0000100020', pId:'00001', name:'要求.txt',url:'http://m.facezit.com/p-8528619.html', target:'_blank' },{ id:'0000100025', pId:'00001', name:'齒輪2.dwg',url:'http://m.facezit.com/p-8528620.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 = '7260908'; 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; }); });