1 line
2.2 KiB
JavaScript
1 line
2.2 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1794b86e"],{"0ef7":function(t,a,e){var s=e("486f");s.__esModule&&(s=s.default),"string"===typeof s&&(s=[[t.i,s,""]]),s.locals&&(t.exports=s.locals);var o=e("499e").default;o("b4e1196e",s,!0,{sourceMap:!1,shadowMode:!1})},"486f":function(t,a,e){var s=e("24fb");a=s(!1),a.push([t.i,".goods-list[data-v-0a12b738]{padding:.9375rem}.goods-item[data-v-0a12b738]{margin-bottom:.625rem}",""]),t.exports=a},bc99:function(t,a,e){"use strict";e.r(a);var s=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",[e("c-title",{attrs:{text:"我的库存"}}),e("van-search",{staticClass:"search-bar",attrs:{shape:"round",placeholder:"请输入搜索内容"},model:{value:t.searchKeyword,callback:function(a){t.searchKeyword=a},expression:"searchKeyword"}}),e("d-list",{attrs:{finished:!t.isLoadMore,loading:t.loading},on:{load:t.getGoodsData}},[e("ul",{staticClass:"goods-list",on:{click:function(a){return t.viewDetails(a)}}},t._l(t.displayGoodsList,(function(t){return e("goods-item",{key:t.id,staticClass:"goods-item",attrs:{data:t}})})),1)])],1)},o=[],i=(e("5852"),e("d961")),d=e("2909"),n=(e("e7e5"),e("d399")),r=(e("4de4"),e("d3b7"),e("53986")),c=e("94b4"),l={activated:function(){this.getGoodsData()},data:function(){return{goodsList:[],loading:!1,page:1,isLoadMore:!0,searchKeyword:""}},methods:{viewDetails:function(t){var a=t.target.dataset.id;this.$router.push(this.fun.getUrl("StockDetails",{},{id:a}))},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(a,e,s){var o;0!==e?(t.page++,a=a.data,(a.current_page===a.last_page||0===a.data.length||a.data.length<a.per_page)&&(t.isLoadMore=!1),(o=t.goodsList).push.apply(o,Object(d["a"])(a.data)),t.loading=!1):n["a"].fail(s)})))}},computed:{displayGoodsList:function(){var t=this;return this.searchKeyword?this.goodsList.filter((function(a){return-1!==a.title.indexOf(t.searchKeyword)})):this.goodsList}},components:{VanSearch:i["a"],GoodsItem:r["a"],DList:c["a"]}},u=l,h=(e("eaa9"),e("2877")),g=Object(h["a"])(u,s,o,!1,null,"0a12b738",null);a["default"]=g.exports},eaa9:function(t,a,e){"use strict";e("0ef7")}}]); |