'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'130i型電刷級(jí)進(jìn)模設(shè)計(jì).zip', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'130I型電刷級(jí)進(jìn)模設(shè)計(jì) (包含14個(gè)文件)', },{ id:'0000100001', pId:'00001', name:'0-0-0-1.dwg (1049KB)', click:'getBookinfo(8706311)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100002', pId:'00001', name:'10凸模墊板.dwg (523KB)', click:'getBookinfo(8706312)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100003', pId:'00001', name:'20切邊凸模.dwg (78KB)', click:'getBookinfo(8706313)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100004', pId:'00001', name:'21凹模板.dwg (94KB)', click:'getBookinfo(8706314)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100005', pId:'00001', name:'lingjiantu_3wei-2.dwg (41KB)', click:'getBookinfo(8706315)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100006', pId:'00001', name:'lingjiantu_3wei.dwg (46KB)', click:'getBookinfo(8706316)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100007', pId:'00001', name:'引線順.dwg (25KB)', click:'getBookinfo(8706317)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100008', pId:'00001', name:'斜排排樣圖.111.dwg (88KB)', click:'getBookinfo(8706318)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100009', pId:'00001', name:'模具裝配圖2.dwg (272KB)', click:'getBookinfo(8706319)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100010', pId:'00001', name:'模具裝配圖3.dwg (408KB)', click:'getBookinfo(8706320)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100011', pId:'00001', name:'模具裝配圖_recover.dwg (268KB)', click:'getBookinfo(8706321)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100012', pId:'00001', name:'直排排樣圖.dwg (199KB)', click:'getBookinfo(8706322)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100013', pId:'00001', name:'零件展開圖.dwg (103KB)', click:'getBookinfo(8706323)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100014', pId:'00001', name:'零件展開圖_recover.dwg (59KB)', click:'getBookinfo(8706324)', icon:'/Images/filetype/DOC16.PNG'}]; var zNodes2 = [{ id:'1', pId:'0', name:'130i型電刷級(jí)進(jìn)模設(shè)計(jì).zip', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'0000100001', pId:'00001', name:'0-0-0-1.dwg',url:'http://m.facezit.com/p-8706311.html', target:'_blank' },{ id:'0000100002', pId:'00001', name:'10凸模墊板.dwg',url:'http://m.facezit.com/p-8706312.html', target:'_blank' },{ id:'0000100003', pId:'00001', name:'20切邊凸模.dwg',url:'http://m.facezit.com/p-8706313.html', target:'_blank' },{ id:'0000100004', pId:'00001', name:'21凹模板.dwg',url:'http://m.facezit.com/p-8706314.html', target:'_blank' },{ id:'0000100005', pId:'00001', name:'lingjiantu_3wei-2.dwg',url:'http://m.facezit.com/p-8706315.html', target:'_blank' },{ id:'0000100006', pId:'00001', name:'lingjiantu_3wei.dwg',url:'http://m.facezit.com/p-8706316.html', target:'_blank' },{ id:'0000100007', pId:'00001', name:'引線順.dwg',url:'http://m.facezit.com/p-8706317.html', target:'_blank' },{ id:'0000100008', pId:'00001', name:'斜排排樣圖.111.dwg',url:'http://m.facezit.com/p-8706318.html', target:'_blank' },{ id:'0000100009', pId:'00001', name:'模具裝配圖2.dwg',url:'http://m.facezit.com/p-8706319.html', target:'_blank' },{ id:'0000100010', pId:'00001', name:'模具裝配圖3.dwg',url:'http://m.facezit.com/p-8706320.html', target:'_blank' },{ id:'0000100011', pId:'00001', name:'模具裝配圖_recover.dwg',url:'http://m.facezit.com/p-8706321.html', target:'_blank' },{ id:'0000100012', pId:'00001', name:'直排排樣圖.dwg',url:'http://m.facezit.com/p-8706322.html', target:'_blank' },{ id:'0000100013', pId:'00001', name:'零件展開圖.dwg',url:'http://m.facezit.com/p-8706323.html', target:'_blank' },{ id:'0000100014', pId:'00001', name:'零件展開圖_recover.dwg',url:'http://m.facezit.com/p-8706324.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("請(qǐng)登錄!");window.location.href='login.aspx'; } } function saveJuBao() { var bookid = '3433182'; 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("您的舉報(bào)提交成功"); } else { $("#jubaoResponse h4").html("您的舉報(bào)提交失敗"); } } }); } else { alert("請(qǐng)選擇投訴類型或者數(shù)據(jù)錯(cuò)誤請(qǐng)刷新重試!"); } } $(function(){ $(document).bind("contextmenu",function(e){ return false; }); });
copyright@ 2011-2023 聯(lián)系方式qq:9411152
本站所有資料均屬于原創(chuàng)者所有,僅提供參考和學(xué)習(xí)交流之用,請(qǐng)勿用做其他用途,轉(zhuǎn)載必究!如有侵犯您的權(quán)利請(qǐng)聯(lián)系本站,一經(jīng)查實(shí)我們會(huì)立即刪除相關(guān)內(nèi)容!