2024-08-19 16:55:32 +08:00
|
|
|
"use strict";(self["webpackChunkerp"]=self["webpackChunkerp"]||[]).push([[924],{5174:function(t,e,o){o.r(e),o.d(e,{default:function(){return p}});var s=function(){var t=this,e=t._self._c;return e("div",[e("el-card",{staticClass:"box-card",staticStyle:{"margin-top":"10px"}},[e("el-form",{ref:"group",attrs:{rules:t.rules,model:t.group,"label-width":"80px"}},[e("el-form-item",{attrs:{label:"活动标题",prop:"title"}},[e("el-input",{staticStyle:{width:"500px"},attrs:{type:"textarea"},model:{value:t.group.title,callback:function(e){t.$set(t.group,"title",e)},expression:"group.title"}})],1),e("el-form-item",{attrs:{label:"团购商品"}},[e("el-button",{on:{click:function(e){return t.importGoods()}}},[t._v("从商品列表导入")]),e("el-input",{staticStyle:{"margin-left":"20px",width:"400px"},attrs:{placeholder:"搜索商品名称、编码"},model:{value:t.groupGoodsSearch.external_sku_id,callback:function(e){t.$set(t.groupGoodsSearch,"external_sku_id",e)},expression:"groupGoodsSearch.external_sku_id"}},[e("el-button",{attrs:{slot:"append"},on:{click:function(e){return t.getGroupGoodsList()}},slot:"append"},[t._v("查询")])],1),e("div",{staticStyle:{display:"flex","align-items":"center"}},[e("span",{staticStyle:{"margin-right":"20px"}},[t._v("商品状态")]),e("el-radio-group",{on:{change:function(e){return t.getGroupGoodsList()}},model:{value:t.groupGoodsSearch.has_stock,callback:function(e){t.$set(t.groupGoodsSearch,"has_stock",e)},expression:"groupGoodsSearch.has_stock"}},[e("el-radio",{attrs:{label:0}},[t._v("全部")]),e("el-radio",{attrs:{label:1}},[t._v("在售中")]),e("el-radio",{attrs:{label:-1}},[t._v("已售罄")])],1)],1),e("div",{staticStyle:{display:"flex","align-items":"center"}},[e("span",{staticStyle:{"margin-right":"20px"}},[t._v("商品分类")]),e("el-radio-group",{attrs:{size:"small"},on:{change:function(e){return t.getGroupGoodsList()}},model:{value:t.groupGoodsSearch.type_id,callback:function(e){t.$set(t.groupGoodsSearch,"type_id",e)},expression:"groupGoodsSearch.type_id"}},[e("el-radio-button",{attrs:{label:"0"}},[t._v("全部")]),t._l(t.types,(function(o){return e("el-radio-button",{key:o.id,attrs:{label:o.id}},[t._v(" "+t._s(o.name))])}))],2)],1),e("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.groupLoading,expression:"groupLoading"}],ref:"multipleTableGroup",staticStyle:{width:"100%"},attrs:{data:t.groupGoods.data,border:"",height:"800","row-key":t.getRowKeys}},[e("el-table-column",{attrs:{type:"selection","reserve-selection":!0,width:"55"}}),e("el-table-column",{attrs:{prop:"goods_name",label:" 商品名称"}}),e("el-table-column",{attrs:{prop:"external_sku_id",label:"编码"}}),e("el-table-column",{attrs:{prop:"category_name",label:"分类"}}),e("el-table-column",{attrs:{prop:"stock",label:"库存"}}),e("el-table-column",{attrs:{label:"限购数量"},scopedSlots:t._u([{key:"default",fn:function(o){return[e("el-input",{attrs:{placeholder:"限购数量"},on:{change:function(e){return t.handleCellChange(o.row)}},model:{value:o.row.limit_buy,callback:function(e){t.$set(o.row,"limit_buy",e)},expression:"scope.row.limit_buy"}})]}}])}),e("el-table-column",{attrs:{label:"价格"},scopedSlots:t._u([{key:"default",fn:function(o){return[e("el-input",{attrs:{placeholder:"价格"},on:{change:function(e){return t.handleCellChange(o.row)}},model:{value:o.row.price_in_fen,callback:function(e){t.$set(o.row,"price_in_fen",e)},expression:"scope.row.price_in_fen"}})]}}])}),e("el-table-column",{attrs:{prop:"options",label:"操作"},scopedSlots:t._u([{key:"default",fn:function(o){return[e("el-button",{attrs:{type:"text",size:"small"},on:{click:function(e){return t.remove(o.row)}}},[t._v("删除")])]}}])})],1),e("div",{staticStyle:{display:"flex","justify-content":"space-between","align-items":"center","line-height":"32px","margin-top":"20px"}},[e("el-button",{attrs:{type:"danger",size:"small"},on:{click:function(e){return t.batchRemove()}}},[t._v("批量删除")]),e("el-pagination",{attrs:{"current-page":t.groupGoods.meta.current_page,"page-sizes":[20,30,50,100],"page-size":t.groupGoods.meta
|