UNPKG

beehole-store-server

Version:

www.bee-hole.com

1 lines 4.02 kB
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2cadb2b4","chunk-cb8dd612"],{"1b6c":function(t,e,i){"use strict";i.d(e,"a",(function(){return s})),i.d(e,"b",(function(){return a}));var n=i("5530"),o=i("bf0f");function s(t,e){return function(){return Object(o["b"])(t,Object(n["a"])({},e))}}function a(t,e){return Object(o["b"])(t,Object(n["a"])({},e))}},"3ffc":function(t,e,i){"use strict";i.r(e);var n=function(){var t=this,e=t._self._c;return e("ant-modal",{attrs:{visible:t.open,"modal-title":t.formTitle,"adjust-size":!0,modalHeight:"480",modalWidth:"640"},on:{cancel:t.cancel}},[e("template",{slot:"content"},[e("advance-table",{attrs:{loading:t.loading,size:"middle","format-conditions":!1,columns:t.columns,"data-source":t.list,rowKey:"shop_id",tableKey:"test-cat-catlist-table","row-selection":{selectedRowKeys:t.selectedRowKeys,onChange:t.onSelectChange},pagination:{current:t.queryParam.page,pageSize:t.queryParam.limit,total:t.total_count,showSizeChanger:!0,showLessItems:!1,showQuickJumper:!1,showTotal:function(e,i){return t.$t("view.order.list.table.total",{num:i[0]+"-"+i[1],total:e})},onChange:t.changeSize,onShowSizeChange:t.onShowSizeChange},title:t.$t("view.gangwei.list.shop")},scopedSlots:t._u([{key:"create_time",fn:function(i){var n=i.record;return e("span",{},[t._v(" "+t._s(t.parseTime(n.create_time,"{y}-{m}-{d}"))+" ")])}}])})],1),e("template",{slot:"footer"},[e("a-button",{attrs:{type:"primary"},on:{click:t.submitForm}},[t._v(" "+t._s(t.$t("view.gangwei.list.save.btn"))+" ")]),e("a-button",{on:{click:t.cancel}},[t._v(" "+t._s(t.$t("view.gangwei.list.cancle.btn"))+" ")])],1)],2)},o=[],s=i("5530"),a=i("4d73"),c=Object(s["a"])({},a["default"]),l=c,r=i("2877"),u=Object(r["a"])(l,n,o,!1,null,null,null);e["default"]=u.exports},"4d73":function(t,e,i){"use strict";i.r(e);i("d81d");var n=i("2dd7"),o=i("b775");function s(t){return Object(o["b"])({url:"/shop/list",method:"post",params:t})}function a(t){return Object(o["b"])({url:"/shop/update_bind",method:"post",params:t})}function c(t){return Object(o["b"])({url:"/shop/get_bind_shop",method:"post",params:t})}var l=i("1b6c"),r=i("5d9e");e["default"]={name:"UserShopForm",props:{},components:{AntModal:n["a"],AdvanceTable:r["a"]},data:function(){return{spinning:!1,delayTime:100,replaceFields:{children:"children",title:"label",key:"id",value:"id"},customStyle:"background: #fff;ssborder-radius: 4px;margin-bottom: 24px;border: 0;overflow: hidden",form:{},formTitle:"",open:!1,loading:!1,queryParam:{page:1,limit:10},list:[],total_count:0,single:!0,multiple:!0,columns:[],selectedRowKeys:[]}},filters:{},created:function(){this.initColunmns()},computed:{},watch:{},methods:{initColunmns:function(){this.columns=[{title:Object(l["a"])("view.gangwei.list.shopid"),dataIndex:"shop_id",ellipsis:!0},{title:Object(l["a"])("view.gangwei.list.shopname"),dataIndex:"title"},{title:Object(l["a"])("view.gangwei.list.create_time"),dataIndex:"create_time",scopedSlots:{customRender:"create_time"}}]},cancel:function(){this.open=!1,this.$emit("close")},onShowSizeChange:function(t,e){this.queryParam.limit=e,this.getList()},changeSize:function(t,e){this.queryParam.page=t,this.queryParam.limit=e,this.getList()},onSelectChange:function(t,e){this.selectedRowKeys=t,this.selectedRows=e,this.shop_ids=this.selectedRows.map((function(t){return t.shop_id})),this.shop_names=this.selectedRows.map((function(t){return t.title})),this.single=1!==t.length,this.multiple=!t.length},handleBindShop:function(t){var e=this;this.open=!0,this.formTitle=this.$t("view.gangwei.list.bind_shop"),this.form=t,c({member_id:t.id}).then((function(t){t.list&&(e.selectedRowKeys=t.list.map((function(t){return t.shop_id})),e.shop_ids=e.selectedRowKeys)})),s().then((function(t){e.list=t.list,e.total_count=t.total_count}))},submitForm:function(){var t=this;if(void 0!==this.shop_ids){var e={member_id:this.form.id,shop_ids:this.shop_ids};a(e).then((function(e){t.$message.success("绑定成功",3),t.open=!1,t.$emit("ok")}))}},onLoadData:function(t){}}}}}]);