'; } $("#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ì)【帶ug三維】【9張圖紙】【優(yōu)秀】.rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'A板(型芯固定板).dwg (49KB)', click:'getBookinfo(8121215)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00002', pId:'1', name:'B板(型腔固定板).dwg (50KB)', click:'getBookinfo(8121216)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00003', pId:'1', name:'UG三維圖.rar (2323KB)', click:'getBookinfo(8121217)', icon:'/Images/filetype/RAR16.PNG'},{ id:'00004', pId:'1', name:'公用壓塊.dwg (18KB)', click:'getBookinfo(8121218)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00005', pId:'1', name:'型腔加工工藝卡.doc (36KB)', click:'getBookinfo(8121219)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00006', pId:'1', name:'型芯.dwg (57KB)', click:'getBookinfo(8121220)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00007', pId:'1', name:'塑件圖.dwg (20KB)', click:'getBookinfo(8121221)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00008', pId:'1', name:'定位圈.dwg (16KB)', click:'getBookinfo(8121222)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00009', pId:'1', name:'掛套型芯型腔加工工藝卡.doc (28KB)', click:'getBookinfo(8121223)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00010', pId:'1', name:'掛套注塑模具設(shè)計(jì)說明書.doc (1164KB)', click:'getBookinfo(8121224)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00011', pId:'1', name:'綜述報(bào)告.doc (35KB)', click:'getBookinfo(8121225)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00012', pId:'1', name:'裝配圖.dwg (416KB)', click:'getBookinfo(8121226)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00013', pId:'1', name:'頂針底板.dwg (29KB)', click:'getBookinfo(8121227)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00014', pId:'1', name:'頂針面板.dwg (35KB)', click:'getBookinfo(8121228)', icon:'/Images/filetype/DOC16.PNG'}]; var zNodes2 = [{ id:'1', pId:'0', name:'掛套注塑模具設(shè)計(jì)【帶ug三維】【9張圖紙】【優(yōu)秀】.rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'A板(型芯固定板).dwg',url:'http://m.facezit.com/p-8121215.html', target:'_blank' },{ id:'00002', pId:'1', name:'B板(型腔固定板).dwg',url:'http://m.facezit.com/p-8121216.html', target:'_blank' },{ id:'00003', pId:'1', name:'UG三維圖.rar',url:'http://m.facezit.com/p-8121217.html', target:'_blank' },{ id:'00004', pId:'1', name:'公用壓塊.dwg',url:'http://m.facezit.com/p-8121218.html', target:'_blank' },{ id:'00005', pId:'1', name:'型腔加工工藝卡.doc',url:'http://m.facezit.com/p-8121219.html', target:'_blank' },{ id:'00006', pId:'1', name:'型芯.dwg',url:'http://m.facezit.com/p-8121220.html', target:'_blank' },{ id:'00007', pId:'1', name:'塑件圖.dwg',url:'http://m.facezit.com/p-8121221.html', target:'_blank' },{ id:'00008', pId:'1', name:'定位圈.dwg',url:'http://m.facezit.com/p-8121222.html', target:'_blank' },{ id:'00009', pId:'1', name:'掛套型芯型腔加工工藝卡.doc',url:'http://m.facezit.com/p-8121223.html', target:'_blank' },{ id:'00010', pId:'1', name:'掛套注塑模具設(shè)計(jì)說明書.doc',url:'http://m.facezit.com/p-8121224.html', target:'_blank' },{ id:'00011', pId:'1', name:'綜述報(bào)告.doc',url:'http://m.facezit.com/p-8121225.html', target:'_blank' },{ id:'00012', pId:'1', name:'裝配圖.dwg',url:'http://m.facezit.com/p-8121226.html', target:'_blank' },{ id:'00013', pId:'1', name:'頂針底板.dwg',url:'http://m.facezit.com/p-8121227.html', target:'_blank' },{ id:'00014', pId:'1', name:'頂針面板.dwg',url:'http://m.facezit.com/p-8121228.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 = '3523155'; 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)容!