easypay-admin/crmebadmin/static/js/chunk-b4417c76.c9a33b0a.js

1 line
23 KiB
JavaScript
Raw Normal View History

2023-12-20 21:43:49 +08:00
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-b4417c76"],{"1c1a":function(t,e,r){"use strict";r.r(e);var a=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"divBox"},[r("el-card",{staticClass:"box-card"},[r("div",{staticClass:"clearfix",attrs:{slot:"header"},slot:"header"},[r("div",{staticClass:"container"},[r("el-form",{ref:"form",attrs:{inline:"",model:t.artFrom,size:"small"},nativeOn:{submit:function(t){t.preventDefault()}}},[r("el-form-item",{attrs:{label:"提货点名称:"}},[r("el-select",{staticClass:"selWidth",attrs:{placeholder:"请选择",clearable:""},on:{change:t.search},model:{value:t.artFrom.storeId,callback:function(e){t.$set(t.artFrom,"storeId",e)},expression:"artFrom.storeId"}},t._l(t.storeSelectList,(function(t){return r("el-option",{key:t.id,attrs:{label:t.name,value:t.id}})})),1)],1)],1)],1),t._v(" "),r("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["admin:system:staff:save"],expression:"['admin:system:staff:save']"}],attrs:{type:"primary",size:"small"},on:{click:t.add}},[t._v("添加核销员")])],1),t._v(" "),r("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],attrs:{data:t.tableData,size:"small","header-cell-style":{fontWeight:"bold"}}},[r("el-table-column",{attrs:{prop:"id",label:"ID",sortable:"",width:"80"}}),t._v(" "),r("el-table-column",{attrs:{prop:"staffName",label:"核销员名称","min-width":"150"}}),t._v(" "),r("el-table-column",{attrs:{prop:"avatar",label:"账号","min-width":"150"}}),t._v(" "),r("el-table-column",{attrs:{prop:"phone",label:"手机号码","min-width":"100"}}),t._v(" "),r("el-table-column",{attrs:{prop:"systemStore.detailedAddress",label:"所属提货点","min-width":"200"}}),t._v(" "),r("el-table-column",{attrs:{prop:"createTime",label:"添加时间","min-width":"180"}}),t._v(" "),r("el-table-column",{attrs:{fixed:"right",label:"操作","min-width":"120"},scopedSlots:t._u([{key:"default",fn:function(e){var a=e.row;e.index;return[r("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["admin:system:staff:info"],expression:"['admin:system:staff:info']"}],attrs:{type:"text",size:"small"},on:{click:function(e){return t.edit(a.id)}}},[t._v("编辑")]),t._v(" "),r("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["admin:system:staff:delete"],expression:"['admin:system:staff:delete']"}],attrs:{type:"text",size:"small"},on:{click:function(e){return t.storeDelete(a.id)}}},[t._v("删除")])]}}])})],1),t._v(" "),r("el-pagination",{staticClass:"mt20",attrs:{"current-page":t.artFrom.page,"page-sizes":[20,40,60,100],"page-size":t.artFrom.limit,layout:"total, sizes, prev, pager, next, jumper",total:t.total},on:{"size-change":t.sizeChange,"current-change":t.pageChange}}),t._v(" "),r("add-clerk-list",{ref:"template",attrs:{storeSelectList:t.storeSelectList},on:{tableList:t.tableList}})],1)],1)},n=[],i=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("el-dialog",{attrs:{title:t.id?"修改核销员":"添加核销员",visible:t.dialogFormVisible,width:"750px"},on:{"update:visible":function(e){t.dialogFormVisible=e},close:t.cancel},model:{value:t.dialogFormVisible,callback:function(e){t.dialogFormVisible=e},expression:"dialogFormVisible"}},[r("el-form",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],ref:"ruleForm",staticClass:"demo-ruleForm",attrs:{model:t.ruleForm,rules:t.rules,"label-width":"150px"},nativeOn:{submit:function(t){t.preventDefault()}}},[r("el-form-item",{attrs:{label:"管理员:",prop:"uid"}},[r("span",{domProps:{textContent:t._s(t.ruleForm.avatar)}}),t._v(" "),r("el-button",{attrs:{type:"primary",size:"small"},on:{click:t.upImg}},[t._v("选择管理员")])],1),t._v(" "),r("el-form-item",{attrs:{label:"所属提货点:",prop:"storeId"}},[r("el-select",{staticStyle:{width:"50%"},attrs:{placeholder:"请选择",clearable:""},model:{value:t.ruleForm.storeId,callback:function(e){t.$set(t.ruleForm,"storeId",e)},expression:"ruleForm.storeId"}},t._l(t.storeSel