var asideLeft=new Vue({el:"#asideLeft",data:{isCollapse:!1,isShow:!0,showTwo:!1,menuTwoActive:"",menuActive:"",hideSide:window.hideSide,fixedMap:{"/UserCenter/Recharge":["/UserCenter/Recharge","/UserCenter/Account","/UserCenter/AccountStatistics"],"/Coupon/My":["/Coupon"],"/UserCenter/Info":["/UserCenter/Info","/UserCenter/Binding","/UserCenter/CustomerAddr","/UserCenter/Auth","/UserCenter/Brand","/UserCenter/SubAccount"]},menuTwoList:[],menuUrl:[{name:"批é‡ä¸‹å•",icon:"iconpiliangxiadan-01",type:2,isHidden:!hasPermission("批é‡ä¸‹å•"),children:productsBatch[0].Children},{name:"官网下å•",icon:"iconbaojiaxiadan-01",type:0,isHidden:!hasPermission(["下å•","报价"]),children:productsCalc},{name:"å°åˆ·è€—æ",icon:"icontongbanyangpin-01",type:4,isHot:!0},{name:"é€šç‰ˆæ ·å“",icon:"icontongbanyangpin-01",type:1},{name:"账户ä¸å¿ƒ",icon:"iconzhanghuzhongxin-01",type:-1,children:[{icon:"iconwodezhuye-01",name:"我的主页",url:"/UserCenter"},{icon:"iconwodedingdan-01",name:"我的订å•",isHidden:!hasPermission("我的订å•"),url:"/MyOrder"},{icon:"iconfapiaozhongxin-01",name:"å‘票ä¸å¿ƒ",isHidden:!hasPermission("å‘票ä¸å¿ƒ"),url:"/Invoice"},{icon:"iconshouhoujilu-01",name:"å”®åŽè®°å½•",url:"/OrderAfterSale"},{icon:"iconstar-line",name:"我的收è—",url:"/UserCenter/Collect",isHidden:!0},{icon:"iconzhanghuchongzhi-01",name:"账户充值",isHidden:!hasPermission("充值"),url:"/UserCenter/Recharge"},{icon:"iconyouhuiquan-01",name:"ä¼˜æƒ åˆ¸",url:"/Coupon/My"},{icon:"iconxiaoxizhongxin-01",name:"消æ¯ä¸å¿ƒ",url:"/SiteMessage/Index"},{icon:"iconzhanghuxinxi-01",name:"账户信æ¯",url:"/UserCenter/Info"},{icon:"icontiyanxinban",name:"体验新版",url:"/UserCenter/Info",newUrl:owUrl},]},],searchValue:"",unReadNewsCount:0},created:function(){this.initShow();this.initDefaultActive();Vue.nextTick(function(){setTimeout(function(){document.querySelector("#menuTwo .el-menu-item.is-active")&&document.querySelector("#menuTwo .el-menu-item.is-active").scrollIntoView({block:"center",behavior:"smooth"})},300)})},computed:{searchMenuResult:function(){var n=[];return this.menuTwoList.forEach(function(t){t.Children&&t.Children.length>0?t.Children.forEach(function(t){t.Children&&t.Children.length>0?(t.Children.forEach(function(t){t.value=t.Name;n.push(t)}),t.RelationCategoryId||(t.value=t.Name,n.push(t))):(t.value=t.Name,n.push(t))}):(t.value=t.Name,n.push(t))}),n},defaultOpeneds:function(){var n=this.menuUrl.findIndex(function(n){return n.name=="账户ä¸å¿ƒ"});return[""+n]}},methods:{initDefaultActive:function(){var u=this,s=location.pathname,h,a,y,n,r,t,f,i,e,o,l;if(s.toLowerCase().includes("/StockProduct/List".toLowerCase())){this.menuActive=this.menuUrl.findIndex(function(n){return n.type==1})+"";return}if(s.toLowerCase().includes("/StockProduct/SCMList".toLowerCase())){this.menuActive=this.menuUrl.findIndex(function(n){return n.type==4})+"";return}h=this.menuUrl.findIndex(function(n){return n.type==-1});for(a in this.fixedMap)if(y=this.fixedMap[a].some(function(n){return s.toLowerCase().includes(n.toLowerCase())}),y){n=this.menuUrl[h].children.findIndex(function(n){return n.url==a});this.menuActive=h+"-"+n;return}if(n=this.menuUrl[h].children.findIndex(function(n){return s.toLowerCase().includes(n.url.toLowerCase())}),n>-1){this.menuActive=h+"-"+n;return}if(s.toLowerCase().includes("/Order/BatchCreate".toLowerCase())){var v=getQuerys(),c=v.categoryId,n=this.menuUrl.findIndex(function(n){return n.type==2});for(this.menuActive=n+"",this.menuTwoList=this.menuUrl[n].children,t=0;t-1||location.pathname=="/")&&(n.isShow=!1)})},querySearch:function(n,t){var i=[].concat(this.searchMenuResult),r=n?i.filter(function(t){return t.Name.toLowerCase().indexOf(n.toLowerCase())>=0||t.RelationCategoryId&&t.RelationCategoryId.toLowerCase().indexOf(n.toLowerCase())>=0}):i;t(r)},handleSearchMenu:function(n){n.Type==0?location.href="/Order/Create?categoryId="+n.RelationCategoryId:n.Type==2?location.href="/Order/BatchCreate?categoryId="+n.RelationCategoryId:n.Type==3&&(location.href="/Order/Upload?categoryId="+n.RelationCategoryId)},toogle:function(){this.isCollapse=!this.isCollapse}}})