chunk-b709.7ed877f1.js 15 KB

1
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-b709"],{"1KF5":function(e,t,n){"use strict";n.r(t);var a=n("6KLq"),i=n("1nDX"),r=n("zBnO"),l=n("NSWC"),o={name:"ChargingStation",components:{TableFieldCfg:i.a,LazyTree:r.a},mixins:[l.a],data:function(){return{loading:!1,records:0,searchForm:{is_all_level:1,page:1,limit:10},tableData:[],fieldDefs:[{label:"充电站名称",prop:"group_name",align:"center",minWidth:150},{label:"所在城市",prop:"cityname",align:"center"},{label:"充电站地址",prop:"address",align:"center",minWidth:200},{label:"订单量",prop:"order_count",align:"center"},{label:"联系人",prop:"contacts",align:"center"},{label:"状态",prop:"status",align:"center"}]}},beforeRouteEnter:function(e,t,n){n(function(t){e.meta.refresh&&t.queryList()})},created:function(){!this.$route.meta.refresh&&this.queryList()},methods:{selectGroup:function(e){this.searchForm.shop_id=e.shop_id},handleAdd:function(){this.$router.push({path:"/add-chargingStation"})},handleUpdate:function(e){this.$router.push({path:"/edit-chargingStation?id="+e.group_id})},handleCurrentChange:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;this.searchForm.page=e,this.queryList()},handleSizeChange:function(e){this.searchForm.limit=e,this.queryList()},queryList:function(){var e=this;this.loading=!0,Object(a.j)(this.searchForm).then(function(t){var n=t.data,a=n.data,i=n.code;e.loading=!1,200===i&&(e.tableData=a.list,e.records=+a.total)}).catch(function(){e.loading=!1})},showDetail:function(e){this.$router.push("/chargingStationDetail?id="+e.group_id)}}},s=n("KHd+"),c=Object(s.a)(o,function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"app-container"},[n("div",{staticClass:"search-container"},[n("el-form",{staticClass:"demo-form-inline",attrs:{inline:!0,model:e.searchForm,size:"mini"}},[n("el-form-item",{attrs:{label:"门店"}},[n("lazy-tree",{ref:"addTree",staticStyle:{"margin-bottom":"0",display:"flex",width:"100%"},attrs:{"input-width":"400px"},on:{handleSelectGroup:e.selectGroup}})],1),e._v(" "),n("el-form-item",[n("el-checkbox",{attrs:{"true-label":1,"false-label":0},model:{value:e.searchForm.is_all_level,callback:function(t){e.$set(e.searchForm,"is_all_level",t)},expression:"searchForm.is_all_level"}},[e._v("包含所有门店")])],1),e._v(" "),n("el-form-item",{attrs:{label:"充电站名称"}},[n("el-input",{staticStyle:{width:"160px"},attrs:{placeholder:"充电站名称",clearable:""},model:{value:e.searchForm.name,callback:function(t){e.$set(e.searchForm,"name",t)},expression:"searchForm.name"}})],1),e._v(" "),n("el-form-item",{attrs:{label:"状态"}},[n("el-select",{staticStyle:{width:"150px"},attrs:{clearable:"",placeholder:"状态",size:"mini"},model:{value:e.searchForm.status,callback:function(t){e.$set(e.searchForm,"status",t)},expression:"searchForm.status"}},[n("el-option",{attrs:{label:"启用",value:"ENABLED"}}),e._v(" "),n("el-option",{attrs:{label:"禁用",value:"DISABLED"}})],1)],1),e._v(" "),n("el-form-item",[n("el-button",{attrs:{type:"primary",icon:"el-icon-search",size:"mini"},on:{click:function(t){e.handleCurrentChange()}}},[e._v("查询")]),e._v(" "),n("el-button",{attrs:{type:"success",icon:"el-icon-plus",size:"mini"},on:{click:e.handleAdd}},[e._v("新增")])],1),e._v(" "),n("el-form-item",[n("el-tooltip",{attrs:{content:"表格字段设置",effect:"dark"}},[n("img",{staticClass:"table-cfg-icon",attrs:{src:"https://qiniu.bms16.com/menu_header_config.png"},on:{click:e.loadFieldDialog}})])],1)],1)],1),e._v(" "),n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],key:JSON.stringify(e.fieldDefsData),ref:"multipleTable",staticStyle:{width:"100%"},attrs:{data:e.tableData,border:""},on:{"row-dblclick":e.handleUpdate,"header-dragend":e.onHeaderDragend}},[e._l(e.fieldDefsData,function(t,a){return n("el-table-column",e._b({key:a,scopedSlots:e._u([{key:"default",fn:function(a){return["status"===t.prop?n("div",["ENABLED"===a.row.status?n("el-tag",{attrs:{type:"success"}},[e._v("启用")]):e._e(),e._v(" "),"DISABLED"===a.row.status?n("el-tag",{attrs:{type:"danger"}},[e._v("禁用")]):e._e()],1):"contacts"===t.prop?n("div",[e._v("\n "+e._s(a.row.contacts)+" "+e._s("/"+a.row.phone)+"\n ")]):n("div",[e._v(e._s(a.row[t.prop]))])]}}])},"el-table-column",t,!1))}),e._v(" "),n("el-table-column",{attrs:{label:"操作",align:"center",width:"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("el-button",{attrs:{type:"text",size:"mini"},on:{click:function(n){e.handleUpdate(t.row)}}},[e._v("修改")]),e._v(" "),n("el-button",{attrs:{type:"text",size:"mini"},on:{click:function(n){e.showDetail(t.row)}}},[e._v("详情")])]}}])})],2),e._v(" "),n("el-pagination",{staticStyle:{"margin-top":"10px"},attrs:{"current-page":e.searchForm.page,"page-size":e.searchForm.limit,total:e.records,background:"",layout:"total, sizes, prev, pager, next, jumper"},on:{"current-change":e.handleCurrentChange,"size-change":e.handleSizeChange}}),e._v(" "),n("TableFieldCfg",{ref:"TableFieldCfg",attrs:{"default-column-defs":e.fieldDefs},on:{success:e.getTableListFieldDefs}})],1)},[],!1,null,null,null);c.options.__file="chargingStation.vue";t.default=c.exports},"1nDX":function(e,t,n){"use strict";var a=n("m1cH"),i=n.n(a),r=n("gDS+"),l=n.n(r),o=n("QbLZ"),s=n.n(o),c=n("U/5H"),u=n.n(c),d=n("wk8/"),f={props:{defaultColumnDefs:{type:Array,default:function(){return[]}},type_id:{type:[String,Number],default:""}},data:function(){return{visible:!1,fieldList:[],pinnedArr:[{label:"不固定",value:!1},{label:"左侧固定",value:"left"},{label:"右侧固定",value:"right"}]}},computed:{hideFieldLen:function(e){return e.fieldList.filter(function(e){return e.hide}).length}},methods:{initSort:function(){var e=this,t=this.$refs.multipleTable.$el.querySelectorAll(".el-table__body-wrapper > table > tbody")[0];new u.a(t,{animation:150,onEnd:function(t){var n=e.fieldList.splice(t.oldIndex,1)[0];e.fieldList.splice(t.newIndex,0,n)}})},tableRowClassName:function(e){return e.row.hide?"hide-row-class":""},selectData:function(e,t){this.$set(t,"hide",!t.hide)},selectAll:function(e){var t=this;this.fieldList.forEach(function(n){t.$set(n,"hide",!e.length)})},dataFormat:function(e){return e.map(function(e){return s()({},e,{hide:e.hide||!1,fixed:e.fixed||!1,prop:e.prop||e.key,fixedText:{left:"左侧固定",right:"右侧固定"}[e.fixed]||"不固定"})})},load:function(e){var t=this;Array.isArray(e)&&(this.fieldList=this.dataFormat(e),this.visible=!0,this.$nextTick(function(){t.fieldList.forEach(function(e){e.hide||t.$refs.multipleTable.toggleRowSelection(e)}),t.initSort()}))},onSubmit:function(){var e=this,t=this.fieldList;t.filter(function(e){return!e.hide}).length<1?this.$message({type:"warning",message:"列表至少展示一个字段"}):Object(d.bb)({type_id:this.$route.name,content:l()(this.fieldList)}).then(function(n){200===n.data.code?(e.$message.success("修改成功"),e.$emit("success",[].concat(i()(t))),e.visible=!1):e.$message.error(n.data.msg)})},reset:function(){this.load(this.defaultColumnDefs),this.$message({message:"已恢复默认,保存后生效!",type:"success"})},onClose:function(){this.visible=!1}}},p=(n("PpT3"),n("KHd+")),h=Object(p.a)(f,function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-dialog",{staticClass:"table-field-cfg",attrs:{visible:e.visible,"append-to-body":""},on:{"update:visible":function(t){e.visible=t},close:e.onClose}},[n("div",{staticClass:"title-row",attrs:{slot:"title"},slot:"title"},[n("h4",{staticStyle:{margin:"0"}},[e._v("表格字段设置")]),e._v(" "),n("div",[e._v("\n (共 "+e._s(e.fieldList.length)+"个字段, 已隐藏"+e._s(e.hideFieldLen)+"个)\n ")]),e._v(" "),n("el-button",{staticClass:"reset-btn",attrs:{type:"text"},on:{click:e.reset}},[e._v("恢复默认")])],1),e._v(" "),n("div",{staticClass:"main"},[n("el-table",{ref:"multipleTable",attrs:{data:e.fieldList,"row-class-name":e.tableRowClassName,"max-height":"500","row-key":"prop"},on:{select:e.selectData,"select-all":e.selectAll}},[n("el-table-column",{attrs:{width:"40px"},scopedSlots:e._u([{key:"default",fn:function(e){return[n("i",{staticClass:"el-icon-rank",staticStyle:{cursor:"move"}})]}}])}),e._v(" "),n("el-table-column",{attrs:{type:"selection"}}),e._v(" "),n("el-table-column",{attrs:{label:"序号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.$index+1)+"\n "),t.row.hide?n("el-tag",{staticStyle:{"margin-left":"5px"},attrs:{type:"info"}},[e._v("隐藏")]):e._e()]}}])}),e._v(" "),n("el-table-column",{attrs:{label:"字段名",prop:"label"}}),e._v(" "),n("el-table-column",{attrs:{label:"固定列",prop:"fixedText"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("el-select",{staticStyle:{width:"108px"},attrs:{size:"mini",placeholder:"请选择固定列方式"},model:{value:t.row.fixed,callback:function(n){e.$set(t.row,"fixed",n)},expression:"scope.row.fixed"}},e._l(e.pinnedArr,function(e,t){return n("el-option",{key:t,attrs:{label:e.label,value:e.value}})}))]}}])}),e._v(" "),n("el-table-column",{attrs:{label:"对齐方式"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("el-select",{staticStyle:{width:"108px"},attrs:{size:"mini",placeholder:"对齐方式"},model:{value:t.row.align,callback:function(n){e.$set(t.row,"align",n)},expression:"scope.row.align"}},[n("el-option",{attrs:{label:"左侧对齐",value:"left"}}),e._v(" "),n("el-option",{attrs:{label:"居中",value:"center"}}),e._v(" "),n("el-option",{attrs:{label:"右侧对齐",value:"right"}})],1)]}}])}),e._v(" "),n("el-table-column",{attrs:{label:"宽度",prop:"width"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("el-input",{attrs:{size:"mini",placeholder:"字段宽度"},model:{value:t.row.width,callback:function(n){e.$set(t.row,"width",n)},expression:"scope.row.width"}})]}}])})],1)],1),e._v(" "),n("div",{staticClass:"footer",attrs:{slot:"footer"},slot:"footer"},[n("el-button",{attrs:{size:"medium"},on:{click:e.onClose}},[e._v("取 消")]),e._v(" "),n("el-button",{attrs:{type:"primary",size:"medium"},on:{click:e.onSubmit}},[e._v("确 定")])],1)])},[],!1,null,"46453d70",null);h.options.__file="index.vue";t.a=h.exports},"6KLq":function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"j",function(){return l}),n.d(t,"i",function(){return o}),n.d(t,"f",function(){return s}),n.d(t,"h",function(){return c}),n.d(t,"d",function(){return u}),n.d(t,"l",function(){return d}),n.d(t,"k",function(){return f}),n.d(t,"b",function(){return p}),n.d(t,"g",function(){return h}),n.d(t,"m",function(){return b}),n.d(t,"o",function(){return m}),n.d(t,"p",function(){return g}),n.d(t,"e",function(){return v}),n.d(t,"r",function(){return _}),n.d(t,"c",function(){return y}),n.d(t,"n",function(){return w}),n.d(t,"q",function(){return x});var a=n("t3Un"),i=n("clrU");function r(e){return Object(a.a)({url:"?r=chrpannel-group/add",method:"post",data:e})}function l(e){return Object(a.a)({url:"?r=chrpannel-group/list",method:"post",data:e})}function o(e){return Object(a.a)({url:"?r=chrpannel-group/info",method:"post",data:e})}function s(e){return Object(a.a)({url:"?r=chrpannel-group/edit",method:"post",data:e})}function c(e){return Object(a.a)({url:"?r=chrpannel-group/detail",method:"post",data:e})}function u(e){return Object(a.a)({url:"?r=chrpannel/batch-operate-port",method:"post",data:e})}function d(e){return Object(a.a)({url:"?r=chrpannel/list",method:"get",params:e})}function f(e){return Object(a.a)({url:"?r=chrpannel/detail",method:"post",data:e})}function p(e){return Object(a.a)({url:"?r=chrpannel/add",method:"post",data:e})}function h(e){return Object(a.a)({url:"?r=chrpannel/edit",method:"post",data:e})}function b(e){return Object(a.a)({url:"?r=chrpannel/info",method:"post",data:e})}function m(e){return Object(a.a)({url:"?r=chrpannel/third-device-type-list",method:"post",data:e})}function g(e){return Object(i.a)({url:"/sim/sim-type-list",method:"get",data:e})}function v(e){return Object(a.a)({url:"?r=chrpannel/batch-restart",method:"post",data:e})}function _(e){return Object(a.a)({url:"?r=chrpannel-group/search-refresh-chrpannel",method:"post",data:e})}function y(e){return Object(a.a)({url:"?r=chrpannel/transfer",method:"post",data:e})}function w(e){return Object(a.a)({url:"?r=chrpannel/list-by-dev-id-list",method:"post",data:e})}function x(e){return Object(a.a)({url:"?r=chrpannel/refresh-common-code",method:"post",data:e})}},ElaR:function(e,t,n){var a=n("wlPf");"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);(0,n("SZ7m").default)("6b9594e9",a,!0,{})},NSWC:function(e,t,n){"use strict";var a=n("gDS+"),i=n.n(a),r=n("GQeE"),l=n.n(r),o=n("wk8/");t.a={data:function(){return{tableFieldDefs:[]}},mounted:function(){this.getTableListFieldDefs()},computed:{fieldDefsData:function(){return this.tableFieldDefs.filter(function(e){return!e.hide})}},methods:{getTableListFieldDefs:function(){var e=this;Object(o.qb)({type_id:this.$route.name}).then(function(t){var n=t.data.data,a=l()(n).length?n.data.content:e.fieldDefs;e.$nextTick(function(){e.tableFieldDefs=a})})},loadFieldDialog:function(){this.$refs.TableFieldCfg&&this.$refs.TableFieldCfg.load(this.tableFieldDefs)},onHeaderDragend:function(e,t,n,a){this.setColumnWidth(n,e)},setColumnWidth:function(e,t){var n=this,a=this.tableFieldDefs.map(function(a){return a.prop===e.property&&n.$set(a,"width",t),a});Object(o.bb)({type_id:this.$route.name,content:i()(a)})}}}},PpT3:function(e,t,n){"use strict";var a=n("ElaR");n.n(a).a},clrU:function(e,t,n){"use strict";var a=n("4d7F"),i=n.n(a),r=n("vDqi"),l=n.n(r),o=n("XJYT"),s=n("Q2AE"),c=n("X4fA"),u=l.a.create({baseURL:"https://bmsapi.bms16.com/",timeout:15e3});u.interceptors.request.use(function(e){return s.a.getters.token&&(e.headers["X-Token"]=Object(c.b)(),e.params={token:Object(c.a)()}),e},function(e){i.a.reject(e)}),u.interceptors.response.use(function(e){return e},function(e){return Object(o.Message)({message:e.message,type:"error",duration:5e3}),i.a.reject(e)}),t.a=u},wlPf:function(e,t,n){(e.exports=n("I1BE")(!1)).push([e.i,"[data-v-46453d70] .el-table .hide-row-class {\n background: rgba(144, 147, 153, 0.3);\n}\n.table-field-cfg[data-v-46453d70] .el-dialog__body {\n padding: 10px 20px !important;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n.table-field-cfg[data-v-46453d70] .el-dialog__footer {\n padding: 16px !important;\n}\n.table-field-cfg .title-row[data-v-46453d70] {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}\n.table-field-cfg .title-row .reset-btn[data-v-46453d70] {\n font-size: 15px;\n color: #000;\n}\n.table-field-cfg .title-row .reset-btn[data-v-46453d70]:active {\n opacity: .5;\n}\n.table-field-cfg .main[data-v-46453d70] {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n width: 100%;\n display: block;\n}\n.table-field-cfg .footer[data-v-46453d70] {\n text-align: center;\n background: #fff;\n width: 100%;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n",""])}}]);