1 line
16 KiB
JavaScript
1 line
16 KiB
JavaScript
![]() |
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0dece3"],{"86e4":function(t,e,o){"use strict";o.r(e);var a=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"outmain ba_f"},[t._m(0),o("el-button",{attrs:{type:"primary",size:"medium"},on:{click:t.handleEdit}},[t._v("新增区域")]),o("div",{staticClass:"tabledata mar_t20"},[o("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],staticStyle:{width:"100%"},attrs:{data:t.list,"element-loading-text":t.elementLoadingText,stripe:""},on:{"selection-change":t.setSelectRows}},[o("el-table-column",{attrs:{type:"selection",width:"55"}}),o("el-table-column",{attrs:{prop:"sort",label:"排序"}}),o("el-table-column",{attrs:{prop:"name",label:"区域名称"}}),o("el-table-column",{attrs:{prop:"display",label:"状态"},scopedSlots:t._u([{key:"default",fn:function(e){return[o("div",{},[o("el-switch",{attrs:{"active-value":"1","inactive-value":"2"},on:{change:function(o){return t.changeSwitch(e.row)}},model:{value:e.row.display,callback:function(o){t.$set(e.row,"display",o)},expression:"scope.row.display"}})],1)]}}])}),o("el-table-column",{attrs:{prop:"type",label:"总店抽佣"},scopedSlots:t._u([{key:"default",fn:function(e){return["1"==e.row.data.type?o("div",[o("div",[t._v("总店抽佣:"+t._s(e.row.data.goodsPlatformProportion)+"%")]),o("div",[t._v("配送费:"+t._s(e.row.data.deliverPlatformProportion)+"%")]),o("div",[t._v("包装费:"+t._s(e.row.data.boxPlatformProportion)+"%")])]):o("div",[o("div",[t._v("总店抽佣:"+t._s(e.row.data.goodsFixedMoney)+"元")]),o("div",[t._v("配送费:"+t._s(e.row.data.deliverFixedMoney)+"元")]),o("div",[t._v("包装费:"+t._s(e.row.data.boxFixedMoney)+"元")])])]}}])}),o("el-table-column",{attrs:{label:"操作"},scopedSlots:t._u([{key:"default",fn:function(e){return[o("div",{staticClass:"flex"},[o("el-button",{attrs:{type:"text"},on:{click:function(o){return t.handleEdit(e.row)}}},[t._v("编辑")]),o("el-button",{attrs:{type:"text"},on:{click:function(o){return t.handleDelete(e.row)}}},[t._v("删除")])],1)]}}])})],1),o("el-pagination",{attrs:{background:"",layout:"prev, pager, next",total:t.page.total,"page-size":t.page.pagesize,"current-page":t.page.currentPage},on:{"update:currentPage":function(e){return t.$set(t.page,"currentPage",e)},"update:current-page":function(e){return t.$set(t.page,"currentPage",e)},"current-change":t.handleCurrentChange}}),o("edit",{ref:"edit",on:{fetchData:t.fetchData}})],1)],1)},r=[function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"shuju_title mar_b20"},[o("div",{staticClass:"shuju_title_text"},[o("span",[t._v("门店区域")])])])}],n=(o("d81d"),o("96cf"),o("1da1")),i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{},[o("el-dialog",{attrs:{title:t.title,visible:t.dialogFormVisible,width:"900px"},on:{"update:visible":function(e){t.dialogFormVisible=e},close:t.close}},[o("el-form",{ref:"form",attrs:{model:t.form,"label-width":"130px"}},[o("el-form-item",{attrs:{label:"排序",prop:"sort"}},[o("el-input",{attrs:{autocomplete:"off",type:"number",placeholder:"请输入排序"},model:{value:t.form.sort,callback:function(e){t.$set(t.form,"sort","string"===typeof e?e.trim():e)},expression:"form.sort"}})],1),o("el-form-item",{attrs:{label:"区域名称",prop:"name"}},[o("el-input",{attrs:{autocomplete:"off",placeholder:"请输入区域名称"},model:{value:t.form.name,callback:function(e){t.$set(t.form,"name","string"===typeof e?e.trim():e)},expression:"form.name"}})],1),o("el-form-item",{attrs:{label:"佣金比例",prop:"type"}},[o("el-radio-group",{model:{value:t.data.type,callback:function(e){t.$set(t.data,"type",e)},expression:"data.type"}},[o("el-radio",{attrs:{label:"1"}},[t._v("按订单百分比抽成")]),o("el-radio",{attrs:{label:"2"}},[t._v("按固定金额")])],1)],1),"1"==t.data.type?o("div",[o("el-form-item",{attrs:{label:"商品抽佣比例"}},[o("el-input",{staticStyle:{width:"220px"},model:{value:t.data.goodsPlatformProportion,
|