You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
26 KiB
1 lines
26 KiB
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-e162ae6e"],{3058:function(t,e,n){},"977c":function(t,e,n){"use strict";n("3058")},b055:function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"divBox"},[a("div",{staticClass:"selCard"},[a("el-form",{ref:"searchForm",attrs:{model:t.tableFrom,inline:"",size:"small","label-width":"85px"}},[a("el-form-item",{attrs:{label:"商户类别:",prop:"is_trader"}},[a("el-select",{staticClass:"selWidth",attrs:{clearable:"",placeholder:"请选择"},on:{change:function(e){return t.getList(1)}},model:{value:t.tableFrom.is_trader,callback:function(e){t.$set(t.tableFrom,"is_trader",e)},expression:"tableFrom.is_trader"}},[a("el-option",{attrs:{label:"自营",value:"1"}}),t._v(" "),a("el-option",{attrs:{label:"非自营",value:"0"}})],1)],1),t._v(" "),a("el-form-item",{attrs:{label:"状态:",prop:"status"}},[a("el-select",{staticClass:"selWidth",attrs:{placeholder:"请选择",clearable:""},on:{change:function(e){return t.getList(1)}},model:{value:t.tableFrom.status,callback:function(e){t.$set(t.tableFrom,"status",e)},expression:"tableFrom.status"}},[a("el-option",{attrs:{label:"未开启",value:0}}),t._v(" "),a("el-option",{attrs:{label:"开启",value:1}})],1)],1),t._v(" "),a("el-form-item",{attrs:{label:"关键字:",prop:"coupon_name"}},[a("el-input",{staticClass:"selWidth",attrs:{placeholder:"请输入优惠券名称",clearable:""},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.getList(1)}},model:{value:t.tableFrom.coupon_name,callback:function(e){t.$set(t.tableFrom,"coupon_name",e)},expression:"tableFrom.coupon_name"}})],1),t._v(" "),a("el-form-item",[a("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(e){return t.getList(1)}}},[t._v("搜索")]),t._v(" "),a("el-button",{attrs:{size:"small"},on:{click:function(e){return t.searchReset()}}},[t._v("重置")])],1)],1)],1),t._v(" "),a("el-card",{staticClass:"mt14"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],attrs:{data:t.tableData.data,size:"small","highlight-current-row":""}},[a("el-table-column",{attrs:{prop:"coupon_id",label:"ID","min-width":"50"}}),t._v(" "),a("el-table-column",{attrs:{prop:"title",label:"优惠劵名称","min-width":"100"}}),t._v(" "),a("el-table-column",{attrs:{label:"优惠劵类型","min-width":"90"},scopedSlots:t._u([{key:"default",fn:function(e){var n=e.row;return[a("span",[t._v(t._s(t._f("couponTypeFilter")(n.type)))])]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"商户名称","min-width":"120"},scopedSlots:t._u([{key:"default",fn:function(e){var n=e.row;return[a("span",[t._v(t._s(n.merchant?n.merchant.mer_name:""))])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"mer_name",label:"商户类别","min-width":"90"},scopedSlots:t._u([{key:"default",fn:function(e){return[e.row.merchant?a("span",{staticClass:"spBlock"},[t._v(t._s(e.row.merchant.is_trader?"自营":"非自营"))]):t._e()]}}])}),t._v(" "),a("el-table-column",{attrs:{"min-width":"150",label:"领取日期"},scopedSlots:t._u([{key:"default",fn:function(e){var n=e.row;return[n.start_time?a("div",[t._v("\n "+t._s(n.start_time)+" - "+t._s(n.end_time)+"\n ")]):a("span",[t._v("不限时")])]}}])}),t._v(" "),a("el-table-column",{attrs:{"min-width":"120",label:"使用时间"},scopedSlots:t._u([{key:"default",fn:function(e){var n=e.row;return[n.use_start_time&&n.use_end_time?a("div",[t._v("\n "+t._s(n.use_start_time)+" - "),a("br"),t._v(" "+t._s(n.use_end_time)+"\n ")]):a("span",[t._v(t._s(n.coupon_time)+"天")])]}}])}),t._v(" "),a("el-table-column",{attrs:{"min-width":"90",label:"发布数量"},scopedSlots:t._u([{key:"default",fn:function(e){var n=e.row;return[0===n.is_limited?a("span",[t._v("不限量")]):a("div",[a("span",{staticClass:"fa"},[t._v("发布:"+t._s(n.total_count))]),t._v(" "),a("span",{staticClass:"sheng"},[t._v("剩余:"+t._s(n.remain_count))])])]}}])}),t._v(" "),a("el-table-column",{attrs:{"min-width":"120",label:"使用数量"},scopedSlots:t._u([{key:"default",fn:function(e){var n=e.row;return[a("div",[a("span",[t._v("已领取总数:"+t._s(n.send_num))]),t._v(" "),a("span",{staticClass:"sheng"},[t._v("已使用总数:"+t._s(n.used_num))])])]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"状态","min-width":"90"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("span",[t._v(t._s(t._f("filterOpen")(e.row.status)))])]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"操作","min-width":"200",fixed:"right"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(n){return t.details(e.row.coupon_id)}}},[t._v("详情")]),t._v(" "),a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(n){return t.receive(e.row.coupon_id)}}},[t._v("领取记录")]),t._v(" "),a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(n){return t.usedRecord(e.row.coupon_id)}}},[t._v("使用记录")])]}}])})],1),t._v(" "),a("div",{staticClass:"block"},[a("el-pagination",{attrs:{background:"","page-size":t.tableFrom.limit,"current-page":t.tableFrom.page,layout:"total, prev, pager, next, jumper",total:t.tableData.total},on:{"size-change":t.handleSizeChange,"current-change":t.pageChange}})],1)],1),t._v(" "),t.detailDialog?a("el-drawer",{attrs:{title:"优惠券详情",visible:t.detailDialog,size:"800px"},on:{"update:visible":function(e){t.detailDialog=e}}},[a("div",[a("el-tabs",{attrs:{type:"border-card"},model:{value:t.activeName,callback:function(e){t.activeName=e},expression:"activeName"}},[a("el-tab-pane",{attrs:{label:"基本信息",name:"basic"}},[a("div",{staticClass:"section"},[a("div",{staticClass:"title"},[t._v("优惠券信息")]),t._v(" "),a("ul",{staticClass:"list"},[a("li",{staticClass:"item"},[a("div",[t._v("优惠券名称:")]),t._v(" "),a("div",{staticClass:"value"},[t._v(t._s(t.couponDetail.title))])]),t._v(" "),a("li",{staticClass:"item"},[a("div",[t._v("优惠券类型:")]),t._v(" "),a("div",{staticClass:"value"},[t._v(t._s(t._f("couponTypeFilter")(t.couponDetail.type)))])]),t._v(" "),a("li",{staticClass:"item"},[a("div",[t._v("优惠券面值:")]),t._v(" "),a("div",{staticClass:"value"},[t._v(t._s(t.couponDetail.coupon_price))])]),t._v(" "),a("li",{staticClass:"item"},[a("div",[t._v("使用门槛:")]),t._v(" "),a("div",{staticClass:"value"},[t._v("\n "+t._s("0.00"==t.couponDetail.use_min_price?"无门槛":"最低消费"+t.couponDetail.use_min_price)+"\n ")])]),t._v(" "),a("li",{staticClass:"item"},[a("div",[t._v("使用有效期:")]),t._v(" "),t.couponDetail.coupon_time?a("div",{staticClass:"value"},[t._v(t._s(t.couponDetail.coupon_time)+"天")]):a("div",{staticClass:"value"},[t._v("\n "+t._s(t.couponDetail.use_start_time+" - "+t.couponDetail.use_end_time)+"\n ")])]),t._v(" "),a("li",{staticClass:"item"},[a("div",[t._v("领取时间:")]),t._v(" "),1==t.couponDetail.is_timeout?a("div",{staticClass:"value"},[t._v("\n "+t._s(t.couponDetail.start_time)+" - "+t._s(t.couponDetail.end_time)+"\n ")]):a("div",{staticClass:"value"},[t._v("不限时")])]),t._v(" "),a("li",{staticClass:"item"},[a("div",[t._v("类型:")]),t._v(" "),a("div",{staticClass:"value"},[t._v(t._s(t._f("couponUseTypeFilter")(t.couponDetail.coupon_type)))])]),t._v(" "),a("li",{staticClass:"item"},[a("div",[t._v("是否限量:")]),t._v(" "),a("div",{staticClass:"value theme"},[t._v(t._s(t._f("filterClose")(t.couponDetail.is_limited)))])]),t._v(" "),a("li",{staticClass:"item"},[a("div",[t._v("已发布总数:")]),t._v(" "),a("div",{staticClass:"value"},[t._v(t._s(0==t.couponDetail.is_limited?"不限量":t.couponDetail.total_count))])]),t._v(" "),a("li",{staticClass:"item"},[a("div",[t._v("剩余总数:")]),t._v(" "),a("div",{staticClass:"value"},[t._v(t._s(0==t.couponDetail.is_limited?"不限量":t.couponDetail.remain_count))])]),t._v(" "),a("li",{staticClass:"item"},[a("div",[t._v("创建时间:")]),t._v(" "),a("div",{staticClass:"value"},[t._v(t._s(t.couponDetail.create_time))])]),t._v(" "),a("li",{staticClass:"item"},[a("div",[t._v("状态:")]),t._v(" "),a("div",{staticClass:"value"},[t._v(t._s(t.couponDetail.status?"开启":"关闭"))])]),t._v(" "),a("li",{staticClass:"item"},[a("div",[t._v("排序:")]),t._v(" "),a("div",{staticClass:"value"},[t._v(t._s(t.couponDetail.sort))])])])]),t._v(" "),a("div",{staticClass:"section"},[a("div",{staticClass:"title"},[t._v("优惠券情况")]),t._v(" "),a("ul",{staticClass:"list"},[a("li",{staticClass:"item"},[a("div",[t._v("已领取/发放总数:")]),t._v(" "),a("div",{staticClass:"value"},[t._v("\n "+t._s(t.couponDetail.send_num)+"\n "),a("el-button",{staticClass:"ml20",attrs:{size:"small",type:"text"},on:{click:function(e){return t.receive(t.couponDetail.coupon_id)}}},[t._v("已领取/发放记录")])],1)]),t._v(" "),a("li",{staticClass:"item"},[a("div",[t._v("已使用总数:")]),t._v(" "),a("div",{staticClass:"value"},[t._v("\n "+t._s(t.couponDetail.used_num)+"\n "),a("el-button",{staticClass:"ml20",attrs:{size:"small",type:"text"},on:{click:function(e){return t.usedRecord(t.couponDetail.coupon_id)}}},[t._v("已领取/使用记录")])],1)])])])]),t._v(" "),1==t.type?a("el-tab-pane",{attrs:{label:"商品信息",name:"product"}},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],attrs:{data:t.relateData.data,size:"small"}},[a("el-table-column",{attrs:{prop:"product.product_id",label:"ID","min-width":"50"}}),t._v(" "),a("el-table-column",{attrs:{label:"商品图","min-width":"80"},scopedSlots:t._u([{key:"default",fn:function(t){return[t.row.product.image?a("div",{staticClass:"demo-image__preview"},[a("img",{staticStyle:{width:"36px",height:"36px"},attrs:{src:t.row.product.image}})]):a("div",{staticClass:"demo-image__preview"},[a("img",{staticStyle:{width:"36px",height:"36px"},attrs:{src:n("cdfe")}})])]}}],null,!1,1223246422)}),t._v(" "),a("el-table-column",{attrs:{prop:"product.store_name",label:"商品名称","min-width":"150"}}),t._v(" "),a("el-table-column",{attrs:{prop:"product.stock",label:"库存","min-width":"50"}}),t._v(" "),a("el-table-column",{attrs:{prop:"product.price",label:"商品售价","min-width":"50"}}),t._v(" "),a("el-table-column",{attrs:{prop:"product.sales",label:"销售数量","min-width":"50"}})],1),t._v(" "),a("div",{staticClass:"block mb20"},[a("el-pagination",{attrs:{"page-size":t.tableFromRelate.limit,"current-page":t.tableFromRelate.page,layout:"prev, pager, next, jumper",total:t.relateData.total},on:{"size-change":t.handleSizeChangeRelate,"current-change":t.pageChangeRelate}})],1)],1):t._e()],1)],1)]):t._e(),t._v(" "),a("el-dialog",{attrs:{title:t.title,visible:t.dialogVisible,width:"720px","before-close":t.handleClose},on:{"update:visible":function(e){t.dialogVisible=e}}},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.Loading,expression:"Loading"}],attrs:{data:t.issueData.data,size:"small","highlight-current-row":""}},[a("el-table-column",{attrs:{prop:"user.nickname",label:"用户名","min-width":"120"}}),t._v(" "),a("el-table-column",{attrs:{label:"用户头像","min-width":"120"},scopedSlots:t._u([{key:"default",fn:function(t){return[t.row.user&&t.row.user.avatar?a("div",{staticClass:"demo-image__preview"},[a("img",{staticStyle:{width:"36px",height:"36px"},attrs:{src:t.row.user.avatar}})]):a("div",{staticClass:"demo-image__preview"},[a("img",{staticStyle:{width:"36px",height:"36px"},attrs:{src:n("cdfe")}})])]}}])}),t._v(" "),a("el-table-column",{attrs:{label:t.receiveTime,"min-width":"120"},scopedSlots:t._u([{key:"default",fn:function(e){return[0===t.receiveType?a("span",[t._v(t._s(e.row.create_time))]):a("span",[t._v(t._s(e.row.use_time))])]}}])})],1),t._v(" "),a("div",{staticClass:"block"},[a("el-pagination",{attrs:{"page-size":t.tableFromIssue.limit,"current-page":t.tableFromIssue.page,layout:"prev, pager, next, jumper",total:t.issueData.total},on:{"size-change":t.handleSizeChangeIssue,"current-change":t.pageChangeIssue}})],1)],1)],1)},o=[],i=n("b7be"),r=n("83d6"),s={name:"CouponList",data:function(){return{Loading:!1,dialogVisible:!1,detailDialog:!1,roterPre:r["roterPre"],listLoading:!0,title:"领取记录",receiveTime:"领取时间",activeName:"basic",receiveType:0,tableData:{data:[],total:0},tableFrom:{page:1,limit:20,status:"",coupon_name:"",is_trader:""},tableFromIssue:{page:1,limit:10,coupon_id:0},issueData:{data:[],total:0},relateData:{data:[],total:0},tableFromRelate:{page:1,limit:5},couponDetail:{},type:0}},mounted:function(){this.getList(1)},methods:{searchReset:function(){this.$refs.searchForm.resetFields(),this.getList(1)},handleDelete:function(t,e){var n=this;this.$modalSure().then((function(){Object(i["Q"])(t).then((function(t){var a=t.message;n.$message.success(a),n.tableData.data.splice(e,1)})).catch((function(t){var e=t.message;n.$message.error(e)}))}))},handleClose:function(){this.dialogVisible=!1},details:function(t){var e=this;this.detailDialog=!0,this.type=0,Object(i["R"])(t).then((function(n){e.couponDetail=n.data,e.type=n.data.type,e.id=t,1==n.data.type&&e.getRelateList(t)})).catch((function(t){var n=t.message;e.$message.error(n)}))},receive:function(t){this.dialogVisible=!0,this.title="领取记录",this.receiveTime="领取时间",this.receiveType=0,this.tableFromIssue.coupon_id=t,this.tableFromIssue.page=1,this.getIssueList(0)},usedRecord:function(t){this.dialogVisible=!0,this.title="使用记录",this.receiveTime="使用时间",this.receiveType=1,this.tableFromIssue.coupon_id=t,this.tableFromIssue.page=1,this.getIssueList(1)},getIssueList:function(t){var e=this;this.Loading=!0,this.tableFromIssue.status=t||"",Object(i["Bb"])(this.tableFromIssue).then((function(t){e.issueData.data=t.data.list,e.issueData.total=t.data.count,e.Loading=!1})).catch((function(t){e.Loading=!1,e.$message.error(t.message)}))},pageChangeIssue:function(t){this.tableFromIssue.page=t,1==this.receiveType?this.getIssueList(1):this.getIssueList(0)},handleSizeChangeIssue:function(t){this.tableFromIssue.limit=t,1==this.receiveType?this.getIssueList(1):this.getIssueList(0)},getRelateList:function(t){var e=this;this.Loading=!0,this.relateData.data=[],Object(i["V"])(t,this.tableFromRelate).then((function(t){e.relateData.data=t.data.list,e.relateData.total=t.data.count,e.Loading=!1})).catch((function(t){e.Loading=!1,e.$message.error(t.message)}))},pageChangeRelate:function(t){this.tableFromRelate.page=t,this.getRelateList(this.id)},handleSizeChangeRelate:function(t){this.tableFromRelate.limit=t,this.getRelateList(this.id)},getList:function(t){var e=this;this.listLoading=!0,this.tableFrom.page=t||this.tableFrom.page,Object(i["S"])(this.tableFrom).then((function(t){e.tableData.data=t.data.list,e.tableData.total=t.data.count,e.listLoading=!1})).catch((function(t){e.listLoading=!1,e.$message.error(t.message)}))},pageChange:function(t){this.tableFrom.page=t,this.getList("")},handleSizeChange:function(t){this.tableFrom.limit=t,this.getList("")},onchangeIsShow:function(t){var e=this;Object(i["U"])(t.coupon_id,t.status).then((function(t){var n=t.message;e.$message.success(n),e.getList("")})).catch((function(t){var n=t.message;e.$message.error(n)}))}}},u=s,c=(n("977c"),n("2877")),l=Object(c["a"])(u,a,o,!1,null,"28cf566c",null);e["default"]=l.exports},b7be:function(t,e,n){"use strict";n.d(e,"Ob",(function(){return o})),n.d(e,"Nb",(function(){return i})),n.d(e,"Jb",(function(){return r})),n.d(e,"Ib",(function(){return s})),n.d(e,"Hb",(function(){return u})),n.d(e,"Kb",(function(){return c})),n.d(e,"Lb",(function(){return l})),n.d(e,"Mb",(function(){return d})),n.d(e,"W",(function(){return f})),n.d(e,"R",(function(){return p})),n.d(e,"S",(function(){return v})),n.d(e,"U",(function(){return m})),n.d(e,"T",(function(){return _})),n.d(e,"Bb",(function(){return g})),n.d(e,"Q",(function(){return b})),n.d(e,"x",(function(){return h})),n.d(e,"D",(function(){return y})),n.d(e,"v",(function(){return C})),n.d(e,"u",(function(){return w})),n.d(e,"w",(function(){return D})),n.d(e,"Cb",(function(){return k})),n.d(e,"Db",(function(){return F})),n.d(e,"Yb",(function(){return L})),n.d(e,"A",(function(){return x})),n.d(e,"z",(function(){return I})),n.d(e,"E",(function(){return S})),n.d(e,"i",(function(){return z})),n.d(e,"Xb",(function(){return R})),n.d(e,"Ub",(function(){return T})),n.d(e,"Wb",(function(){return $})),n.d(e,"Tb",(function(){return j})),n.d(e,"Vb",(function(){return O})),n.d(e,"Qb",(function(){return N})),n.d(e,"Zb",(function(){return V})),n.d(e,"y",(function(){return B})),n.d(e,"C",(function(){return W})),n.d(e,"B",(function(){return J})),n.d(e,"O",(function(){return P})),n.d(e,"G",(function(){return U})),n.d(e,"J",(function(){return E})),n.d(e,"K",(function(){return K})),n.d(e,"I",(function(){return Q})),n.d(e,"L",(function(){return q})),n.d(e,"P",(function(){return A})),n.d(e,"N",(function(){return H})),n.d(e,"M",(function(){return M})),n.d(e,"F",(function(){return X})),n.d(e,"H",(function(){return Y})),n.d(e,"V",(function(){return Z})),n.d(e,"nb",(function(){return G})),n.d(e,"mb",(function(){return tt})),n.d(e,"Sb",(function(){return et})),n.d(e,"fb",(function(){return nt})),n.d(e,"cc",(function(){return at})),n.d(e,"cb",(function(){return ot})),n.d(e,"ab",(function(){return it})),n.d(e,"bb",(function(){return rt})),n.d(e,"Rb",(function(){return st})),n.d(e,"X",(function(){return ut})),n.d(e,"o",(function(){return ct})),n.d(e,"n",(function(){return lt})),n.d(e,"m",(function(){return dt})),n.d(e,"l",(function(){return ft})),n.d(e,"k",(function(){return pt})),n.d(e,"Y",(function(){return vt})),n.d(e,"t",(function(){return mt})),n.d(e,"r",(function(){return _t})),n.d(e,"q",(function(){return gt})),n.d(e,"s",(function(){return bt})),n.d(e,"p",(function(){return ht})),n.d(e,"ib",(function(){return yt})),n.d(e,"gb",(function(){return Ct})),n.d(e,"kb",(function(){return wt})),n.d(e,"hb",(function(){return Dt})),n.d(e,"jb",(function(){return kt})),n.d(e,"Z",(function(){return Ft})),n.d(e,"zb",(function(){return Lt})),n.d(e,"yb",(function(){return xt})),n.d(e,"wb",(function(){return It})),n.d(e,"Ab",(function(){return St})),n.d(e,"eb",(function(){return zt})),n.d(e,"vb",(function(){return Rt})),n.d(e,"xb",(function(){return Tt})),n.d(e,"ub",(function(){return $t})),n.d(e,"qb",(function(){return jt})),n.d(e,"sb",(function(){return Ot})),n.d(e,"rb",(function(){return Nt})),n.d(e,"lb",(function(){return Vt})),n.d(e,"db",(function(){return Bt})),n.d(e,"ob",(function(){return Wt})),n.d(e,"tb",(function(){return Jt})),n.d(e,"pb",(function(){return Pt})),n.d(e,"a",(function(){return Ut})),n.d(e,"ac",(function(){return Et})),n.d(e,"d",(function(){return Kt})),n.d(e,"f",(function(){return Qt})),n.d(e,"c",(function(){return qt})),n.d(e,"j",(function(){return At})),n.d(e,"b",(function(){return Ht})),n.d(e,"h",(function(){return Mt})),n.d(e,"e",(function(){return Xt})),n.d(e,"g",(function(){return Yt}));var a=n("0c6d");function o(t){return a["a"].get("/store/coupon/platformLst",t)}function i(t){return a["a"].get("/store/coupon/update/".concat(t,"/form"))}function r(t){return a["a"].get("/store/coupon/show/".concat(t))}function s(t){return a["a"].delete("store/coupon/delete/".concat(t))}function u(t){return a["a"].get("/store/coupon/sys/clone/".concat(t,"/form"))}function c(t){return a["a"].get("store/coupon/sys/issue",t)}function l(t,e){return a["a"].get("store/coupon/show_lst/".concat(t),e)}function d(t){return a["a"].get("/store/coupon/send/lst",t)}function f(t){return a["a"].post("store/coupon/send",t)}function p(t){return a["a"].get("store/coupon/detail/".concat(t))}function v(t){return a["a"].get("store/coupon/lst",t)}function m(t,e){return a["a"].post("store/coupon/status/".concat(t),{status:e})}function _(){return a["a"].get("store/coupon/create/form")}function g(t){return a["a"].get("store/coupon/issue",t)}function b(t){return a["a"].delete("store/coupon/delete/".concat(t))}function h(t){return a["a"].get("broadcast/room/lst",t)}function y(t,e){return a["a"].post("broadcast/room/status/".concat(t),e)}function C(t){return a["a"].delete("broadcast/room/delete/".concat(t))}function w(t){return a["a"].get("broadcast/room/apply/form/".concat(t))}function D(t){return a["a"].get("broadcast/room/detail/".concat(t))}function k(t,e){return a["a"].post("broadcast/room/feedsPublic/".concat(t),{status:e})}function F(t,e){return a["a"].post("broadcast/room/comment/".concat(t),{status:e})}function L(t,e){return a["a"].post("broadcast/room/closeKf/".concat(t),{status:e})}function x(t){return a["a"].get("broadcast/goods/lst",t)}function I(t){return a["a"].get("broadcast/goods/detail/".concat(t))}function S(t,e){return a["a"].post("broadcast/goods/status/".concat(t),e)}function z(t){return a["a"].get("broadcast/goods/apply/form/".concat(t))}function R(){return a["a"].get("seckill/config/create/form")}function T(t){return a["a"].get("seckill/config/lst",t)}function $(t){return a["a"].get("seckill/config/update/".concat(t,"/form"))}function j(t){return a["a"].delete("seckill/config/delete/".concat(t))}function O(t,e){return a["a"].post("seckill/config/status/".concat(t),{status:e})}function N(t,e){return a["a"].get("seckill/product/detail/".concat(t),e)}function V(t,e){return a["a"].get("broadcast/room/goods/".concat(t),e)}function B(t){return a["a"].delete("broadcast/goods/delete/".concat(t))}function W(t,e){return a["a"].post("broadcast/room/sort/".concat(t),e)}function J(t,e){return a["a"].post("broadcast/goods/sort/".concat(t),e)}function P(t){return a["a"].post("config/others/group_buying",t)}function U(){return a["a"].get("config/others/group_buying")}function E(t){return a["a"].get("store/product/group/lst",t)}function K(t){return a["a"].get("store/product/group/get/".concat(t))}function Q(t){return a["a"].get("store/product/group/detail/".concat(t))}function q(t){return a["a"].post("store/product/group/status",t)}function A(t,e){return a["a"].post("store/product/group/is_show/".concat(t),{status:e})}function H(t){return a["a"].get("store/product/group/get/".concat(t))}function M(t,e){return a["a"].post("store/product/group/update/".concat(t),e)}function X(t){return a["a"].get("store/product/group/buying/lst",t)}function Y(t,e){return a["a"].get("store/product/group/buying/detail/".concat(t),e)}function Z(t,e){return a["a"].get("store/coupon/product/".concat(t),e)}function G(){return a["a"].get("user/integral/title")}function tt(t){return a["a"].get("user/integral/lst",t)}function et(t){return a["a"].get("user/integral/excel",t)}function nt(){return a["a"].get("user/integral/config")}function at(t){return a["a"].post("user/integral/config",t)}function ot(t){return a["a"].get("discounts/lst",t)}function it(t,e){return a["a"].post("discounts/status/".concat(t),{status:e})}function rt(t){return a["a"].get("discounts/detail/".concat(t))}function st(t){return a["a"].get("marketing/spu/lst",t)}function ut(t){return a["a"].post("activity/atmosphere/create",t)}function ct(t,e){return a["a"].post("activity/atmosphere/update/".concat(t),e)}function lt(t){return a["a"].get("activity/atmosphere/lst",t)}function dt(t){return a["a"].get("activity/atmosphere/detail/".concat(t))}function ft(t,e){return a["a"].post("activity/atmosphere/status/".concat(t),{status:e})}function pt(t){return a["a"].delete("activity/atmosphere/delete/".concat(t))}function vt(t){return a["a"].post("activity/border/create",t)}function mt(t,e){return a["a"].post("activity/border/update/".concat(t),e)}function _t(t){return a["a"].get("activity/border/lst",t)}function gt(t){return a["a"].get("activity/border/detail/".concat(t))}function bt(t,e){return a["a"].post("activity/border/status/".concat(t),{status:e})}function ht(t){return a["a"].delete("activity/border/delete/".concat(t))}function yt(){return a["a"].get("points/cate/lst")}function Ct(){return a["a"].get("points/cate/create/form")}function wt(t){return a["a"].get("points/cate/update/form/".concat(t))}function Dt(t){return a["a"].delete("points/cate/delete/".concat(t))}function kt(t,e){return a["a"].post("points/cate/status/".concat(t),{status:e})}function Ft(t){return a["a"].post("points/product/create",t)}function Lt(t,e){return a["a"].post("points/product/update/".concat(t),e)}function xt(t){return a["a"].get("points/product/lst",t)}function It(t){return a["a"].delete("points/product/delete/".concat(t))}function St(t,e){return a["a"].post("points/product/status/".concat(t),{status:e})}function zt(t,e){return a["a"].post("points/product/get_attr_value/".concat(t),e)}function Rt(){return a["a"].get("points/cate/select")}function Tt(t){return a["a"].get("points/product/detail/".concat(t))}function $t(t){return a["a"].get("points/order/lst",t)}function jt(t){return a["a"].get("points/order/detail/".concat(t))}function Ot(t){return a["a"].get("points/order/express/".concat(t))}function Nt(t){return a["a"].get("points/order/excel",t)}function Vt(t,e){return a["a"].post("points/order/delivery/".concat(t),e)}function Bt(t){return a["a"].get("store/express/options",t)}function Wt(t){return a["a"].get("points/order/mark/".concat(t,"/form"))}function Jt(t,e){return a["a"].get("points/order/status/".concat(t),e)}function Pt(t){return a["a"].delete("points/order/delete/".concat(t))}function Ut(t){return a["a"].post("activity/form/create",t)}function Et(){return a["a"].get("system/form/select")}function Kt(t){return a["a"].get("activity/form/lst",t)}function Qt(t,e){return a["a"].post("activity/form/status/".concat(t),{status:e})}function qt(t){return a["a"].get("activity/form/detail/".concat(t))}function At(t,e){return a["a"].get("system/form/info/".concat(t),e)}function Ht(t){return a["a"].delete("activity/form/delete/".concat(t))}function Mt(t,e){return a["a"].get("activity/form/user/lst/".concat(t),e)}function Xt(t,e){return a["a"].get("activity/form/excel/".concat(t),e)}function Yt(t,e){return a["a"].post("activity/form/update/".concat(t),e)}},cdfe:function(t,e,n){t.exports=n.p+"system/img/f.5aa43cd3.png"}}]); |