(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-34f0df47"],{"16bf":function(t,e,i){"use strict";i.r(e);var o=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"divBox relative"},[i("el-card",{staticClass:"box-card"},[i("div",{ref:"headerBox",staticClass:"clearfix",attrs:{slot:"header"},slot:"header"},[i("div",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["merchant:seckill:product:list"],expression:"['merchant:seckill:product:list']"}],staticClass:"container"},[i("el-form",{attrs:{size:"small",inline:""}},[i("el-row",[i("el-col",{attrs:{span:24}},[i("el-form-item",{attrs:{label:"商品名称:"}},[i("el-input",{staticClass:"selWidth",attrs:{placeholder:"请输入商品名称",clearable:""},model:{value:t.goodsName,callback:function(e){t.goodsName=e},expression:"goodsName"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:t.getListByGoodsName},slot:"append"})],1)],1),t._v(" "),i("el-form-item",{staticClass:"inline",attrs:{label:"限购状态:"}},[i("el-select",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["merchant:seckill:product:list"],expression:"['merchant:seckill:product:list']"}],staticClass:"selWidth",attrs:{clearable:"",placeholder:"请选择"},on:{change:t.searchByStatus},model:{value:t.enabled,callback:function(e){t.enabled=e},expression:"enabled"}},[i("el-option",{attrs:{label:"不启用",value:!1}}),t._v(" "),i("el-option",{attrs:{label:"启用",value:!0}})],1)],1)],1)],1)],1)],1),t._v(" "),i("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["merchant:seckill:product:add"],expression:"['merchant:seckill:product:add']"}],staticClass:"mr10",attrs:{size:"small",type:"primary"},on:{click:t.openLimitedGoodsListDialog}},[t._v("新增限购商品")])],1),t._v(" "),i("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],ref:"multipleTable",staticStyle:{width:"100%"},attrs:{data:t.limitedGoodsList,size:"small","row-key":"id","header-cell-style":{fontWeight:"bold"}}},[i("el-table-column",{attrs:{type:"selection","reserve-selection":!0,width:"45"}}),t._v(" "),i("el-table-column",{attrs:{prop:"productId",label:"商品ID","min-width":"100"}}),t._v(" "),i("el-table-column",{attrs:{label:"商品图","min-width":"80"},scopedSlots:t._u([{key:"default",fn:function(t){return[i("div",{staticClass:"demo-image__preview"},[i("el-image",{staticStyle:{width:"36px",height:"36px"},attrs:{src:t.row.image,"preview-src-list":[t.row.image]}})],1)]}}])}),t._v(" "),i("el-table-column",{attrs:{prop:"name",label:"商品名称","min-width":"180","show-overflow-tooltip":!0}}),t._v(" "),i("el-table-column",{attrs:{prop:"price",label:"商品售价","min-width":"90",align:"center"}}),t._v(" "),i("el-table-column",{attrs:{prop:"stock",label:"商品库存","min-width":"90",align:"center"}}),t._v(" "),i("el-table-column",{attrs:{label:"限购状态","min-width":"90"},scopedSlots:t._u([{key:"default",fn:function(e){return[i("div",[i("el-switch",{attrs:{"active-color":"#409eff","inactive-color":"#dcdfe6"},on:{change:function(i){return t.changeLimitedStatus(i,e.row)}},model:{value:e.row.enabled,callback:function(i){t.$set(e.row,"enabled",i)},expression:"scope.row.enabled"}})],1)]}}])}),t._v(" "),i("el-table-column",{attrs:{prop:"oneQuota",label:"单次限购","min-width":"100",align:"center"}}),t._v(" "),i("el-table-column",{attrs:{prop:"allQuota",label:"总数限购","min-width":"100",align:"center"}}),t._v(" "),i("el-table-column",{attrs:{label:"操作","min-width":"180",fixed:"right",align:"center"},scopedSlots:t._u([{key:"default",fn:function(e){return[i("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(i){return t.openLimitedSettingDialog(e.row)}}},[t._v("限购设置")]),t._v(" "),e.row.id?i("el-button",{attrs:{type:"danger",size:"small"},on:{click:function(i){return t.delLimitedRecord(e.row.id)}}},[t._v("删除")]):t._e()]}}])})],1),t._v(" "),i("div",{staticClass:"block"},[i("el-pagination",{attrs:{"page-sizes":[20,40,60,80],"page-size":t.limit,"current-page":t.page,layout:"total, sizes, prev, pager, next, jumper",total:t.total},on:{"update:pageSize":function(e){t.limit=e},"update:page-size":function(e){t.limit=e},"update:currentPage":function(e){t.page=e},"update:current-page":function(e){t.page=e},"size-change":t.handleSizeChange,"current-change":t.pageChange}})],1)],1),t._v(" "),i("limitedGoodsListDialog",{attrs:{showLimitedGoodsListDialog:t.showLimitedGoodsListDialog},on:{closeLimitedGoodsListDialog:t.closeLimitedGoodsListDialog,addChooseGoodsList:t.addChooseGoodsList}}),t._v(" "),i("limitedSettingDialog",{attrs:{showLimitedSettingDialog:t.showLimitedSettingDialog,productId:t.productId,limitedSettingInfo:t.limitedSettingInfo},on:{closeLimitedSettingDialog:t.closeLimitedSettingDialog}})],1)},a=[],l=i("b7be"),s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"limited-dialog"},[i("el-dialog",{attrs:{title:"商品列表",visible:t.showLimitedGoodsListDialog},on:{"update:visible":function(e){t.showLimitedGoodsListDialog=e},close:t.onClose}},[i("div",{staticClass:"choose-condition"},[i("el-form",[i("div",{staticClass:"name-category"},[i("el-form-item",{staticStyle:{flex:"1"},attrs:{label:"商品搜索:"}},[i("el-input",{staticStyle:{width:"230px"},attrs:{placeholder:"请输入商品名称"},model:{value:t.keywords,callback:function(e){t.keywords="string"===typeof e?e.trim():e},expression:"keywords"}},[i("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:t.searchByKeywords},slot:"append"})],1)],1),t._v(" "),i("el-form-item",{staticStyle:{flex:"1"},attrs:{label:"商品分类:"}},[i("el-cascader",{attrs:{options:t.platformCategoryList,props:t.props1},on:{change:t.searchByCategoryId},model:{value:t.categoryId,callback:function(e){t.categoryId=e},expression:"categoryId"}})],1)],1),t._v(" "),i("div",{staticClass:"merch-status"},[i("el-form-item",{staticStyle:{flex:"1"},attrs:{label:"商品状态:"}},[i("el-select",{attrs:{placeholder:"请选择"},on:{change:t.searchByType},model:{value:t.status,callback:function(e){t.status=e},expression:"status"}},[i("el-option",{attrs:{label:"上架",value:1}}),t._v(" "),i("el-option",{attrs:{label:"下架",value:2}})],1)],1)],1)])],1),t._v(" "),i("div",{staticClass:"table-container"},[i("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],ref:"multipleTable",staticStyle:{width:"100%"},attrs:{data:t.goodsList,size:"small","row-key":"id","header-cell-style":{fontWeight:"bold"}},on:{"selection-change":t.handleSelectionChange}},[i("el-table-column",{attrs:{type:"selection","reserve-selection":!0,width:"45"}}),t._v(" "),i("el-table-column",{attrs:{prop:"productId",label:"ID","min-width":"50"}}),t._v(" "),i("el-table-column",{attrs:{label:"商品图","min-width":"80"},scopedSlots:t._u([{key:"default",fn:function(t){return[i("div",{staticClass:"demo-image__preview"},[i("el-image",{staticStyle:{width:"36px",height:"36px"},attrs:{src:t.row.image,"preview-src-list":[t.row.image]}})],1)]}}])}),t._v(" "),i("el-table-column",{attrs:{prop:"name",label:"商品名称","min-width":"180","show-overflow-tooltip":!0}}),t._v(" "),i("el-table-column",{attrs:{prop:"categoryName",label:"商品分类","min-width":"180","show-overflow-tooltip":!0}}),t._v(" "),i("el-table-column",{attrs:{label:"商品状态:","min-width":"180","show-overflow-tooltip":!0}},[[i("span",[t._v(t._s(2===t.status?"下架":"上架"))])]],2)],1)],1),t._v(" "),i("div",{staticClass:"page-container"},[i("el-pagination",{attrs:{"page-sizes":[20,40,60,80],"page-size":t.limit,"current-page":t.page,layout:"total, sizes, prev, pager, next, jumper",total:t.total},on:{"size-change":t.changePageSize,"current-change":t.changePage}})],1),t._v(" "),i("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[i("el-button",{on:{click:t.onClose}},[t._v("取 消")]),t._v(" "),i("el-button",{attrs:{type:"primary"},on:{click:t.onConfirm}},[t._v("确 定")])],1)])],1)},n=[],d=i("c4c8"),c={name:"limitedGoodsListDialog",props:["showLimitedGoodsListDialog"],data:function(){return{listLoading:!1,formInfo:{title:"",category:null},platformCategoryList:[],goodsList:[],limit:20,page:1,totalPage:null,total:0,checkedList:[],keywords:"",status:null,categoryId:null,props1:{children:"childList",label:"name",value:"id",multiple:!1,emitPath:!1}}},mounted:function(){this.getPlatformCategory(),this.getGoodsList()},methods:{getPlatformCategory:function(){var t=this;Object(d["f"])().then((function(e){t.platformCategoryList=t.changeNodes(e)}))},changeNodes:function(t){if(t.length>0)for(var e=0;ethis.allQuota)this.$message({message:"单次限购数量不能大于总限购数量",type:"error",showClose:!0});else if(this.limitedSetInfo.id){var e={id:this.limitedSetInfo.id,enabled:this.limitedSetInfo.enabled,allQuota:this.allQuota,oneQuota:this.oneQuota,productId:this.limitedSetInfo.productId,name:this.limitedSetInfo.name};Object(l["Y"])(e).then((function(e){t.$message({showClose:!0,message:"修改成功",type:"success"}),t.onClose()})).catch((function(t){}))}else{var i={productId:this.limitedSetInfo.productId,enabled:!0,allQuota:this.allQuota,oneQuota:this.oneQuota,name:this.limitedSetInfo.name};Object(l["a"])(i).then((function(e){t.$message({showClose:!0,message:"新增限购成功",type:"success"}),t.$emit("closeLimitedSettingDialog",{allQuota:t.allQuota,oneQuota:t.oneQuota,productId:t.limitedSetInfo.productId})})).catch((function(t){}))}}}},v=f,b=Object(u["a"])(v,g,p,!1,null,"de2a70f6",null),L=b.exports,w={name:"Limited",components:{limitedGoodsListDialog:h,limitedSettingDialog:L},data:function(){return{listLoading:!1,showLimitedGoodsListDialog:!1,showLimitedSettingDialog:!1,limitedGoodsList:[],productId:null,goodsName:"",enabled:null,total:0,totalPage:0,page:1,limit:20}},mounted:function(){this.getLimitedGoodsList()},methods:{getLimitedGoodsList:function(){var t=this,e={page:this.page,limit:this.limit};this.goodsName&&(e.name=this.goodsName),null!==this.enabled&&(e.enabled=this.enabled),Object(l["l"])(e).then((function(e){var i=e.page,o=e.total,a=e.totalPage,l=e.list;console.info("limit",e),t.page=i,t.totalPage=a,t.total=o,t.limitedGoodsList=l}))},getListByGoodsName:function(){this.page=1,this.getLimitedGoodsList()},searchByStatus:function(){this.page=1,this.getLimitedGoodsList()},openLimitedGoodsListDialog:function(){this.showLimitedGoodsListDialog=!0},closeLimitedGoodsListDialog:function(){this.showLimitedGoodsListDialog=!1},changeLimitedStatus:function(t,e){if(e.id){var i={id:e.id,enabled:e.enabled,allQuota:e.allQuota,oneQuota:e.oneQuota,productId:e.productId};Object(l["Y"])(i).then((function(t){t.code})).catch((function(){}))}},openLimitedSettingDialog:function(t){this.productId=t.id,this.limitedSettingInfo=t,this.showLimitedSettingDialog=!0},closeLimitedSettingDialog:function(t){if(t){var e=t.productId;this.showLimitedSettingDialog=!1,e&&this.getLimitedGoodsList()}else this.showLimitedSettingDialog=!1},delLimitedRecord:function(t){var e=this;Object(l["e"])(t).then((function(i){e.$message({showClose:!0,message:"删除成功",type:"success"});var o=e.limitedGoodsList.findIndex((function(e){return e.id===t}));e.limitedGoodsList.splice(o,1),e.total-=1})).catch((function(t){}))},pageChange:function(t){this.page=t,this.getLimitedGoodsList()},handleSizeChange:function(t){this.limit=t,this.getLimitedGoodsList()},addChooseGoodsList:function(t){var e=this,i=[];this.limitedGoodsList.forEach((function(t){i.push(t.productId)})),t.forEach((function(t){i.indexOf(t.productId)<0&&e.limitedGoodsList.unshift(t)}))}}},y=w,S=(i("ccc3"),Object(u["a"])(y,o,a,!1,null,"4448eae2",null));e["default"]=S.exports},"51de":function(t,e,i){"use strict";i("9a2f")},"9a2f":function(t,e,i){},aef3:function(t,e,i){},ccc3:function(t,e,i){"use strict";i("aef3")}}]);