'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'下軸的工藝及夾具設(shè)計(jì)【銑16開口槽】【三維sw】【含cad圖紙畢業(yè)論文】【機(jī)械原創(chuàng)設(shè)計(jì)】.rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'077.STP (1743KB)', },{ id:'00002', pId:'1', name:'262.prt (312KB)', },{ id:'00003', pId:'1', name:'262.sldprt (239KB)', },{ id:'00004', pId:'1', name:'26213663.prt (188KB)', },{ id:'00005', pId:'1', name:'262asm.prt (184KB)', },{ id:'00006', pId:'1', name:'dingweijian.prt (204KB)', },{ id:'00007', pId:'1', name:'dingweijian.sldprt (100KB)', },{ id:'00008', pId:'1', name:'dingweijian13633.prt (148KB)', },{ id:'00009', pId:'1', name:'double end studs bm=1d gb.sldprt (396KB)', },{ id:'00010', pId:'1', name:'Double end studs bm_1d GB_GB_FASTENER_BOLT_DESB1 A M8X45-N.prt (152KB)', },{ id:'00011', pId:'1', name:'Double end studs bm_1d GB_GB_FASTENER_BOLT_DESB1 A M8X60-N.prt (152KB)', },{ id:'00012', pId:'1', name:'duidaokuai.prt (220KB)', },{ id:'00013', pId:'1', name:'duidaokuai.sldprt (165KB)', },{ id:'00014', pId:'1', name:'duidaokuai13684.prt (152KB)', },{ id:'00015', pId:'1', name:'Hexagon nuts grade C GB.SLDPRT (477KB)', },{ id:'00016', pId:'1', name:'Hexagon nuts grade C GB_GB_FASTENER_NUT_SNC1 M8-N.prt (152KB)', },{ id:'00017', pId:'1', name:'Hexagon socket head cap screws GB_GB_FASTENER_SCREWS_HSHCS M2X5-N.prt (164KB)', },{ id:'00018', pId:'1', name:'Hexagon socket head cap screws GB_GB_FASTENER_SCREWS_HSHCS M4X6-N.prt (164KB)', },{ id:'00019', pId:'1', name:'jiajuti.prt (580KB)', },{ id:'00020', pId:'1', name:'jiajuti.sldprt (222KB)', },{ id:'00021', pId:'1', name:'jiajuti13718.prt (268KB)', },{ id:'00022', pId:'1', name:'parallel pins hardening steel gb.sldprt (215KB)', },{ id:'00023', pId:'1', name:'Parallel pins Hardening Steel GB_GB_CONNECTING_PIECE_PIN_DP 5X12.prt (140KB)', },{ id:'00024', pId:'1', name:'Parallel pins Hardening Steel GB_GB_CONNECTING_PIECE_PIN_DP 5X16.prt (140KB)', },{ id:'00025', pId:'1', name:'Parallel pins Unhardening Steel GB_GB_CONNECTING_PIECE_PIN_PPUS 5X16.prt (140KB)', },{ id:'00026', pId:'1', name:'tanhuang.prt (296KB)', },{ id:'00027', pId:'1', name:'tanhuang.SLDPRT (498KB)', },{ id:'00028', pId:'1', name:'V.prt (232KB)', },{ id:'00029', pId:'1', name:'V.sldprt (112KB)', },{ id:'00030', pId:'1', name:'V13650.prt (164KB)', },{ id:'00031', pId:'1', name:'yaban.prt (228KB)', },{ id:'00032', pId:'1', name:'yaban.sldprt (102KB)', },{ id:'00033', pId:'1', name:'yaban13545.prt (148KB)', },{ id:'00034', pId:'1', name:'zhizhuo2.prt (264KB)', },{ id:'00035', pId:'1', name:'zhizhuo2.sldprt (115KB)', },{ id:'00036', pId:'1', name:'zhizhuo213670.prt (156KB)', },{ id:'00037', pId:'1', name:'zhizuo.prt (232KB)', },{ id:'00038', pId:'1', name:'zhizuo.sldprt (111KB)', },{ id:'00039', pId:'1', name:'zhizuo13678.prt (156KB)', },{ id:'00040', pId:'1', name:'夾具體.SLDPRT (391KB)', },{ id:'00041', pId:'1', name:'定位鍵.sldprt (76KB)', },{ id:'00042', pId:'1', name:'對刀塊.sldprt (86KB)', },{ id:'00043', pId:'1', name:'底軸連件.SLDPRT (158KB)', },{ id:'00044', pId:'1', name:'立柱.sldprt (128KB)', },{ id:'00045', pId:'1', name:'立柱1.sldprt (131KB)', },{ id:'00046', pId:'1', name:'銑16槽夾具設(shè)計(jì).SLDASM (926KB)', }]; var zNodes2 = [{ id:'1', pId:'0', name:'下軸的工藝及夾具設(shè)計(jì)【銑16開口槽】【三維sw】【含cad圖紙畢業(yè)論文】【機(jī)械原創(chuàng)設(shè)計(jì)】.rar', 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 = '7256943'; 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ù)錯(cuò)誤請刷新重試!"); } } $(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)容!