canyin-project/ybcy/views/channel/index/static/js/chunk-0dd62550.fe769b40.js

1 line
25 KiB
JavaScript
Raw Normal View History

2024-11-01 16:07:54 +08:00
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0dd62550"],{"3bbe":function(e,t,n){var a=n("861d");e.exports=function(e){if(!a(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},7156:function(e,t,n){var a=n("861d"),r=n("d2bb");e.exports=function(e,t,n){var i,o;return r&&"function"==typeof(i=t.constructor)&&i!==n&&a(o=i.prototype)&&o!==n.prototype&&r(e,o),e}},"93b6":function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("div",{staticClass:"outmain ba_f heighthv pad_20 bor_rad5"},[e._m(0),n("div",{staticClass:"mar_t20 flex-bet flex-y-top"},[n("div",{staticClass:"flex-g-1"},[n("el-form",{ref:"form",attrs:{model:e.form,"label-width":"180px"}},[n("el-form-item",{attrs:{label:"活动名称",prop:"name",required:!0}},[n("el-input",{attrs:{placeholder:"请输入活动名称"},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}})],1),n("el-form-item",{attrs:{label:"活动时间"}},[n("el-date-picker",{attrs:{type:"datetimerange",align:"right","start-placeholder":"开始日期","end-placeholder":"结束日期","default-time":["08:00:00","20:00:00"]},model:{value:e.timeData,callback:function(t){e.timeData=t},expression:"timeData"}})],1),n("el-form-item",{attrs:{label:"新人礼包"}},[n("div",{},[n("div",{staticClass:"mar_t10"},[n("div",{staticClass:"mar_lr10"},[n("el-checkbox-group",{model:{value:e.form.isCoupon,callback:function(t){e.$set(e.form,"isCoupon",t)},expression:"form.isCoupon"}},[n("el-checkbox",{attrs:{"true-label":"1","false-label":"2"}},[e._v("赠送优惠券")])],1)],1),n("div",{directives:[{name:"show",rawName:"v-show",value:"1"==e.form.isCoupon,expression:"form.isCoupon=='1'"}],staticClass:"flex"},[n("el-select",{attrs:{multiple:"",filterable:"",placeholder:"请选择优惠券"},model:{value:e.form.coupon,callback:function(t){e.$set(e.form,"coupon",t)},expression:"form.coupon"}},e._l(e.comgrouping,(function(e){return n("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})),1)],1)]),n("div",{staticClass:"t_l numberInput"},[n("div",{staticClass:"mar_lr10"},[n("el-checkbox-group",{model:{value:e.form.isBalance,callback:function(t){e.$set(e.form,"isBalance",t)},expression:"form.isBalance"}},[n("el-checkbox",{attrs:{"true-label":"1","false-label":"2"}},[e._v("赠送余额")])],1)],1),n("div",{directives:[{name:"show",rawName:"v-show",value:"1"==e.form.isBalance,expression:"form.isBalance=='1'"}]},[n("el-input-number",{attrs:{"controls-position":"right",min:.01,max:99999999},model:{value:e.form.balance,callback:function(t){e.$set(e.form,"balance",t)},expression:"form.balance"}}),n("span",{staticClass:"mar_l10"},[e._v("元")])],1)]),n("div",{staticClass:"mar_t10 t_l numberInput"},[n("div",{staticClass:"mar_lr10"},[n("el-checkbox-group",{model:{value:e.form.isIntegral,callback:function(t){e.$set(e.form,"isIntegral",t)},expression:"form.isIntegral"}},[n("el-checkbox",{attrs:{"true-label":"1","false-label":"2"}},[e._v("赠送积分")])],1)],1),n("div",{directives:[{name:"show",rawName:"v-show",value:"1"==e.form.isIntegral,expression:"form.isIntegral=='1'"}]},[n("el-input-number",{attrs:{"controls-position":"right",min:1,max:99999999},model:{value:e.form.integral,callback:function(t){e.$set(e.form,"integral",t)},expression:"form.integral"}}),n("span",{staticClass:"mar_l10"},[e._v("积分")])],1)]),n("div",{staticClass:"mar_t10 t_l numberInput"},[n("div",{staticClass:"mar_lr10"},[n("el-checkbox-group",{model:{value:e.form.isGrowth,callback:function(t){e.$set(e.form,"isGrowth",t)},expression:"form.isGrowth"}},[n("el-checkbox",{attrs:{"true-label":"1","false-label":"2"}},[e._v("赠送成长值")])],1)],1),n("div",{directives:[{name:"show",rawName:"v-show",value:"1"==e.form.isGrowth,expression:"form.isGrowth=='1'"}]},[n("el-input-number",{attrs:{"controls-position":"right",min:1,max:99999999},model:{value:e.form.growth,callback:function(t){e.$set(e.form,"growth",t)},expression:"form.growth"}}),n("span",{staticClass:"mar_l10"},[e._v("成长值")])],1)])])]),n("el-form-item"