ERP/static/js/chunk-a76f.8afb3ec1.js
beyond e4cd916a0c beyond 8.1 version2
beyond 8.1 version2
2019-08-01 19:52:12 +08:00

1 line
36 KiB
JavaScript

(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-a76f"],{"6CFD":function(e,t,n){"use strict";n.r(t);var a=n("P2sY"),r=n.n(a),o=n("6HaC"),i=n("BJvg"),l=n("ZySA"),s=n("Mz3J"),d={name:"CustomerList",directives:{waves:l.a},components:{Pagination:s.a},filters:{genderFilter:function(e){return{1:"男",2:"女"}[e]}},data:function(){return{moreaction:[],editVisible:!1,nations:[],provinces:[],cities:[],countryid:"",provinceid:"",cityid:"",repositoryid:"",customerForm:{firstName:"",middleName:"",lastName:"",customerName:"",email:"",phoneNumber:"",gender:"",countryName:"",provinceName:"",cityName:"",level:"",address:"",repositoryName:"",birthday:"",source:"",newOrOld:"",customerType:""},customerFormrules:{phone:[{required:!0,message:"请输入电话",trigger:"blur"}],lastName:[{required:!0,message:"请输入姓氏",trigger:"blur"}],firstName:[{required:!0,message:"请输入名",trigger:"blur"}]},customertypes:[],customertyp:1,levels:[],levelstype:2,sources:[],sourcestype:3,downloadLoading:!1,list:[],total:0,tableKey:0,listLoading:!0,getemplist:{customername:"",customerphone:"",level:"",createtime:"",type:"",pagenum:1,pagesize:10,repositoryid:"",source:""},depts:[],props:{value:"id",label:"regionName",children:"regionListVos"},regions:[],getemplistregions:[],repositories:[]}},mounted:function(){this.getlist(),this.getCategory()},methods:{getCategory:function(){var e=this;Object(i.j)(this.customertyp).then(function(t){200===t.data.ret?e.customertypes=t.data.data.content.list:e.$notify.error({title:"错误",message:"出错了",offset:100})}),Object(i.j)(this.levelstype).then(function(t){200===t.data.ret?e.levels=t.data.data.content.list:e.$notify.error({title:"错误",message:"出错了",offset:100})}),Object(i.j)(this.sourcestype).then(function(t){200===t.data.ret?e.sources=t.data.data.content.list:e.$notify.error({title:"错误",message:"出错了",offset:100})}),Object(o.e)().then(function(t){200===t.data.ret?e.repositories=t.data.data.content.list:e.$notify.error({title:"错误",message:"出错了",offset:100})})},getlist:function(){var e=this;this.listLoading=!0,Object(i.e)(this.getemplist).then(function(t){200===t.data.ret?(e.list=t.data.data.content.list,e.total=t.data.data.content.totalCount):e.$notify.error({title:"错误",message:"出错了",offset:100}),setTimeout(function(){e.listLoading=!1},50)})},handleFilter:function(){var e=this;this.getemplist.pagenum=1,Object(i.e)(this.getemplist).then(function(t){200===t.data.ret?(e.list=t.data.data.content.list,e.total=t.data.data.content.totalCount):e.$notify.error({title:"错误",message:"出错了",offset:100})})},handleAdd:function(){this.$router.push("/Customer/NewCustomer")},handleContract:function(){console.log(123)},handleExport:function(){var e=this;this.downloadLoading=!0,Promise.all([n.e("chunk-ef4a"),n.e("chunk-6b3a")]).then(n.bind(null,"S/jZ")).then(function(t){var n=e.formatJson(["id","customerName","customerTypeWZ","customerLevel","birthday","source","newOrOld","phoneNumber","gender","address","point"],e.list);t.export_json_to_excel({header:["编号","客户姓名","客户类型","客户优质级别","生日","客户来源","新老客户","客户电话","性别","详细地址","积分"],data:n,filename:"客户资料表"}),e.downloadLoading=!1})},formatJson:function(e,t){return t.map(function(t){return e.map(function(e){return t[e]})})},handlePrint:function(){console.log(456)},tranKTree:function(e){var t=this;if(e&&e.length)return e.map(function(e){return{id:e.id,regionName:e.regionName,regionListVos:t.tranKTree(e.regionListVos)}})},handlechange4:function(e){var t=this,n=e[e.length-1];Object(o.e)(n).then(function(e){200===e.data.ret?t.repositories=e.data.data.content:t.$message.error("出错了")})},handleSelectionChange:function(e){this.moreaction=e},handleCommand:function(e){var t=this,n=this.moreaction.map(function(e){return e.id}).join();"delete"===e&&this.$confirm("此操作将永久删除该文件, 是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){Object(i.h)(n).then(function(e){200===e.data.ret?(t.$notify({title:"删除成功",type:"success",offset:100}),t.getlist()):t.$notify.error({title:"错误",message:"出错了",offset:100})})}).catch(function(){t.$message({type:"info",message:"已取消删除"})})},handleDelete:function(e){var t=this;this.$confirm("此操作将永久删除该文件, 是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){Object(i.h)(e.id).then(function(e){200===e.data.ret?(t.$notify({title:"删除成功",type:"success",offset:100}),t.getlist()):t.$notify.error({title:"错误",message:"出错了",offset:100})})}).catch(function(){t.$message({type:"info",message:"已取消删除"})})},handleEdit:function(e){console.log(e),this.getnationlist(),this.editVisible=!0,this.customerForm=r()({},e),this.customerForm.newOrOld=String(e.newOrOld)},handleEditok:function(){var e=this;this.customerForm.countryid=this.countryid,this.customerForm.provinceid=this.provinceid,this.customerForm.cityid=this.cityid,this.customerForm.repositoryid=this.repositoryid,console.log(this.customerForm),Object(i.l)(this.customerForm).then(function(t){200===t.data.ret?(e.$notify({title:"操作成功",message:"操作成功",type:"success",duration:1e3,offset:100}),e.getlist(),e.editVisible=!1):e.$notify.error({title:"错误",message:"出错了",offset:100})})},handlecancel:function(){this.editVisible=!1},getnationlist:function(){var e=this;Object(o.b)().then(function(t){200===t.data.ret?e.nations=t.data.data.content:e.$notify.error({title:"错误",message:"出错了",offset:100})})},handlechange:function(e){var t=this;Object(o.c)(e).then(function(e){200===e.data.ret?t.provinces=e.data.data.content:t.$notify.error({title:"错误",message:"出错了",offset:100})})},handlechange2:function(e){var t=this;Object(o.a)(e).then(function(e){console.log(e),200===e.data.ret?t.cities=e.data.data.content:t.$notify.error({title:"错误",message:"出错了",offset:100})})}}},c=(n("PYG/"),n("KHd+")),u=Object(c.a)(d,function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"ERP-container"},[n("div",{staticClass:"filter-container"},[n("el-input",{staticClass:"filter-item",attrs:{placeholder:e.$t("Customer.customername"),clearable:""},nativeOn:{keyup:function(t){return"button"in t||!e._k(t.keyCode,"enter",13,t.key,"Enter")?e.handleFilter(t):null}},model:{value:e.getemplist.customername,callback:function(t){e.$set(e.getemplist,"customername",t)},expression:"getemplist.customername"}}),e._v(" "),n("el-input",{staticClass:"filter-item",attrs:{placeholder:e.$t("Customer.phone"),clearable:""},nativeOn:{keyup:function(t){return"button"in t||!e._k(t.keyCode,"enter",13,t.key,"Enter")?e.handleFilter(t):null}},model:{value:e.getemplist.customerphone,callback:function(t){e.$set(e.getemplist,"customerphone",t)},expression:"getemplist.customerphone"}}),e._v(" "),n("el-date-picker",{staticClass:"filter-item",attrs:{type:"date",placeholder:"选择日期","value-format":"yyyy-MM-dd"},model:{value:e.getemplist.createtime,callback:function(t){e.$set(e.getemplist,"createtime",t)},expression:"getemplist.createtime"}}),e._v(" "),n("el-select",{staticClass:"filter-item",attrs:{value:e.getemplist.type,placeholder:e.$t("Customer.customertype"),clearable:""},model:{value:e.getemplist.type,callback:function(t){e.$set(e.getemplist,"type",t)},expression:"getemplist.type"}},e._l(e.customertypes,function(e,t){return n("el-option",{key:t,attrs:{value:e.id,label:e.categoryName}})})),e._v(" "),n("el-select",{staticClass:"filter-item",attrs:{value:e.getemplist.level,placeholder:e.$t("Customer.level"),clearable:""},model:{value:e.getemplist.level,callback:function(t){e.$set(e.getemplist,"level",t)},expression:"getemplist.level"}},e._l(e.levels,function(e,t){return n("el-option",{key:t,attrs:{value:e.id,label:e.categoryName}})})),e._v(" "),n("el-popover",{attrs:{placement:"bottom",width:"500",trigger:"click"}},[n("el-select",{staticClass:"filter-item",staticStyle:{width:"40%",float:"left"},attrs:{value:e.getemplist.source,placeholder:e.$t("Customer.source"),clearable:""},model:{value:e.getemplist.source,callback:function(t){e.$set(e.getemplist,"source",t)},expression:"getemplist.source"}},e._l(e.sources,function(e,t){return n("el-option",{key:t,attrs:{value:e.id,label:e.categoryName}})})),e._v(" "),n("el-select",{staticStyle:{width:"40%",float:"right","margin-right":"20px"},attrs:{placeholder:"请选择门店",filterable:"",clearable:""},model:{value:e.getemplist.repositoryid,callback:function(t){e.$set(e.getemplist,"repositoryid",t)},expression:"getemplist.repositoryid"}},e._l(e.repositories,function(e,t){return n("el-option",{key:t,attrs:{label:e.repositoryName,value:e.id}})})),e._v(" "),n("div",{staticClass:"seachbutton",staticStyle:{width:"100%",float:"right","margin-top":"20px"}},[n("el-button",{directives:[{name:"waves",rawName:"v-waves"}],staticClass:"filter-item",staticStyle:{float:"right"},attrs:{type:"primary"},on:{click:e.handleFilter}},[e._v(e._s(e.$t("public.search")))])],1),e._v(" "),n("el-button",{directives:[{name:"waves",rawName:"v-waves"}],staticClass:"filter-item",staticStyle:{width:"130px"},attrs:{slot:"reference",type:"primary"},slot:"reference"},[e._v(e._s(e.$t("public.filter"))),n("svg-icon",{staticStyle:{"margin-left":"4px"},attrs:{"icon-class":"shaixuan"}})],1)],1),e._v(" "),n("el-button",{directives:[{name:"waves",rawName:"v-waves"}],staticClass:"filter-item",staticStyle:{width:"86px"},attrs:{type:"primary",icon:"el-icon-search"},on:{click:e.handleFilter}},[e._v(e._s(e.$t("public.search")))]),e._v(" "),n("el-dropdown",{on:{command:e.handleCommand}},[n("el-button",{directives:[{name:"waves",rawName:"v-waves"}],staticClass:"filter-item",attrs:{type:"primary"}},[e._v("\n "+e._s(e.$t("public.batchoperation"))+" "),n("i",{staticClass:"el-icon-arrow-down el-icon--right"})]),e._v(" "),n("el-dropdown-menu",{staticStyle:{width:"140px"},attrs:{slot:"dropdown"},slot:"dropdown"},[n("el-dropdown-item",{staticStyle:{"text-align":"left"},attrs:{command:"delete"}},[n("svg-icon",{staticStyle:{width:"40px"},attrs:{"icon-class":"shanchu"}}),e._v(e._s(e.$t("public.delete")))],1)],1)],1),e._v(" "),n("el-button",{directives:[{name:"waves",rawName:"v-waves"}],staticClass:"filter-item",staticStyle:{width:"86px"},attrs:{loading:e.downloadLoading},on:{click:e.handleExport}},[n("svg-icon",{attrs:{"icon-class":"daochu"}}),e._v(e._s(e.$t("public.export")))],1),e._v(" "),n("el-button",{directives:[{name:"waves",rawName:"v-waves"}],staticClass:"filter-item",staticStyle:{width:"86px"},attrs:{icon:"el-icon-printer"},on:{click:e.handlePrint}},[e._v(e._s(e.$t("public.print")))]),e._v(" "),n("el-button",{directives:[{name:"waves",rawName:"v-waves"}],staticClass:"filter-item",staticStyle:{width:"86px",float:"right"},attrs:{icon:"el-icon-plus",type:"success"},on:{click:e.handleAdd}},[e._v(e._s(e.$t("public.add")))])],1),e._v(" "),n("div",{staticClass:"app-container"},[n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.listLoading,expression:"listLoading"}],key:e.tableKey,staticStyle:{width:"100%"},attrs:{data:e.list,border:"",fit:"","highlight-current-row":""},on:{"selection-change":e.handleSelectionChange}},[n("el-table-column",{attrs:{type:"selection",width:"55",align:"center"}}),e._v(" "),n("el-table-column",{attrs:{label:e.$t("Customer.id"),resizable:!1,prop:"id",align:"center",width:"60"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("span",[e._v(e._s(t.row.id))])]}}])}),e._v(" "),n("el-table-column",{attrs:{label:e.$t("Customer.customername"),resizable:!1,prop:"customerName",align:"center",width:"80"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("span",[e._v(e._s(t.row.customerName))])]}}])}),e._v(" "),n("el-table-column",{attrs:{label:e.$t("Customer.customertype"),resizable:!1,prop:"customerTypeWZ",align:"center",width:"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("span",[e._v(e._s(t.row.customerTypeWZ))])]}}])}),e._v(" "),n("el-table-column",{attrs:{label:e.$t("Customer.level"),resizable:!1,prop:"customerLevel",align:"center",width:"200"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("span",[e._v(e._s(t.row.customerLevel))])]}}])}),e._v(" "),n("el-table-column",{attrs:{label:e.$t("Customer.birthday"),resizable:!1,prop:"birthday",align:"center",width:"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("span",[e._v(e._s(t.row.birthday))])]}}])}),e._v(" "),n("el-table-column",{attrs:{label:e.$t("Customer.source"),resizable:!1,prop:"source",align:"center",width:"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("span",[e._v(e._s(t.row.source))])]}}])}),e._v(" "),n("el-table-column",{attrs:{label:e.$t("Customer.newold"),resizable:!1,prop:"newOrOld",align:"center",width:"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("span",[e._v(e._s(t.row.newOrOld))])]}}])}),e._v(" "),n("el-table-column",{attrs:{label:e.$t("Customer.phone"),resizable:!1,prop:"phoneNumber",align:"center",width:"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("span",[e._v(e._s(t.row.phoneNumber))])]}}])}),e._v(" "),n("el-table-column",{attrs:{label:e.$t("Customer.gender"),resizable:!1,prop:"gender",align:"center",width:"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("span",[e._v(e._s(e._f("genderFilter")(t.row.gender)))])]}}])}),e._v(" "),n("el-table-column",{attrs:{label:e.$t("Customer.address"),resizable:!0,prop:"address",align:"center",width:"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("span",[e._v(e._s(t.row.address))])]}}])}),e._v(" "),n("el-table-column",{attrs:{label:e.$t("Customer.point"),resizable:!1,prop:"point",align:"center",width:"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("span",[e._v(e._s(t.row.point))])]}}])}),e._v(" "),n("el-table-column",{attrs:{label:e.$t("Customer.createTime"),resizable:!1,prop:"createTime",align:"center",width:"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("span",[e._v(e._s(t.row.createTime))])]}}])}),e._v(" "),n("el-table-column",{attrs:{label:e.$t("public.actions"),resizable:!1,align:"center","min-width":"230"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(n){e.handleEdit(t.row)}}},[e._v(e._s(e.$t("public.edit")))]),e._v(" "),n("el-button",{attrs:{size:"mini",type:"danger"},on:{click:function(n){e.handleDelete(t.row)}}},[e._v(e._s(e.$t("public.delete")))])]}}])})],1),e._v(" "),n("pagination",{directives:[{name:"show",rawName:"v-show",value:e.total>0,expression:"total>0"}],attrs:{total:e.total,page:e.getemplist.pagenum,limit:e.getemplist.pagesize},on:{"update:page":function(t){e.$set(e.getemplist,"pagenum",t)},"update:limit":function(t){e.$set(e.getemplist,"pagesize",t)},pagination:e.getlist}}),e._v(" "),n("el-dialog",{attrs:{visible:e.editVisible,top:"10px",title:"修改客户"},on:{"update:visible":function(t){e.editVisible=t}}},[n("h2",{ref:"geren",staticClass:"form-name"},[e._v("基本信息")]),e._v(" "),n("div",{staticClass:"container"},[n("el-form",{ref:"customerForm",staticClass:"demo-ruleForm",staticStyle:{"margin-left":"30px"},attrs:{model:e.customerForm,rules:e.customerFormrules,inline:!0,"status-icon":"","label-position":"top","label-width":"300px"}},[n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:e.$t("Customer.firstname"),prop:"firstname"}},[n("el-input",{attrs:{placeholder:"请输入名",clearable:""},model:{value:e.customerForm.firstName,callback:function(t){e.$set(e.customerForm,"firstName",t)},expression:"customerForm.firstName"}})],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:e.$t("Customer.middlename"),prop:"middlename"}},[n("el-input",{attrs:{placeholder:"请输入中间名",clearable:""},model:{value:e.customerForm.middleName,callback:function(t){e.$set(e.customerForm,"middleName",t)},expression:"customerForm.middleName"}})],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%"},attrs:{label:e.$t("Customer.lastname"),prop:"lastname"}},[n("el-input",{attrs:{placeholder:"请输入姓氏",clearable:""},model:{value:e.customerForm.lastName,callback:function(t){e.$set(e.customerForm,"lastName",t)},expression:"customerForm.lastName"}})],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%"},attrs:{label:e.$t("Customer.phone")}},[n("el-input",{attrs:{placeholder:"请输入客户电话",clearable:""},model:{value:e.customerForm.phoneNumber,callback:function(t){e.$set(e.customerForm,"phoneNumber",t)},expression:"customerForm.phoneNumber"}})],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%"},attrs:{label:e.$t("Customer.gender"),prop:"gender"}},[n("el-radio-group",{staticStyle:{width:"80%"},model:{value:e.customerForm.gender,callback:function(t){e.$set(e.customerForm,"gender",t)},expression:"customerForm.gender"}},[n("el-radio",{staticStyle:{width:"50%"},attrs:{label:1}},[e._v(e._s(e.$t("public.male")))]),e._v(" "),n("el-radio",{attrs:{label:2}},[e._v(e._s(e.$t("public.female")))])],1)],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:e.$t("Customer.customertype")}},[n("el-select",{staticStyle:{width:"100%"},attrs:{value:e.customerForm.customerType,placeholder:"请选择客户类型"},model:{value:e.customerForm.customerType,callback:function(t){e.$set(e.customerForm,"customerType",t)},expression:"customerForm.customerType"}},e._l(e.customertypes,function(e,t){return n("el-option",{key:t,attrs:{value:e.id,label:e.categoryName}})}))],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:e.$t("Customer.level")}},[n("el-select",{staticStyle:{width:"100%"},attrs:{value:e.customerForm.level,placeholder:"请选择客户优质级别"},model:{value:e.customerForm.level,callback:function(t){e.$set(e.customerForm,"level",t)},expression:"customerForm.level"}},e._l(e.levels,function(e,t){return n("el-option",{key:t,attrs:{value:e.id,label:e.categoryName}})}))],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:e.$t("Customer.source")}},[n("el-select",{staticStyle:{width:"100%"},attrs:{value:e.customerForm.source,placeholder:"请选择客户来源"},model:{value:e.customerForm.source,callback:function(t){e.$set(e.customerForm,"source",t)},expression:"customerForm.source"}},e._l(e.sources,function(e,t){return n("el-option",{key:t,attrs:{value:e.id,label:e.categoryName}})}))],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:e.$t("Customer.newold")}},[n("el-select",{staticStyle:{width:"100%"},attrs:{value:e.customerForm.newOrOld,placeholder:"请选择"},model:{value:e.customerForm.newOrOld,callback:function(t){e.$set(e.customerForm,"newOrOld",t)},expression:"customerForm.newOrOld"}},[n("el-option",{attrs:{label:"老",value:"1"}}),e._v(" "),n("el-option",{attrs:{label:"新",value:"2"}})],1)],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:e.$t("Customer.address"),prop:"address"}},[n("el-input",{attrs:{placeholder:"请输入地址",clearable:""},model:{value:e.customerForm.address,callback:function(t){e.$set(e.customerForm,"address",t)},expression:"customerForm.address"}})],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:"所属国家"}},[n("el-input",{attrs:{disabled:""},model:{value:e.customerForm.countryName,callback:function(t){e.$set(e.customerForm,"countryName",t)},expression:"customerForm.countryName"}})],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:e.$t("public.countyrId")}},[n("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:"请选择国家"},on:{change:e.handlechange},model:{value:e.countryid,callback:function(t){e.countryid=t},expression:"countryid"}},e._l(e.nations,function(e,t){return n("el-option",{key:t,attrs:{label:e.name,value:e.id}})}))],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:"所属省"}},[n("el-input",{attrs:{disabled:""},model:{value:e.customerForm.provinceName,callback:function(t){e.$set(e.customerForm,"provinceName",t)},expression:"customerForm.provinceName"}})],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:e.$t("Customer.provinceid")}},[n("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:"请选择省"},on:{change:e.handlechange2},model:{value:e.provinceid,callback:function(t){e.provinceid=t},expression:"provinceid"}},e._l(e.provinces,function(e,t){return n("el-option",{key:t,attrs:{label:e.name,value:e.id}})}))],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:"所属城市"}},[n("el-input",{attrs:{disabled:""},model:{value:e.customerForm.cityName,callback:function(t){e.$set(e.customerForm,"cityName",t)},expression:"customerForm.cityName"}})],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:e.$t("Customer.cityid")}},[n("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:"请选择市"},model:{value:e.cityid,callback:function(t){e.cityid=t},expression:"cityid"}},e._l(e.cities,function(e,t){return n("el-option",{key:t,attrs:{label:e.name,value:e.id}})}))],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:e.$t("Customer.repositoryid")}},[n("el-input",{attrs:{disabled:""},model:{value:e.customerForm.repositoryName,callback:function(t){e.$set(e.customerForm,"repositoryName",t)},expression:"customerForm.repositoryName"}})],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:"修改门店",prop:"repositoryid"}},[n("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:"请选择门店",filterable:""},model:{value:e.repositoryid,callback:function(t){e.repositoryid=t},expression:"repositoryid"}},e._l(e.repositories,function(e,t){return n("el-option",{key:t,attrs:{label:e.repositoryName,value:e.id}})}))],1),e._v(" "),n("el-form-item",{staticStyle:{width:"40%","margin-top":"1%"},attrs:{label:e.$t("Customer.birthday")}},[n("el-date-picker",{staticStyle:{width:"100%"},attrs:{type:"date",placeholder:"选择生日","value-format":"yyyy-MM-dd"},model:{value:e.customerForm.birthday,callback:function(t){e.$set(e.customerForm,"birthday",t)},expression:"customerForm.birthday"}})],1)],1)],1),e._v(" "),n("div",{staticClass:"buttons",staticStyle:{"margin-top":"20px","margin-left":"30px"}},[n("el-button",{attrs:{type:"primary"},on:{click:function(t){e.handleEditok()}}},[e._v("修改")]),e._v(" "),n("el-button",{attrs:{type:"danger"},on:{click:function(t){e.handlecancel()}}},[e._v("取消")])],1)])],1)])},[],!1,null,"ea82f7b6",null);u.options.__file="CustomerList.vue";t.default=u.exports},"6HaC":function(e,t,n){"use strict";n.d(t,"b",function(){return r}),n.d(t,"d",function(){return o}),n.d(t,"e",function(){return i}),n.d(t,"c",function(){return l}),n.d(t,"a",function(){return s});var a=n("t3Un");function r(e){return Object(a.a)({url:"http://192.168.1.45:8080/country/getcountrylist",method:"post",params:e})}function o(e){return Object(a.a)({url:"http://192.168.1.45:8080/region/detaillist",method:"post",params:e})}function i(e){var t=new URLSearchParams;return""!==e&&null!==e&&void 0!==e&&t.append("regionId",e),t.append("pagenum",1),t.append("pagesize",99999),Object(a.a)({url:"http://192.168.1.45:8080/repository/searchRepository",method:"post",data:t})}function l(e){var t=new URLSearchParams;return t.append("countryid",e),Object(a.a)({url:"http://192.168.1.45:8080/country/getprovincelist",method:"post",data:t})}function s(e){var t=new URLSearchParams;return t.append("provinceid",e),Object(a.a)({url:"http://192.168.1.45:8080/country/getcitylist",method:"post",data:t})}},BJvg:function(e,t,n){"use strict";n.d(t,"j",function(){return r}),n.d(t,"e",function(){return o}),n.d(t,"a",function(){return i}),n.d(t,"l",function(){return l}),n.d(t,"h",function(){return s}),n.d(t,"c",function(){return d}),n.d(t,"d",function(){return c}),n.d(t,"n",function(){return u}),n.d(t,"g",function(){return p}),n.d(t,"k",function(){return m}),n.d(t,"b",function(){return v}),n.d(t,"m",function(){return y}),n.d(t,"f",function(){return f}),n.d(t,"i",function(){return h});var a=n("t3Un");function r(e){var t=new URLSearchParams;return""!==e&&null!==e&&t.append("type",e),t.append("pagenum",1),t.append("pagesize",9999),Object(a.a)({url:"http://192.168.1.45:8080/customer/searchCusCategory",method:"post",data:t})}function o(e){var t=new URLSearchParams;return""!==e.customername&&null!==e.customername&&void 0!==e.customername&&t.append("customername",e.customername),""!==e.level&&null!==e.level&&void 0!==e.level&&t.append("level",e.level),""!==e.createtime&&null!==e.createtime&&void 0!==e.createtime&&t.append("createtime",e.createtime),""!==e.type&&null!==e.type&&void 0!==e.type&&t.append("type",e.type),""!==e.repositoryid&&null!==e.repositoryid&&void 0!==e.repositoryid&&t.append("repositoryid",e.repositoryid),""!==e.source&&null!==e.source&&void 0!==e.source&&t.append("source",e.source),""!==e.customerphone&&null!==e.customerphone&&void 0!==e.customerphone&&t.append("customerphone",e.customerphone),t.append("pagenum",e.pagenum),t.append("pagesize",e.pagesize),Object(a.a)({url:"http://192.168.1.45:8080/customer/customerlist",method:"post",data:t})}function i(e){var t=new URLSearchParams;return""!==e.firstname&&null!==e.firstname&&void 0!==e.firstname&&t.append("firstname",e.firstname),""!==e.middlename&&null!==e.middlename&&void 0!==e.middlename&&t.append("middlename",e.middlename),""!==e.lastname&&null!==e.lastname&&void 0!==e.lastname&&t.append("lastname",e.lastname),""!==e.email&&null!==e.email&&void 0!==e.email&&t.append("email",e.email),""!==e.phone&&null!==e.phone&&void 0!==e.phone&&t.append("phone",e.phone),""!==e.gender&&null!==e.gender&&void 0!==e.gender&&t.append("gender",e.gender),""!==e.countryid&&null!==e.countryid&&void 0!==e.countryid&&t.append("countryid",e.countryid),""!==e.provinceid&&null!==e.provinceid&&void 0!==e.provinceid&&t.append("provinceid",e.provinceid),""!==e.cityid&&null!==e.cityid&&void 0!==e.cityid&&t.append("cityid",e.cityid),""!==e.level&&null!==e.level&&void 0!==e.level&&t.append("level",e.level),""!==e.address&&null!==e.address&&void 0!==e.address&&t.append("address",e.address),""!==e.repositoryid&&null!==e.repositoryid&&void 0!==e.repositoryid&&t.append("repositoryid",e.repositoryid),""!==e.birthday&&null!==e.birthday&&void 0!==e.birthday&&t.append("birthday",e.birthday),""!==e.source&&null!==e.source&&void 0!==e.source&&t.append("source",e.source),""!==e.newold&&null!==e.newold&&void 0!==e.newold&&t.append("newold",e.newold),""!==e.customertype&&null!==e.customertype&&void 0!==e.customertype&&t.append("customertype",e.customertype),Object(a.a)({url:"http://192.168.1.45:8080/customer/addCustomer",method:"post",data:t})}function l(e){var t=new URLSearchParams;return""!==e.id&&null!==e.id&&void 0!==e.id&&t.append("customerid",e.id),""!==e.firstName&&null!==e.firstName&&void 0!==e.firstName&&t.append("firstname",e.firstName),""!==e.middleName&&null!==e.middleName&&void 0!==e.middleName&&t.append("middlename",e.middleName),""!==e.lastName&&null!==e.lastName&&void 0!==e.lastName&&t.append("lastname",e.lastName),""!==e.phoneNumber&&null!==e.phoneNumber&&void 0!==e.phoneNumber&&t.append("phone",e.phoneNumber),""!==e.gender&&null!==e.gender&&void 0!==e.gender&&t.append("gender",e.gender),""!==e.countryid&&null!==e.countryid&&void 0!==e.countryid&&t.append("countryid",e.countryid),""!==e.provinceid&&null!==e.provinceid&&void 0!==e.provinceid&&t.append("provinceid",e.provinceid),""!==e.cityid&&null!==e.cityid&&void 0!==e.cityid&&t.append("cityid",e.cityid),""!==e.level&&null!==e.level&&void 0!==e.level&&t.append("level",e.level),""!==e.address&&null!==e.address&&void 0!==e.address&&t.append("address",e.address),""!==e.repositoryid&&null!==e.repositoryid&&void 0!==e.repositoryid&&t.append("repositoryid",e.repositoryid),""!==e.birthday&&null!==e.birthday&&void 0!==e.birthday&&t.append("birthday",e.birthday),""!==e.source&&null!==e.source&&void 0!==e.source&&t.append("source",e.source),""!==e.newOrOld&&null!==e.newOrOld&&void 0!==e.newOrOld&&t.append("newold",e.newOrOld),""!==e.customerType&&null!==e.customerType&&void 0!==e.customerType&&t.append("customertype",e.customerType),Object(a.a)({url:"http://192.168.1.45:8080/customer/updateCustomer",method:"post",data:t})}function s(e){var t=new URLSearchParams;return""!==e&&null!==e&&t.append("customerids",e),Object(a.a)({url:"http://192.168.1.45:8080/customer/deletecustomer",method:"post",data:t})}function d(e){var t=new URLSearchParams;return""!==e.agentname&&null!==e.agentname&&void 0!==e.agentname&&t.append("agentname",e.agentname),""!==e.phone&&null!==e.phone&&void 0!==e.phone&&t.append("phone",e.phone),""!==e.type&&null!==e.type&&void 0!==e.type&&t.append("type",e.type),""!==e.pinyin&&null!==e.pinyin&&void 0!==e.pinyin&&t.append("pinyin",e.pinyin),""!==e.level&&null!==e.level&&void 0!==e.level&&t.append("level",e.level),""!==e.source&&null!==e.source&&void 0!==e.source&&t.append("source",e.source),""!==e.discount&&null!==e.discount&&void 0!==e.discount&&t.append("discount",e.discount),""!==e.countryid&&null!==e.countryid&&void 0!==e.countryid&&t.append("countryid",e.countryid),""!==e.provinceid&&null!==e.provinceid&&void 0!==e.provinceid&&t.append("provinceid",e.provinceid),""!==e.cityid&&null!==e.cityid&&void 0!==e.cityid&&t.append("cityid",e.cityid),""!==e.introduce&&null!==e.introduce&&void 0!==e.introduce&&t.append("introduce",e.introduce),""!==e.address&&null!==e.address&&void 0!==e.address&&t.append("address",e.address),""!==e.contactname&&null!==e.contactname&&void 0!==e.contactname&&t.append("contactname",e.contactname),""!==e.traderid&&null!==e.traderid&&void 0!==e.traderid&&t.append("traderid",e.traderid),""!==e.transmode&&null!==e.transmode&&void 0!==e.transmode&&t.append("transmode",e.transmode),""!==e.deliverymode&&null!==e.deliverymode&&void 0!==e.deliverymode&&t.append("deliverymode",e.deliverymode),""!==e.createid&&null!==e.createid&&void 0!==e.createid&&t.append("createid",e.createid),""!==e.newold&&null!==e.newold&&void 0!==e.newold&&t.append("newold",e.newold),Object(a.a)({url:"http://192.168.1.45:8080/agent/addagent",method:"post",data:t})}function c(e){var t=new URLSearchParams;return""!==e.agentname&&null!==e.agentname&&void 0!==e.agentname&&t.append("agentname",e.agentname),""!==e.level&&null!==e.level&&void 0!==e.level&&t.append("level",e.level),""!==e.createtime&&null!==e.createtime&&void 0!==e.createtime&&t.append("createtime",e.createtime),""!==e.type&&null!==e.type&&void 0!==e.type&&t.append("type",e.type),""!==e.phone&&null!==e.phone&&void 0!==e.phone&&t.append("phone",e.phone),""!==e.source&&null!==e.source&&void 0!==e.source&&t.append("source",e.source),""!==e.pinyin&&null!==e.pinyin&&void 0!==e.pinyin&&t.append("pinyin",e.pinyin),""!==e.contactname&&null!==e.contactname&&void 0!==e.contactname&&t.append("contactname",e.contactname),t.append("pagenum",e.pagenum),t.append("pagesize",e.pagesize),Object(a.a)({url:"http://192.168.1.45:8080/agent/agentlist",method:"post",data:t})}function u(e){var t=new URLSearchParams;return""!==e.id&&null!==e.id&&void 0!==e.id&&t.append("agentid",e.id),""!==e.agentName&&null!==e.agentName&&void 0!==e.agentName&&t.append("agentname",e.agentName),""!==e.phone&&null!==e.phone&&void 0!==e.phone&&t.append("phone",e.phone),""!==e.type&&null!==e.type&&void 0!==e.type&&t.append("type",e.type),""!==e.pinyin&&null!==e.pinyin&&void 0!==e.pinyin&&t.append("pinyin",e.pinyin),""!==e.level&&null!==e.level&&void 0!==e.level&&t.append("level",e.level),""!==e.source&&null!==e.source&&void 0!==e.source&&t.append("source",e.source),""!==e.discount&&null!==e.discount&&void 0!==e.discount&&t.append("discount",e.discount),""!==e.countryid&&null!==e.countryid&&void 0!==e.countryid&&t.append("countryid",e.countryid),""!==e.provinceid&&null!==e.provinceid&&void 0!==e.provinceid&&t.append("provinceid",e.provinceid),""!==e.cityid&&null!==e.cityid&&void 0!==e.cityid&&t.append("cityid",e.cityid),""!==e.introduce&&null!==e.introduce&&void 0!==e.introduce&&t.append("introduce",e.introduce),""!==e.address&&null!==e.address&&void 0!==e.address&&t.append("address",e.address),""!==e.contactName&&null!==e.contactName&&void 0!==e.contactName&&t.append("contactname",e.contactName),""!==e.traderid&&null!==e.traderid&&void 0!==e.traderid&&t.append("traderid",e.traderid),""!==e.transMode&&null!==e.transMode&&void 0!==e.transMode&&t.append("transmode",e.transMode),""!==e.deliveryMode&&null!==e.deliveryMode&&void 0!==e.deliveryMode&&t.append("deliverymode",e.deliveryMode),""!==e.deliveryMode&&null!==e.deliveryMode&&void 0!==e.deliveryMode&&t.append("deliverymode",e.deliveryMode),Object(a.a)({url:"http://192.168.1.45:8080/agent/updateagent",method:"post",data:t})}function p(e){var t=new URLSearchParams;return""!==e&&null!==e&&t.append("ids",e),Object(a.a)({url:"http://192.168.1.45:8080/agent/deleteagent",method:"post",data:t})}function m(e){var t=new URLSearchParams;return""!==e.categoryname&&null!==e.categoryname&&t.append("categoryname",e.categoryname),""!==e.iseffective&&null!==e.iseffective&&t.append("iseffective",e.iseffective),""!==e.type&&null!==e.type&&t.append("type",e.type),t.append("pagenum",e.pagenum),t.append("pagesize",e.pagesize),Object(a.a)({url:"http://192.168.1.45:8080/customer/searchCusCategory",method:"post",data:t})}function v(e){var t=new URLSearchParams;return""!==e.categoryname&&null!==e.categoryname&&t.append("categoryname",e.categoryname),""!==e.category&&null!==e.category&&t.append("category",e.category),""!==e.iseffective&&null!==e.iseffective&&t.append("iseffective",e.iseffective),""!==e.type&&null!==e.type&&t.append("type",e.type),Object(a.a)({url:"http://192.168.1.45:8080/customer/addCusCategory",method:"post",data:t})}function y(e){var t=new URLSearchParams;return""!==e.categoryName&&null!==e.categoryName&&t.append("categoryname",e.categoryName),""!==e.isEffective&&null!==e.isEffective&&t.append("iseffective",e.isEffective),""!==e.id&&null!==e.id&&t.append("id",e.id),Object(a.a)({url:"http://192.168.1.45:8080/customer/updateCusCategory",method:"post",data:t})}function f(e){var t=new URLSearchParams;return""!==e&&null!==e&&t.append("ids",e),Object(a.a)({url:"http://192.168.1.45:8080/customer/delateCusCategory",method:"post",data:t})}function h(e){var t=new URLSearchParams;return""!==e&&null!==e&&void 0!==e&&t.append("customerJson",e),Object(a.a)({url:"http://192.168.1.45:8080/customer/manyinsert",method:"post",data:t})}},"PYG/":function(e,t,n){"use strict";var a=n("VlMg");n.n(a).a},VlMg:function(e,t,n){},Y5bG:function(e,t,n){"use strict";n.d(t,"a",function(){return r}),Math.easeInOutQuad=function(e,t,n,a){return(e/=a/2)<1?n/2*e*e+t:-n/2*(--e*(e-2)-1)+t};var a=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(e){window.setTimeout(e,1e3/60)};function r(e,t,n){var r=document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop,o=e-r,i=0;t=void 0===t?500:t;!function e(){i+=20,function(e){document.documentElement.scrollTop=e,document.body.parentNode.scrollTop=e,document.body.scrollTop=e}(Math.easeInOutQuad(i,r,o,t)),i<t?a(e):n&&"function"==typeof n&&n()}()}},ZySA:function(e,t,n){"use strict";var a=n("P2sY"),r=n.n(a),o=(n("jUE0"),{bind:function(e,t){e.addEventListener("click",function(n){var a=r()({},t.value),o=r()({ele:e,type:"hit",color:"rgba(0, 0, 0, 0.15)"},a),i=o.ele;if(i){i.style.position="relative",i.style.overflow="hidden";var l=i.getBoundingClientRect(),s=i.querySelector(".waves-ripple");switch(s?s.className="waves-ripple":((s=document.createElement("span")).className="waves-ripple",s.style.height=s.style.width=Math.max(l.width,l.height)+"px",i.appendChild(s)),o.type){case"center":s.style.top=l.height/2-s.offsetHeight/2+"px",s.style.left=l.width/2-s.offsetWidth/2+"px";break;default:s.style.top=(n.pageY-l.top-s.offsetHeight/2-document.documentElement.scrollTop||document.body.scrollTop)+"px",s.style.left=(n.pageX-l.left-s.offsetWidth/2-document.documentElement.scrollLeft||document.body.scrollLeft)+"px"}return s.style.backgroundColor=o.color,s.className="waves-ripple z-active",!1}},!1)}}),i=function(e){e.directive("waves",o)};window.Vue&&(window.waves=o,Vue.use(i)),o.install=i;t.a=o},jUE0:function(e,t,n){}}]);