1 line
5.4 KiB
JavaScript
1 line
5.4 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-804ae1ce"],{"5bfa":function(t,i,o){var e=o("a1c7");e.__esModule&&(e=e.default),"string"===typeof e&&(e=[[t.i,e,""]]),e.locals&&(t.exports=e.locals);var a=o("499e").default;a("7ed3e568",e,!0,{sourceMap:!1,shadowMode:!1})},a1c7:function(t,i,o){var e=o("24fb");i=e(!1),i.push([t.i,".goods-list[data-v-7b3aff0a]{padding:.9375rem}.goods-item[data-v-7b3aff0a]{margin-bottom:.625rem}.carlist .bottom-car[data-v-7b3aff0a]{position:relative}.bottom-fixed-button[data-v-7b3aff0a]{position:fixed;bottom:0;width:100%;height:3.125rem;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:0 1rem;background-color:#fff;-webkit-box-shadow:1px 1px 14px 0 hsla(0,0%,72.2%,.52);box-shadow:1px 1px 14px 0 hsla(0,0%,72.2%,.52)}.bottom-fixed-button .button[data-v-7b3aff0a]{margin-left:.875rem;width:90px;height:32px;line-height:32px;background-color:#f15053;border-radius:16px;font-size:14px;color:#fff;position:relative}.bottom-fixed-button .carts-num[data-v-7b3aff0a]{padding:0 .25rem;min-width:1.25rem;height:1.25rem;line-height:1.25rem;font-size:14px;position:absolute;top:-8px;right:-5px;background-color:#ff5d5c!important;color:#fff;border-radius:.875rem;-webkit-box-shadow:1px 1px 6px #b74444;box-shadow:1px 1px 6px #b74444}",""]),t.exports=i},bc99:function(t,i,o){"use strict";o.r(i);var e=function(){var t=this,i=t.$createElement,o=t._self._c||i;return o("div",[o("c-title",{attrs:{text:"我的库存"}}),o("van-search",{staticClass:"search-bar",attrs:{shape:"round",placeholder:"请输入搜索内容"},model:{value:t.searchKeyword,callback:function(i){t.searchKeyword=i},expression:"searchKeyword"}}),o("van-cell",{staticStyle:{"text-align":"left"},attrs:{center:"",title:"是否进行提货"},scopedSlots:t._u([{key:"right-icon",fn:function(){return[o("van-switch",{attrs:{size:"20","active-color":"#ee0a24","inactive-color":"#dcdee0"},model:{value:t.checked,callback:function(i){t.checked=i},expression:"checked"}})]},proxy:!0}])}),o("d-list",{attrs:{finished:!t.isLoadMore,loading:t.loading},on:{load:t.getGoodsData}},[o("ul",{staticClass:"goods-list",on:{click:function(i){return t.viewDetails(i)}}},t._l(t.displayGoodsList,(function(i,e){return o("goods-item",{key:i.id,staticClass:"goods-item",attrs:{isCart:t.checked,idTag:"goods_id",data:i,index:e},on:{add:t.addCart,show:t.viewDetails,change:t.changeCart}})})),1)]),o("yz-specs",{attrs:{goodsInfo:t.goodinfo,carts:t.cartList},on:{closeSpecsPopup:t.close_yz_specs_popup},model:{value:t.popupSpecs,callback:function(i){t.popupSpecs=i},expression:"popupSpecs"}}),o("div",{directives:[{name:"show",rawName:"v-show",value:t.checked,expression:"checked"}],staticClass:"bottom-fixed-button set-pc-style"},[o("div",{staticClass:"button",on:{click:function(i){return i.stopPropagation(),t.openCartListPopup.apply(null,arguments)}}},[t._v(" 去结算 ")])])],1)},a=[],s=(o("5852"),o("d961")),d=o("2909"),n=(o("e7e5"),o("d399")),c=(o("14d9"),o("d3b7"),o("159b"),o("e9c4"),o("4de4"),o("53986")),r=o("f6cc"),p=o("94b4"),l={activated:function(){this.getGoodsData()},data:function(){return{checked:!1,goodsList:[],loading:!1,page:1,isLoadMore:!0,searchKeyword:"",popupSpecs:!1,goodinfo:{},activity_gid:0,activity_index:0,cartList:[],showCarList:!1}},methods:{viewDetails:function(t){var i=t.target.dataset.id;this.$router.push(this.fun.getUrl("StockDetails",{},{id:i}))},getGoodsData:function(){var t=this;!0!==this.loading&&!1!==this.isLoadMore&&(this.loading=!0,$http.post("plugin.agency.api.stock.get-list",{page:this.page}).then((function(i,o,e){var a;if(0!==o){t.page++,i=i.data,(i.current_page===i.last_page||0===i.data.length||i.data.length<i.per_page)&&(t.isLoadMore=!1);for(var s=0;s<i.data.length;s++)i.data[s].total=0;(a=t.goodsList).push.apply(a,Object(d["a"])(i.data)),t.loading=!1}else n["a"].fail(e)})))},addCart:function(t){if(this.activity_index=t.index,t.isSpecs)return this.goodinfo=this.goodsList[t.index],this.activity_gid=t.id,void(this.popupSpecs=!0);this.$set(this.goodsList[t.index],"total",1),this.cartList.push({goods_id:t.id,total:1,option_id:0})},changeCart:function(t){this.popupSpecs=!1,t.index&&this.$set(this.goodsList[t.index],"total",t.num),this.cartList.forEach((function(i){i.goods_id==t.id&&(i.total=t.num)}))},close_yz_specs_popup:function(t,i,o,e){var a=this;this.popupSpecs=!1;var s=!1;1==o&&(this.goodsList[this.activity_index].total=0,this.cartList.forEach((function(o){o.goods_id==a.activity_gid&&(o.option_id==t&&(s=!0,o.total=i),a.goodsList[a.activity_index].total+=o.total)})),s||(this.goodsList[this.activity_index].total+=i,this.cartList.push({goods_id:this.activity_gid,total:i,option_id:t})))},openCartListPopup:function(){if(0!=this.cartList.length){var t={tag:"agency-th"};t.goods=JSON.stringify(this.cartList),this.$router.push(this.fun.getUrl("goodsorder",{},t))}else this.$toast("请提货商品!")}},computed:{displayGoodsList:function(){var t=this;return this.searchKeyword?this.goodsList.filter((function(i){return-1!==i.title.indexOf(t.searchKeyword)})):this.goodsList}},components:{VanSearch:s["a"],GoodsItem:c["a"],DList:p["a"],yzSpecs:r["a"]}},h=l,f=(o("d719"),o("2877")),u=Object(f["a"])(h,e,a,!1,null,"7b3aff0a",null);i["default"]=u.exports},d719:function(t,i,o){"use strict";o("5bfa")}}]); |