'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'【zs精品】無鏈條自行車的設(shè)計(jì)全套含cad圖紙.rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'傳動系統(tǒng).dwg (269KB)', click:'getBookinfo(8478997)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00002', pId:'1', name:'傳動軸3改進(jìn)1.dwg (267KB)', click:'getBookinfo(8478998)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00003', pId:'1', name:'剎車裝配體.dwg (74KB)', click:'getBookinfo(8478999)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00004', pId:'1', name:'前輪裝配體.dwg (77KB)', click:'getBookinfo(8479000)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00005', pId:'1', name:'變速箱上箱體.dwg (85KB)', click:'getBookinfo(8479001)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00006', pId:'1', name:'變速箱下箱體.dwg (81KB)', click:'getBookinfo(8479002)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00007', pId:'1', name:'變速箱裝配最終版.dwg (264KB)', click:'getBookinfo(8479003)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00008', pId:'1', name:'后支架修改.dwg (111KB)', click:'getBookinfo(8479004)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00009', pId:'1', name:'總裝圖.dwg (323KB)', click:'getBookinfo(8479005)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00010', pId:'1', name:'摘要目錄.doc (53KB)', click:'getBookinfo(8479006)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00011', pId:'1', name:'無鏈條自行車的設(shè)計(jì).doc (545KB)', click:'getBookinfo(8479007)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00012', pId:'1', name:'花鍵軸.dwg (75KB)', click:'getBookinfo(8479008)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00013', pId:'1', name:'設(shè)計(jì)說明書.doc (442KB)', click:'getBookinfo(8479009)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00014', pId:'1', name:'車把手部分裝配圖.dwg (79KB)', click:'getBookinfo(8479010)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00015', pId:'1', name:'齒輪軸.dwg (78KB)', click:'getBookinfo(8479011)', icon:'/Images/filetype/DOC16.PNG'}]; var zNodes2 = [{ id:'1', pId:'0', name:'【zs精品】無鏈條自行車的設(shè)計(jì)全套含cad圖紙.rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'傳動系統(tǒng).dwg',url:'http://m.facezit.com/p-8478997.html', target:'_blank' },{ id:'00002', pId:'1', name:'傳動軸3改進(jìn)1.dwg',url:'http://m.facezit.com/p-8478998.html', target:'_blank' },{ id:'00003', pId:'1', name:'剎車裝配體.dwg',url:'http://m.facezit.com/p-8478999.html', target:'_blank' },{ id:'00004', pId:'1', name:'前輪裝配體.dwg',url:'http://m.facezit.com/p-8479000.html', target:'_blank' },{ id:'00005', pId:'1', name:'變速箱上箱體.dwg',url:'http://m.facezit.com/p-8479001.html', target:'_blank' },{ id:'00006', pId:'1', name:'變速箱下箱體.dwg',url:'http://m.facezit.com/p-8479002.html', target:'_blank' },{ id:'00007', pId:'1', name:'變速箱裝配最終版.dwg',url:'http://m.facezit.com/p-8479003.html', target:'_blank' },{ id:'00008', pId:'1', name:'后支架修改.dwg',url:'http://m.facezit.com/p-8479004.html', target:'_blank' },{ id:'00009', pId:'1', name:'總裝圖.dwg',url:'http://m.facezit.com/p-8479005.html', target:'_blank' },{ id:'00010', pId:'1', name:'摘要目錄.doc',url:'http://m.facezit.com/p-8479006.html', target:'_blank' },{ id:'00011', pId:'1', name:'無鏈條自行車的設(shè)計(jì).doc',url:'http://m.facezit.com/p-8479007.html', target:'_blank' },{ id:'00012', pId:'1', name:'花鍵軸.dwg',url:'http://m.facezit.com/p-8479008.html', target:'_blank' },{ id:'00013', pId:'1', name:'設(shè)計(jì)說明書.doc',url:'http://m.facezit.com/p-8479009.html', target:'_blank' },{ id:'00014', pId:'1', name:'車把手部分裝配圖.dwg',url:'http://m.facezit.com/p-8479010.html', target:'_blank' },{ id:'00015', pId:'1', name:'齒輪軸.dwg',url:'http://m.facezit.com/p-8479011.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 = '7254999'; 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("請選擇投訴類型或者數(shù)據(jù)錯誤請刷新重試!"); } } $(function(){ $(document).bind("contextmenu",function(e){ return false; }); });
copyright@ 2011-2023 聯(lián)系方式qq:9411152
本站所有資料均屬于原創(chuàng)者所有,僅提供參考和學(xué)習(xí)交流之用,請勿用做其他用途,轉(zhuǎn)載必究!如有侵犯您的權(quán)利請聯(lián)系本站,一經(jīng)查實(shí)我們會立即刪除相關(guān)內(nèi)容!