You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
434 KiB

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2ae69e27","chunk-c1d32c04","chunk-4c5bb48b","chunk-a62782ca","chunk-3ca98546","chunk-2374d821","chunk-ed02f908","chunk-55a8b712","chunk-2d230fe7"],{"01f2":function(e,r,a){e.exports=a.p+"static/img/401.f924a799.png"},"054f":function(e,r,a){"use strict";a("e52a")},"08e1":function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"app-container"},[a("el-form",{ref:"editFrom",staticClass:"yuebon-setting-form",attrs:{model:e.editFrom,rules:e.rules}},[a("el-tabs",{attrs:{type:"border-card"},model:{value:e.activeName,callback:function(r){e.activeName=r},expression:"activeName"}},[a("el-tab-pane",{attrs:{label:"基本信息",name:"first"}},[a("el-form-item",{attrs:{label:"头像","label-width":e.formLabelWidth,prop:"HeadIcon"}},[a("el-upload",{staticClass:"avatar-uploader",attrs:{action:e.httpFileUploadUrl,headers:e.headers,"show-file-list":!1,"on-success":e.uploadFileSuccess}},[e.editFrom.HeadIcon?a("img",{staticClass:"avatar",attrs:{src:e.editFrom.HeadIcon}}):a("i",{staticClass:"el-icon-plus avatar-uploader-icon"})]),a("el-dialog",{attrs:{visible:e.dialogHeadIconVisible},on:{"update:visible":function(r){e.dialogHeadIconVisible=r}}},[a("img",{attrs:{width:"100%",src:e.dialogHeadIconImageUrl,alt:""}})])],1),a("el-form-item",{attrs:{label:"账号","label-width":e.formLabelWidth,prop:"Account"}},[a("el-input",{attrs:{placeholder:"请输入登录系统账号",autocomplete:"off",clearable:""},model:{value:e.editFrom.Account,callback:function(r){e.$set(e.editFrom,"Account",r)},expression:"editFrom.Account"}})],1),a("el-form-item",{attrs:{label:"姓名","label-width":e.formLabelWidth,prop:"UserName"}},[a("el-input",{attrs:{placeholder:"请输入姓名",autocomplete:"off",clearable:""},model:{value:e.editFrom.UserName,callback:function(r){e.$set(e.editFrom,"UserName",r)},expression:"editFrom.UserName"}})],1),a("el-form-item",{attrs:{label:"性别","label-width":e.formLabelWidth,prop:"Gender"}},[a("el-radio-group",{model:{value:e.editFrom.Gender,callback:function(r){e.$set(e.editFrom,"Gender",r)},expression:"editFrom.Gender"}},[a("el-radio",{attrs:{label:"1"}},[e._v("男")]),a("el-radio",{attrs:{label:"0"}},[e._v("女")])],1)],1),a("el-form-item",{attrs:{label:"手机号","label-width":e.formLabelWidth,prop:"MobilePhone"}},[a("el-input",{attrs:{placeholder:"请输入手机号",autocomplete:"off",clearable:""},model:{value:e.editFrom.MobilePhone,callback:function(r){e.$set(e.editFrom,"MobilePhone",r)},expression:"editFrom.MobilePhone"}})],1),a("el-form-item",{attrs:{label:"选项","label-width":e.formLabelWidth,prop:""}},[a("el-checkbox",{model:{value:e.editFrom.IsEnabled,callback:function(r){e.$set(e.editFrom,"IsEnabled",r)},expression:"editFrom.IsEnabled"}},[e._v("启用")]),a("el-checkbox",{model:{value:e.editFrom.IsAdministrator,callback:function(r){e.$set(e.editFrom,"IsAdministrator",r)},expression:"editFrom.IsAdministrator"}},[e._v("禁用")])],1),a("el-form-item",{staticStyle:{width:"500px"},attrs:{label:"所属组织","label-width":e.formLabelWidth,prop:"DepartmentId"}},[a("el-cascader",{staticStyle:{width:"500px"},attrs:{options:e.selectOrganize,filterable:"",props:{label:"FullName",value:"Id",children:"Children",emitPath:!1,checkStrictly:!0,expandTrigger:"hover"},clearable:""},on:{change:e.handleSelectOrganizeChange},model:{value:e.selectedOrganizeOptions,callback:function(r){e.selectedOrganizeOptions=r},expression:"selectedOrganizeOptions"}})],1),a("el-form-item",{attrs:{label:"岗位角色","label-width":e.formLabelWidth,prop:"RoleId"}},[a("el-select",{staticStyle:{width:"500px"},attrs:{multiple:"",clearable:"",disabled:"",placeholder:"请选择"},model:{value:e.editFrom.RoleId,callback:function(r){e.$set(e.editFrom,"RoleId",r)},expression:"editFrom.RoleId"}},e._l(e.selectRole,(function(e){return a("el-option",{key:e.Id,attrs:{label:e.FullName,value:e.Id}})})),1)],1),a("el-form-item",{attrs:{label:"备注","label-width":e.formLabelWidth,prop:"Description"}},[a("el-input",{staticStyle:{width:"500px"},attrs:{placeholder:"",autocomplete:"off",clearable:""},model:{value:e.editFrom.Description,callback:function(r){e.$set(e.editFrom,"Description",r)},expression:"editFrom.Description"}})],1)],1)],1),a("el-form-item",[a("el-button",{staticClass:"btnset",attrs:{type:"primary"},on:{click:function(r){return e.saveEditForm()}}},[e._v("保 存")])],1)],1)],1)},t=[],i=a("5530"),d=(a("b0c0"),a("d81d"),a("1276"),a("ac1f"),a("a9e3"),a("a15b"),a("2f62")),s=a("83d6"),l=a.n(s),o=a("da02"),c=(a("dfa7"),a("7359")),I=a("5f87"),m={name:"Usercenter",data:function(){return{activeName:"first",selectRole:[],selectedOrganizeOptions:"",selectOrganize:[],editFrom:{Account:"",HeadIcon:"",UserName:"",Gender:"1",Birthday:"",MobilePhone:"",Email:"",WeChat:"",DepartmentId:"",RoleId:"",IsAdministrator:!0,IsEnabled:!0,Description:"",currentId:0},rules:{UserName:[{required:!0,message:"请输入姓名",trigger:"blur"},{min:2,max:10,message:"长度在2 到 10 个字符",trigger:"blur"}],MobilePhone:[{required:!0,message:"请输入电话号码",trigger:"blur"},{min:2,max:11,message:"长度在 6 到 32 个字符",trigger:"blur"}]},httpFileUploadUrl:l.a.fileUploadUrl,dialogHeadIconVisible:!1,dialogHeadIconImageUrl:"",filelist:[],formLabelWidth:"100px",headers:[]}},computed:Object(i["a"])({},Object(d["b"])(["name"])),created:function(){this.InitDictItem(),this.bindEditInfo(),this.headers={Authorization:"Bearer "+(Object(I["a"])()||"")}},methods:{InitDictItem:function(){var e=this;Object(c["b"])().then((function(r){e.selectOrganize=r.ResData}))},handleClick:function(e,r){console.log(e,r)},handleSelectOrganizeChange:function(){this.editFrom.OrganizeId=this.selectedOrganizeOptions},handleRemove:function(e,r){this.editFrom.SysLogo=e.url},handlePictureCardPreview:function(e){this.dialogImageUrl=e.url,this.dialogVisible=!0},bindEditInfo:function(){var e=this;console.log(this.name),Object(o["b"])(this.name).then((function(r){console.log(r),e.editFrom.Account=r.ResData.Account,e.editFrom.UserName=r.ResData.UserName,e.editFrom.NickName=r.ResData.NickName,e.editFrom.Gender=r.ResData.Gender+"",e.editFrom.Birthday=r.ResData.Birthday,e.editFrom.MobilePhone=r.ResData.MobilePhone,e.editFrom.Email=r.ResData.Email,e.editFrom.WeChat=r.ResData.WeChat,e.editFrom.DepartmentId=r.ResData.DepartmentId,e.editFrom.IsAdministrator=r.ResData.IsAdministrator,e.editFrom.IsEnabled=r.ResData.IsEnabled,e.editFrom.RoleId=r.ResData.RoleId.split(",").map(Number),e.editFrom.Description=r.ResData.Description,e.selectedOrganizeOptions=r.ResData.DepartmentId,e.currentId=r.ResData.Id,e.editFrom.HeadIcon=r.ResData.HeadIcon,e.filelist=[{name:r.ResData.HeadIcon,url:r.ResData.HeadIcon}]}))},saveEditForm:function(){var e=this;console.log(this.editFrom.RoleId),this.$refs["editFrom"].validate((function(r){if(!r)return!1;console.log(a);var a={Account:e.editFrom.Account,UserName:e.editFrom.UserName,NickName:e.editFrom.NickName,Gender:e.editFrom.Gender,Birthday:e.editFrom.Birthday,MobilePhone:e.editFrom.MobilePhone,Email:e.editFrom.Email,WeChat:e.editFrom.WeChat,DepartmentId:e.editFrom.DepartmentId,IsAdministrator:e.editFrom.IsAdministrator,IsEnabled:e.editFrom.IsEnabled,RoleId:e.editFrom.RoleId.join(","),Description:e.editFrom.Description,HeadIcon:e.editFrom.HeadIcon,Id:e.currentId};console.log(a.Id);var n="AdminUser/Update";Object(o["h"])(a,n).then((function(r){r.Success?(e.$message({message:"恭喜你,操作成功",type:"success"}),e.selectedOrganizeOptions="",e.$refs["editFrom"].resetFields(),e.bindEditInfo()):e.$message({message:r.ErrMsg,type:"error"})}))}))},uploadFileSuccess:function(e,r,a){this.editFrom.HeadIcon=l.a.fileUrl+e.ResData.FilePath}}},p=m,h=(a("bd6f"),a("2877")),g=Object(h["a"])(p,n,t,!1,null,"ff9f68d4",null);r["default"]=g.exports},"0b6a":function(e,r,a){"use strict";a("a804")},"0e9a":function(e,r,a){},"12cf":function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"warp"},[a("el-card",[a("el-tabs",{on:{"tab-click":e.selectTopNav},model:{value:e.activeName,callback:function(r){e.activeName=r},expression:"activeName"}},[a("el-tab-pane",{attrs:{label:"全部",name:"0"}}),a("el-tab-pane",{attrs:{label:"收入",name:"1"}}),a("el-tab-pane",{attrs:{label:"支出",name:"2"}})],1),a("div",{staticClass:"top_card"},[a("div",{staticClass:"t_c_l_item"},[a("el-date-picker",{staticClass:"time_css",attrs:{type:"daterange",align:"left","unlink-panels":"","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期","picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.searchTime,callback:function(r){e.searchTime=r},expression:"searchTime"}})],1),a("div",{staticClass:"t_c_l_item"},[e._v(" 收支途径:"),a("el-select",{staticStyle:{width:"150px"},attrs:{placeholder:"请选择"},model:{value:e.searchMoney,callback:function(r){e.searchMoney=r},expression:"searchMoney"}},e._l(e.selectMoney,(function(e){return a("el-option",{key:e.value,attrs:{label:e.lebal,value:e.value}})})),1)],1),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleSearch()}}},[e._v("查询")]),a("el-button",{attrs:{type:"warning"},on:{click:function(r){return e.handleNull()}}},[e._v("重置")])],1),a("div",{staticClass:"table_css"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableloading,expression:"tableloading"}],ref:"gridtable",staticStyle:{width:"100%"},attrs:{data:e.tableData,height:"600px","header-cell-style":{"background-color":"#EBF5FF"}}},[a("el-table-column",{attrs:{prop:"UserName",label:"用户姓名"}}),a("el-table-column",{attrs:{label:"用户头像"},scopedSlots:e._u([{key:"default",fn:function(e){return[a("el-avatar",{attrs:{size:50,src:e.row.AvatarUrl}})]}}])}),a("el-table-column",{attrs:{prop:"Phone",label:"手机号码"}}),a("el-table-column",{attrs:{prop:"OperatingTypeName",label:"收支类型"}}),a("el-table-column",{attrs:{prop:"OperatingCurrency",label:"云币数量"}}),a("el-table-column",{attrs:{prop:"CurrencyTypeName",label:"收支途径"}}),a("el-table-column",{attrs:{prop:"CreatedTime",label:"收支时间"}}),a("el-table-column",{attrs:{label:"操作"},scopedSlots:e._u([{key:"default",fn:function(r){return[12==r.row.CurrencyType||13==r.row.CurrencyType?[a("span",{staticStyle:{color:"#1d7fff",cursor:"pointer"},on:{click:function(a){return a.stopPropagation(),e.handleChange(r.row.CurrencyType,r.row.CurrencySoureObjectId)}}},[e._v("详情")])]:[a("span",[e._v("--")])]]}}])})],1),a("div",{staticClass:"pagination-container"},[a("el-pagination",{attrs:{background:"","current-page":e.page.currentPage,"page-size":e.page.pagesize,layout:"total, prev, pager, next",total:e.page.pageTotal},on:{"current-change":e.handlePage}})],1)],1)],1),a("el-drawer",{ref:"drawer",attrs:{visible:e.showAddBanner,direction:"rtl","show-close":!1},on:{"update:visible":function(r){e.showAddBanner=r}}},[a("div",{staticClass:"demo-drawer__content"},[a("div",{staticClass:"top_name"},[e._v(e._s(e.drawerName))]),a("div",{staticClass:"fk_top"},[a("el-avatar",{attrs:{size:60,src:e.yunDetail.AvatarUrl}}),a("div",{staticClass:"fk_top_admin"},[a("div",[e._v(e._s(e.yunDetail.UserName))]),a("div",[e._v(e._s(e.yunDetail.Phone))])]),a("div",{staticClass:"fk_top_status"},[a("div",[e._v("状态:")]),a("span",{staticClass:"el-dropdown-link"},[a("div",{staticClass:"col1"},[e._v(e._s(e.yunDetail.StatusName))])])])],1),a("el-divider"),a("el-form",{attrs:{"label-position":"right","label-width":"90px"}},[a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"发布时间:"}},[a("div",[e._v(e._s(e.yunDetail.CreatedTime))])]),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"求职岗位:"}},[a("div",[e._v(e._s(e.yunDetail.JobName))])]),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"意向地区:"}},[a("div",[e._v(e._s(e.yunDetail.Address))])]),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"工作经验:"}},[a("div",[e._v(e._s(e.yunDetail.ExperienceName))])]),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"驾 驶 证:"}},[a("div",[e._v(e._s(e.yunDetail.DriverLicense))])]),a("el-form-item",{staticClass:"form_inp_width text_css",attrs:{label:"求职详情:"}},[a("div",[e._v(e._s(e.yunDetail.Content))])])],1)],1)])],1)},t=[],i=a("b775"),d=a("83d6"),s=a.n(d);function l(e){return i["a"].request({url:"CurrencyRecord/FindWithPagerSearchAsync",method:"post",data:e,baseURL:s.a.apiSecurityUrl})}function o(e,r){return i["a"].request({url:e,method:"get",params:r,baseURL:s.a.apiSecurityUrl})}var c={name:"Yunbi",data:function(){return{pickerOptions:{shortcuts:[{text:"今天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()),e.$emit("pick",[a,r])}},{text:"昨天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-864e5),e.$emit("pick",[a,r])}},{text:"最近两天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-1728e5),e.$emit("pick",[a,r])}},{text:"最近三天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e5),e.$emit("pick",[a,r])}},{text:"最近一周",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,r])}},{text:"最近一个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,r])}},{text:"最近两个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-5184e6),e.$emit("pick",[a,r])}}]},selectMoney:[{lebal:"全部",value:"0"},{lebal:"首次登陆",value:"1"},{lebal:"邀新用户",value:"2"},{lebal:"每日分享",value:"3"},{lebal:"关注公众号",value:"4"},{lebal:"个人海报",value:"14"},{lebal:"发布招聘",value:"5"},{lebal:"发布求职",value:"6"},{lebal:"实名认证",value:"7"},{lebal:"每日签到",value:"8"},{lebal:"积分充值",value:"9"},{lebal:"抽奖赚积分",value:"10"},{lebal:"兑换奖品",value:"11"},{lebal:"拨打求职电话",value:"12"},{lebal:"拨打招聘电话",value:"13"},{lebal:"置顶招聘信息",value:"16"},{lebal:"置顶求职信息",value:"15"}],userId:"",activeName:"0",searchTime:"",searchMoney:"0",tableloading:!1,tableData:[],page:{currentPage:1,pagesize:20,pageTotal:0},showAddBanner:!1,drawerName:"求职信息审核",yunDetail:[]}},created:function(){this.userId=this.$route.query.id,this.getUserYunBi(1)},watch:{"$route.query.id":function(e,r){console.log(e,"---",r),e&&(this.userId=e,this.getUserYunBi(1))}},mounted:function(){},methods:{selectTopNav:function(e,r){this.activeName=e.index,this.getUserYunBi(1)},handleSearch:function(){this.getUserYunBi(1)},handleNull:function(){this.searchTime="",this.searchMoney="0",this.getUserYunBi(1)},handleChange:function(e,r){var a=this,n={id:r};12==e?o("ApplyJob/GetById",n).then((function(e){a.drawerName="求职信息审核",a.yunDetail=e.ResData})):o("Recruitment/GetById",n).then((function(e){a.drawerName="招聘信息审核",a.yunDetail=e.ResData})),this.showAddBanner=!0},handlePage:function(e){this.page.currentPage=e,this.getUserYunBi(e)},getUserYunBi:function(e){var r=this;r.tableloading=!0;var a={CurrenetPageIndex:e,PageSize:this.page.pagesize,StartTime:this.searchTime[0],EndTime:this.searchTime[1],OperatingType:this.activeName,CurrencyType:this.searchMoney,Filter:{UserId:this.userId}};l(a).then((function(e){r.page.pageTotal=e.ResData.TotalItems,r.tableData=e.ResData.Items,r.tableloading=!1}))}}},I=c,m=(a("c0c7"),a("2877")),p=Object(m["a"])(I,n,t,!1,null,"512395ca",null);r["default"]=p.exports},"16bd":function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"app-container"},[a("el-card",[a("el-row",{attrs:{gutter:24}},[a("el-col",{attrs:{span:10}},[a("div",{staticClass:"grid-content bg-purple"},[a("div",{staticClass:"grid-content bg-purple"},[a("div",{staticClass:"list-btn-container"},[a("el-form",{ref:"searchmenuform",staticClass:"demo-form-inline",attrs:{inline:!0,model:e.searchform,size:"small"}},[a("el-form-item",[a("el-button-group",[a("el-button",{attrs:{type:"default",icon:"el-icon-refresh",size:"small"},on:{click:function(r){return e.loadTableData()}}},[e._v("刷新 ")]),a("el-button",{attrs:{type:"primary",icon:"el-icon-plus",size:"small"},on:{click:function(r){return e.ShowItemsEditOrViewDialog()}}},[e._v("新增 ")]),a("el-button",{staticClass:"el-button-modify",attrs:{type:"primary",icon:"el-icon-edit",size:"small"},on:{click:function(r){return e.ShowItemsEditOrViewDialog("edit")}}},[e._v("修改 ")]),a("el-button",{attrs:{type:"info",icon:"el-icon-video-pause",size:"small"},on:{click:function(r){return e.setItemsEnable("0")}}},[e._v("禁用 ")]),a("el-button",{attrs:{type:"success",icon:"el-icon-video-play",size:"small"},on:{click:function(r){return e.setItemsEnable("1")}}},[e._v("启用 ")]),a("el-button",{attrs:{type:"danger",icon:"el-icon-delete",size:"small"},on:{click:function(r){return e.deleteItemsPhysics()}}},[e._v("删除 ")])],1)],1)],1)],1),a("el-table",{staticStyle:{width:"100%","margin-bottom":"20px"},attrs:{data:e.tableDataItemss,"row-key":"Id",border:"",size:"mini","max-height":"850","default-expand-all":"","highlight-current-row":"","tree-props":{children:"Children"}},on:{"row-click":e.handleClickItemsChange}},[a("el-table-column",{attrs:{prop:"Name",label:"行业名称",align:"center"}}),a("el-table-column",{attrs:{label:"排序",width:"80",prop:"Sort",align:"center"}}),a("el-table-column",{attrs:{label:"状态",width:"80",prop:"IsEnabled",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("el-tag",{attrs:{type:!0===r.row.IsEnabled?"success":"info","disable-transitions":""}},[e._v(e._s(!0===r.row.IsEnabled?"启用":"禁用")+" ")])]}}])})],1)],1)])]),a("el-col",{attrs:{span:14}},[a("div",{staticClass:"grid-content bg-purple"},[a("div",{staticClass:"list-btn-container"},[a("el-form",{ref:"searchform",staticClass:"demo-form-inline",attrs:{inline:!0,model:e.searchform,size:"small"}},[a("el-form-item",[a("el-button-group",[a("el-button",{attrs:{type:"default",icon:"el-icon-refresh",size:"small"},on:{click:function(r){return e.loadTableData()}}},[e._v(" 刷新 ")]),a("el-button",{attrs:{type:"primary",icon:"el-icon-plus",size:"small"},on:{click:function(r){return e.ShowItemsDetailEditOrViewDialog()}}},[e._v("新增 ")]),a("el-button",{staticClass:"el-button-modify",attrs:{type:"primary",icon:"el-icon-edit",size:"small"},on:{click:function(r){return e.ShowItemsDetailEditOrViewDialog("edit")}}},[e._v("修改 ")]),a("el-button",{attrs:{type:"info",icon:"el-icon-video-pause",size:"small"},on:{click:function(r){return e.setItemsDetailEnable("0")}}},[e._v("禁用 ")]),a("el-button",{attrs:{type:"success",icon:"el-icon-video-play",size:"small"},on:{click:function(r){return e.setItemsDetailEnable("1")}}},[e._v("启用 ")]),a("el-button",{attrs:{type:"danger",icon:"el-icon-delete",size:"small"},on:{click:function(r){return e.deleteItemsDetailPhysics()}}},[e._v("删除 ")])],1)],1)],1)],1)]),a("el-table",{ref:"gridtable",staticStyle:{width:"100%","margin-bottom":"20px"},attrs:{data:e.tableData,"row-key":"Id",border:"",size:"mini","max-height":"850","default-expand-all":"","highlight-current-row":"","tree-props":{children:"Children"}},on:{select:e.handleSelectChange,"select-all":e.handleSelectAllChange}},[a("el-table-column",{attrs:{type:"selection",width:"30"}}),a("el-table-column",{attrs:{prop:"Name",label:"岗位名称",sortable:"custom"}}),a("el-table-column",{attrs:{prop:"Sort",label:"排序",sortable:"custom",width:"80",align:"center"}}),a("el-table-column",{attrs:{label:"状态",sortable:"custom",width:"80",prop:"IsEnabled",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("el-tag",{attrs:{type:!0===r.row.IsEnabled?"success":"info","disable-transitions":""}},[e._v(e._s(!0===r.row.IsEnabled?"启用":"禁用")+" ")])]}}])})],1)],1)],1)],1),a("el-dialog",{ref:"dialogEditItemsForm",attrs:{title:e.editItemsFormTitle+"行业",visible:e.dialogItemsEditFormVisible,width:"30%"},on:{"update:visible":function(r){e.dialogItemsEditFormVisible=r}}},[a("el-form",{ref:"editItemsFrom",attrs:{model:e.editItemsFrom,rules:e.rules}},[a("el-form-item",{attrs:{label:"行业名称","label-width":e.formLabelWidth,prop:"Name"}},[a("el-input",{attrs:{placeholder:"请输入行业名称",autocomplete:"off",clearable:""},model:{value:e.editItemsFrom.Name,callback:function(r){e.$set(e.editItemsFrom,"Name",r)},expression:"editItemsFrom.Name"}})],1),a("el-form-item",{attrs:{label:"排序","label-width":e.formLabelWidth,prop:"Sort"}},[a("el-input",{attrs:{placeholder:"请输入排序",autocomplete:"off",clearable:""},model:{value:e.editItemsFrom.Sort,callback:function(r){e.$set(e.editItemsFrom,"Sort",e._n(r))},expression:"editItemsFrom.Sort"}})],1),a("el-form-item",{attrs:{label:"是否启用","label-width":e.formLabelWidth,prop:"IsEnabled"}},[a("el-radio-group",{model:{value:e.editItemsFrom.IsEnabled,callback:function(r){e.$set(e.editItemsFrom,"IsEnabled",r)},expression:"editItemsFrom.IsEnabled"}},[a("el-radio",{attrs:{label:!0,value:"true"}},[e._v("启用")]),a("el-radio",{attrs:{label:!1,value:"false"}},[e._v("禁用")])],1)],1)],1),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(r){e.dialogItemsEditFormVisible=!1}}},[e._v("取 消")]),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.saveEditItemsForm()}}},[e._v("确 定")])],1)],1),a("el-dialog",{ref:"dialogEditItemsDetailForm",attrs:{title:e.editItemsDetailFormTitle+"岗位",visible:e.dialogItemsDetailEditFormVisible,width:"30%"},on:{"update:visible":function(r){e.dialogItemsDetailEditFormVisible=r}}},[a("el-form",{ref:"editItemsDetailFrom",attrs:{model:e.editItemsDetailFrom,rules:e.rulesfun}},[a("el-form-item",{attrs:{label:"名称","label-width":e.formLabelWidth,prop:"Name"}},[a("el-input",{attrs:{placeholder:"请输入名称",autocomplete:"off",clearable:""},model:{value:e.editItemsDetailFrom.Name,callback:function(r){e.$set(e.editItemsDetailFrom,"Name",r)},expression:"editItemsDetailFrom.Name"}})],1),a("el-form-item",{attrs:{label:"分类","label-width":e.formLabelWidth,prop:"ParentId"}},[a("el-cascader",{attrs:{options:e.selectItemss,props:{label:"Name",value:"Id",multiple:!1,children:"Children",emitPath:!1,expandTrigger:"hover"}},on:{change:e.handleAddItemsDetailChange},model:{value:e.selectedItemsOptions,callback:function(r){e.selectedItemsOptions=r},expression:"selectedItemsOptions"}})],1),a("el-form-item",{attrs:{label:"排序","label-width":e.formLabelWidth,prop:"Sort"}},[a("el-input",{attrs:{placeholder:"请输入排序",autocomplete:"off",clearable:""},model:{value:e.editItemsDetailFrom.Sort,callback:function(r){e.$set(e.editItemsDetailFrom,"Sort",e._n(r))},expression:"editItemsDetailFrom.Sort"}})],1),a("el-form-item",{attrs:{label:"是否启用","label-width":e.formLabelWidth,prop:"IsEnabled"}},[a("el-radio-group",{model:{value:e.editItemsDetailFrom.IsEnabled,callback:function(r){e.$set(e.editItemsDetailFrom,"IsEnabled",r)},expression:"editItemsDetailFrom.IsEnabled"}},[a("el-radio",{attrs:{label:!0,value:"true"}},[e._v("启用")]),a("el-radio",{attrs:{label:!1,value:"false"}},[e._v("禁用")])],1)],1)],1),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(r){e.dialogItemsDetailEditFormVisible=!1}}},[e._v("取 消")]),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.saveEditItemsDetailForm()}}},[e._v("确 定")])],1)],1)],1)},t=[],i=(a("159b"),a("b775")),d=a("83d6"),s=a.n(d);function l(){return i["a"].request({url:"IndustryJobs/GetAllIndustryJobsTreeTable",method:"get",baseURL:s.a.apiSecurityUrl})}function o(e,r){return i["a"].request({url:r,method:"post",data:e,baseURL:s.a.apiSecurityUrl})}function c(e){return Object(i["a"])({url:"IndustryJobs/GetById",method:"get",params:{id:e},baseURL:s.a.apiSecurityUrl})}function I(e){return Object(i["a"])({url:"IndustryJobs/SetEnabledMarktBatchAsync",method:"post",data:e,baseURL:s.a.apiSecurityUrl})}function m(e){return Object(i["a"])({url:"IndustryJobs/DeleteSoftBatchAsync",method:"delete",data:e,baseURL:s.a.apiSecurityUrl})}function p(e,r){return i["a"].request({url:r,method:"post",data:e,baseURL:s.a.apiSecurityUrl})}var h=a("ae0d"),g={name:"Items",data:function(){return{searchform:{keywords:"",code:""},searchmenuform:{systemTypeId:""},selectSystemType:[],loadItemsBtnFunc:[],loadItemsDetailBtnFunc:[],tableData:[],tableloading:!0,pagination:{currentPage:1,pagesize:20,pageTotal:0},sortableData:{order:"",sort:""},selectItemsId:"",dialogItemsEditFormVisible:!1,editItemsFormTitle:"",selectedItemsOptions:[],selectItemss:[],rules:{Name:[{required:!0,message:"请输入名称",trigger:"blur"},{min:2,max:50,message:"长度在 2 到 50 个字符",trigger:"blur"}],Sort:[{required:!0,message:"请输入排序",trigger:"blur"}]},formLabelWidth:"80px",currentItemsId:"",dialogItemsDetailEditFormVisible:!1,editItemsDetailFormTitle:"",selectedItemsDetailOptions:[],selectItemsDetails:[],editItemsDetailFrom:{ParentId:"",Name:"",Sort:"",IsEnabled:!0,Id:0},rulesfun:{Name:[{required:!0,message:"请输入名称",trigger:"blur"},{min:2,max:50,message:"长度在 2 到 50 个字符",trigger:"blur"}],ParentId:[{required:!0,message:"请选择所属分类",trigger:"blur"}],Sort:[{required:!0,message:"请输入排序",trigger:"blur"}]},currentId:"",currentSelected:[],tableDataItemss:[],editItemsFrom:{ParentId:0,Name:"",Sort:"",IsEnabled:!0,Id:0}}},created:function(){this.pagination.currentPage=1,this.loadTableData()},methods:{InitDictItem:function(){var e=this;Object(h["d"])("Items").then((function(r){console.log(r),e.loadItemsDetailBtnFunc=r.ResData}))},loadTableData:function(){var e=this;l().then((function(r){e.selectItemss=e.tableDataItemss=r.ResData,e.tableData=[],""!=e.currentItemsId&&e.selectItemss.forEach((function(r){r.Id==e.currentItemsId&&(e.tableData=r.Childers)}))}))},handleSearch:function(){this.loadTableData()},handleAddItemsDetailChange:function(e){this.editItemsDetailFrom.ParentId=e},reset:function(){this.editItemsFrom={ParentId:"",Name:"",Sort:"",IsEnabled:!0,Id:0},this.selectedItemsOptions="",this.resetForm("editItemsFrom")},ShowItemsEditOrViewDialog:function(e){void 0!==e?""===this.currentItemsId?this.$alert("请选择一条数据进行编辑/修改","提示"):(this.editItemsFormTitle="编辑",this.dialogItemsEditFormVisible=!0):(this.editItemsFormTitle="新增",this.reset(),this.currentItemsId="",this.dialogItemsEditFormVisible=!0)},bindItemsEditInfo:function(){console.log(111)},saveEditItemsForm:function(){var e=this;this.$refs["editItemsFrom"].validate((function(r){if(!r)return!1;var a={Name:e.editItemsFrom.Name,ParentId:0,IsEnabled:e.editItemsFrom.IsEnabled,Sort:e.editItemsFrom.Sort,Id:0},n="IndustryJobs/Insert";""!==e.currentItemsId&&(a.Id=e.currentItemsId,n="IndustryJobs/UpdateAsync"),o(a,n).then((function(r){r.Success?(e.$message({message:"恭喜你,操作成功",type:"success"}),e.dialogItemsEditFormVisible=!1,e.selectedItemsOptions="",e.$refs["editItemsFrom"].resetFields(),e.loadTableData(),e.InitDictItem()):e.$message({message:r.ErrMsg,type:"error"})}))}))},setItemsEnable:function(e){var r=this;if(""===this.currentItemsId)return this.$alert("请先选择要操作的数据","提示"),!1;var a=[this.currentItemsId],n={Ids:a,Flag:e};I(n).then((function(e){e.Success?(r.$message({message:"恭喜你,操作成功",type:"success"}),r.loadTableData()):r.$message({message:e.ErrMsg,type:"error"})}))},deleteItemsPhysics:function(){var e=this;if(""===this.currentItemsId)return this.$alert("请先选择要操作的数据","提示"),!1;var r=[this.currentItemsId];this.$confirm("是否确认删除所选的数据项?","警告",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){var e={Ids:r};return m(e)})).then((function(r){r.Success?(e.$message({message:"恭喜你,删除成功",type:"success"}),e.currentSelected="",e.currentItemsId="",e.loadTableData()):e.$message({message:r.ErrMsg,type:"error"})}))},resetDetails:function(){this.editItemsDetailFrom={ParentId:"",Name:"",Sort:"",IsEnabled:!0,Id:0},this.selectedItemsOptions="",this.resetForm("editItemsDetailFrom")},ShowItemsDetailEditOrViewDialog:function(e){void 0!==e?0===this.currentSelected.length||this.currentSelected.length>1?this.$alert("请选择一条数据进行编辑/修改","提示"):(this.editItemsDetailFormTitle="编辑",this.dialogItemsDetailEditFormVisible=!0,console.log(this.editItemsDetailFrom),this.selectedItemsOptions=[this.editItemsDetailFrom.ParentId]):(this.resetDetails(),this.editItemsDetailFormTitle="新增",this.currentId="",this.dialogItemsDetailEditFormVisible=!0)},bindItemsDetailEditInfo:function(){var e=this;c(this.currentId).then((function(r){e.editItemsDetailFrom=r.ResData,e.selectedItemsOptions=r.ResData.ParentId}))},saveEditItemsDetailForm:function(){var e=this;this.$refs["editItemsDetailFrom"].validate((function(r){if(!r)return!1;console.log(e.editItemsDetailFrom.Id);var a={Name:e.editItemsDetailFrom.Name,ParentId:e.editItemsDetailFrom.ParentId,IsEnabled:e.editItemsDetailFrom.IsEnabled,Sort:e.editItemsDetailFrom.Sort,Id:e.editItemsDetailFrom.Id?e.editItemsDetailFrom.Id:0};console.log(a);var n="IndustryJobs/Insert";""==a.Id&&0==a.Id||(n="IndustryJobs/UpdateAsync"),p(a,n).then((function(r){console.log(r),r.Success?(e.$message({message:"恭喜你,操作成功",type:"success"}),e.dialogItemsDetailEditFormVisible=!1,e.currentSelected=[],e.selectedItemsOptions="",e.currentItemsId=e.editItemsDetailFrom.ParentId,e.loadTableData()):e.$message({message:r.ErrMsg,type:"error"})}))}))},setItemsDetailEnable:function(e){var r=this;if(0===this.currentSelected.length)return this.$alert("请先选择要操作的数据","提示"),!1;var a=[];this.currentSelected.forEach((function(e){a.push(e.Id)}));var n={Ids:a,Flag:e};I(n).then((function(e){e.Success?(r.$message({message:"恭喜你,操作成功",type:"success"}),r.currentSelected="",r.loadTableData()):r.$message({message:e.ErrMsg,type:"error"})}))},deleteItemsDetailPhysics:function(){var e=this;if(0===this.currentSelected.length)return this.$alert("请先选择要操作的数据","提示"),!1;var r=[];this.currentSelected.forEach((function(e){r.push(e.Id)})),this.$confirm("是否确认删除所选的数据项?","警告",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){var e={Ids:r};return m(e)})).then((function(r){r.Success?(e.$message({message:"恭喜你,删除成功",type:"success"}),e.currentSelected="",e.loadTableData()):e.$message({message:r.ErrMsg,type:"error"})}))},handleClickItemsChange:function(e){this.currentItemsId=e.Id,this.tableData=e.Childers,this.editItemsFrom=e},handleSelectChange:function(e,r){this.currentSelected=e,this.editItemsDetailFrom=e[0],console.log(this.editItemsDetailFrom),console.log(this.currentSelected)},handleSelectAllChange:function(e){this.currentSelected=e,console.log(this.currentSelected)}}},u=g,f=(a("79aa"),a("2877")),b=Object(f["a"])(u,n,t,!1,null,null,null);r["default"]=b.exports},"18fe":function(e,r,a){"use strict";a("f69c")},"1c3e":function(e,r,a){"use strict";a("5057")},2017:function(e,r,a){"use strict";a("cafe")},"20b7":function(e,r,a){},"249e":function(e,r,a){},2754:function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,n=e._self._c||r;return n("div",{staticClass:"error-container"},[n("div",{staticClass:"error-content"},[n("el-row",{attrs:{gutter:20}},[n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("div",{staticClass:"pic-error"},[n("img",{staticClass:"pic-error-parent",attrs:{alt:"401",src:a("2adf")}}),n("img",{staticClass:"pic-error-child left",attrs:{alt:"401",src:a("7ca1")}}),n("img",{staticClass:"pic-error-child",attrs:{alt:"401",src:a("7ca1")}}),n("img",{staticClass:"pic-error-child",attrs:{alt:"401",src:a("7ca1")}})])]),n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("div",{staticClass:"bullshit"},[n("div",{staticClass:"bullshit-oops"},[e._v(e._s(e.oops))]),n("div",{staticClass:"bullshit-headline"},[e._v(e._s(e.headline))]),n("div",{staticClass:"bullshit-info"},[e._v(e._s(e.info))]),n("a",{staticClass:"bullshit-return-home",attrs:{href:"#/index"}},[e._v(" "+e._s(e.jumpTime)+"s "+e._s(e.btn)+" ")])])])],1)],1)])},t=[],i={name:"Page404",data:function(){return{jumpTime:5,oops:"抱歉!",headline:"当前页面不存在...",info:"请检查您输入的网址是否正确,或点击下面的按钮返回首页。",btn:"返回首页",timer:0}},mounted:function(){this.timeChange()},beforeDestroy:function(){clearInterval(this.timer)},methods:{timeChange:function(){var e=this;this.timer=setInterval((function(){e.jumpTime?e.jumpTime--:(e.$router.push({path:"/"}),e.$store.dispatch("tabsBar/delOthersRoutes",{path:"/"}),clearInterval(e.timer))}),1e3)}}},d=i,s=(a("ca72"),a("2877")),l=Object(s["a"])(d,n,t,!1,null,"4cb04f5d",null);r["default"]=l.exports},"28fd":function(e,r,a){e.exports=a.p+"static/img/login-logo.79965e0d.png"},2993:function(e,r,a){"use strict";a.d(r,"b",(function(){return d})),a.d(r,"e",(function(){return s})),a.d(r,"d",(function(){return l})),a.d(r,"a",(function(){return o})),a.d(r,"c",(function(){return c}));var n=a("b775"),t=a("83d6"),i=a.n(t);function d(e){return n["a"].request({url:"Banner/FindWithPagerSearchAsync",method:"post",data:e,baseURL:i.a.apiSecurityUrl})}function s(e){return n["a"].request({url:"Banner/UpdateAsync",method:"post",data:e,baseURL:i.a.apiSecurityUrl})}function l(e){return n["a"].request({url:"Banner/InsertAsync",method:"post",data:e,baseURL:i.a.apiSecurityUrl})}function o(e){return n["a"].request({url:"Banner/DeleteSoftAsync",method:"delete",params:{id:e.id},baseURL:i.a.apiSecurityUrl})}function c(){return n["a"].request({url:"Token/api/GetCosToken",method:"get",baseURL:i.a.apiHostUrl})}},"2adf":function(e,r,a){e.exports=a.p+"static/img/404.f5eb55f0.png"},"2b38":function(e,r,a){"use strict";a("d34d")},"2c40":function(e,r,a){},"2e8e":function(e,r){var a=[{regionId:1,parentId:0,name:"北京市",childers:[{regionId:2,parentId:1,name:"北京市",childers:[{regionId:3,parentId:2,name:"东城区",childers:[]},{regionId:4,parentId:2,name:"西城区",childers:[]},{regionId:5,parentId:2,name:"朝阳区",childers:[]},{regionId:6,parentId:2,name:"丰台区",childers:[]},{regionId:7,parentId:2,name:"石景山区",childers:[]},{regionId:8,parentId:2,name:"海淀区",childers:[]},{regionId:9,parentId:2,name:"门头沟区",childers:[]},{regionId:10,parentId:2,name:"房山区",childers:[]},{regionId:11,parentId:2,name:"通州区",childers:[]},{regionId:12,parentId:2,name:"顺义区",childers:[]},{regionId:13,parentId:2,name:"昌平区",childers:[]},{regionId:14,parentId:2,name:"大兴区",childers:[]},{regionId:15,parentId:2,name:"怀柔区",childers:[]},{regionId:16,parentId:2,name:"平谷区",childers:[]},{regionId:17,parentId:2,name:"密云区",childers:[]},{regionId:18,parentId:2,name:"延庆区",childers:[]}]}]},{regionId:19,parentId:0,name:"天津市",childers:[{regionId:20,parentId:19,name:"天津市",childers:[{regionId:21,parentId:20,name:"和平区",childers:[]},{regionId:22,parentId:20,name:"河东区",childers:[]},{regionId:23,parentId:20,name:"河西区",childers:[]},{regionId:24,parentId:20,name:"南开区",childers:[]},{regionId:25,parentId:20,name:"河北区",childers:[]},{regionId:26,parentId:20,name:"红桥区",childers:[]},{regionId:27,parentId:20,name:"东丽区",childers:[]},{regionId:28,parentId:20,name:"西青区",childers:[]},{regionId:29,parentId:20,name:"津南区",childers:[]},{regionId:30,parentId:20,name:"北辰区",childers:[]},{regionId:31,parentId:20,name:"武清区",childers:[]},{regionId:32,parentId:20,name:"宝坻区",childers:[]},{regionId:33,parentId:20,name:"滨海新区",childers:[]},{regionId:34,parentId:20,name:"宁河区",childers:[]},{regionId:35,parentId:20,name:"静海区",childers:[]},{regionId:36,parentId:20,name:"蓟州区",childers:[]}]}]},{regionId:37,parentId:0,name:"河北省",childers:[{regionId:38,parentId:37,name:"石家庄市",childers:[{regionId:39,parentId:38,name:"长安区",childers:[]},{regionId:40,parentId:38,name:"桥西区",childers:[]},{regionId:41,parentId:38,name:"新华区",childers:[]},{regionId:42,parentId:38,name:"井陉矿区",childers:[]},{regionId:43,parentId:38,name:"裕华区",childers:[]},{regionId:44,parentId:38,name:"藁城区",childers:[]},{regionId:45,parentId:38,name:"鹿泉区",childers:[]},{regionId:46,parentId:38,name:"栾城区",childers:[]},{regionId:47,parentId:38,name:"井陉县",childers:[]},{regionId:48,parentId:38,name:"正定县",childers:[]},{regionId:49,parentId:38,name:"行唐县",childers:[]},{regionId:50,parentId:38,name:"灵寿县",childers:[]},{regionId:51,parentId:38,name:"高邑县",childers:[]},{regionId:52,parentId:38,name:"深泽县",childers:[]},{regionId:53,parentId:38,name:"赞皇县",childers:[]},{regionId:54,parentId:38,name:"无极县",childers:[]},{regionId:55,parentId:38,name:"平山县",childers:[]},{regionId:56,parentId:38,name:"元氏县",childers:[]},{regionId:57,parentId:38,name:"赵县",childers:[]},{regionId:58,parentId:38,name:"石家庄高新技术产业开发区",childers:[]},{regionId:59,parentId:38,name:"石家庄循环化工园区",childers:[]},{regionId:60,parentId:38,name:"辛集市",childers:[]},{regionId:61,parentId:38,name:"晋州市",childers:[]},{regionId:62,parentId:38,name:"新乐市",childers:[]}]},{regionId:63,parentId:37,name:"唐山市",childers:[{regionId:64,parentId:63,name:"路南区",childers:[]},{regionId:65,parentId:63,name:"路北区",childers:[]},{regionId:66,parentId:63,name:"古冶区",childers:[]},{regionId:67,parentId:63,name:"开平区",childers:[]},{regionId:68,parentId:63,name:"丰南区",childers:[]},{regionId:69,parentId:63,name:"丰润区",childers:[]},{regionId:70,parentId:63,name:"曹妃甸区",childers:[]},{regionId:71,parentId:63,name:"滦南县",childers:[]},{regionId:72,parentId:63,name:"乐亭县",childers:[]},{regionId:73,parentId:63,name:"迁西县",childers:[]},{regionId:74,parentId:63,name:"玉田县",childers:[]},{regionId:75,parentId:63,name:"河北唐山芦台经济开发区",childers:[]},{regionId:76,parentId:63,name:"唐山市汉沽管理区",childers:[]},{regionId:77,parentId:63,name:"唐山高新技术产业开发区",childers:[]},{regionId:78,parentId:63,name:"河北唐山海港经济开发区",childers:[]},{regionId:79,parentId:63,name:"遵化市",childers:[]},{regionId:80,parentId:63,name:"迁安市",childers:[]},{regionId:81,parentId:63,name:"滦州市",childers:[]}]},{regionId:82,parentId:37,name:"秦皇岛市",childers:[{regionId:83,parentId:82,name:"海港区",childers:[]},{regionId:84,parentId:82,name:"山海关区",childers:[]},{regionId:85,parentId:82,name:"北戴河区",childers:[]},{regionId:86,parentId:82,name:"抚宁区",childers:[]},{regionId:87,parentId:82,name:"青龙满族自治县",childers:[]},{regionId:88,parentId:82,name:"昌黎县",childers:[]},{regionId:89,parentId:82,name:"卢龙县",childers:[]},{regionId:90,parentId:82,name:"秦皇岛市经济技术开发区",childers:[]},{regionId:91,parentId:82,name:"北戴河新区",childers:[]}]},{regionId:92,parentId:37,name:"邯郸市",childers:[{regionId:93,parentId:92,name:"邯山区",childers:[]},{regionId:94,parentId:92,name:"丛台区",childers:[]},{regionId:95,parentId:92,name:"复兴区",childers:[]},{regionId:96,parentId:92,name:"峰峰矿区",childers:[]},{regionId:97,parentId:92,name:"肥乡区",childers:[]},{regionId:98,parentId:92,name:"永年区",childers:[]},{regionId:99,parentId:92,name:"临漳县",childers:[]},{regionId:100,parentId:92,name:"成安县",childers:[]},{regionId:101,parentId:92,name:"大名县",childers:[]},{regionId:102,parentId:92,name:"涉县",childers:[]},{regionId:103,parentId:92,name:"磁县",childers:[]},{regionId:104,parentId:92,name:"邱县",childers:[]},{regionId:105,parentId:92,name:"鸡泽县",childers:[]},{regionId:106,parentId:92,name:"广平县",childers:[]},{regionId:107,parentId:92,name:"馆陶县",childers:[]},{regionId:108,parentId:92,name:"魏县",childers:[]},{regionId:109,parentId:92,name:"曲周县",childers:[]},{regionId:110,parentId:92,name:"邯郸经济技术开发区",childers:[]},{regionId:111,parentId:92,name:"邯郸冀南新区",childers:[]},{regionId:112,parentId:92,name:"武安市",childers:[]}]},{regionId:113,parentId:37,name:"邢台市",childers:[{regionId:114,parentId:113,name:"襄都区",childers:[]},{regionId:115,parentId:113,name:"信都区",childers:[]},{regionId:116,parentId:113,name:"任泽区",childers:[]},{regionId:117,parentId:113,name:"南和区",childers:[]},{regionId:118,parentId:113,name:"临城县",childers:[]},{regionId:119,parentId:113,name:"内丘县",childers:[]},{regionId:120,parentId:113,name:"柏乡县",childers:[]},{regionId:121,parentId:113,name:"隆尧县",childers:[]},{regionId:122,parentId:113,name:"宁晋县",childers:[]},{regionId:123,parentId:113,name:"巨鹿县",childers:[]},{regionId:124,parentId:113,name:"新河县",childers:[]},{regionId:125,parentId:113,name:"广宗县",childers:[]},{regionId:126,parentId:113,name:"平乡县",childers:[]},{regionId:127,parentId:113,name:"威县",childers:[]},{regionId:128,parentId:113,name:"清河县",childers:[]},{regionId:129,parentId:113,name:"临西县",childers:[]},{regionId:130,parentId:113,name:"河北邢台经济开发区",childers:[]},{regionId:131,parentId:113,name:"南宫市",childers:[]},{regionId:132,parentId:113,name:"沙河市",childers:[]}]},{regionId:133,parentId:37,name:"保定市",childers:[{regionId:134,parentId:133,name:"竞秀区",childers:[]},{regionId:135,parentId:133,name:"莲池区",childers:[]},{regionId:136,parentId:133,name:"满城区",childers:[]},{regionId:137,parentId:133,name:"清苑区",childers:[]},{regionId:138,parentId:133,name:"徐水区",childers:[]},{regionId:139,parentId:133,name:"涞水县",childers:[]},{regionId:140,parentId:133,name:"阜平县",childers:[]},{regionId:141,parentId:133,name:"定兴县",childers:[]},{regionId:142,parentId:133,name:"唐县",childers:[]},{regionId:143,parentId:133,name:"高阳县",childers:[]},{regionId:144,parentId:133,name:"容城县",childers:[]},{regionId:145,parentId:133,name:"涞源县",childers:[]},{regionId:146,parentId:133,name:"望都县",childers:[]},{regionId:147,parentId:133,name:"安新县",childers:[]},{regionId:148,parentId:133,name:"易县",childers:[]},{regionId:149,parentId:133,name:"曲阳县",childers:[]},{regionId:150,parentId:133,name:"蠡县",childers:[]},{regionId:151,parentId:133,name:"顺平县",childers:[]},{regionId:152,parentId:133,name:"博野县",childers:[]},{regionId:153,parentId:133,name:"雄县",childers:[]},{regionId:154,parentId:133,name:"保定高新技术产业开发区",childers:[]},{regionId:155,parentId:133,name:"保定白沟新城",childers:[]},{regionId:156,parentId:133,name:"涿州市",childers:[]},{regionId:157,parentId:133,name:"定州市",childers:[]},{regionId:158,parentId:133,name:"安国市",childers:[]},{regionId:159,parentId:133,name:"高碑店市",childers:[]}]},{regionId:160,parentId:37,name:"张家口市",childers:[{regionId:161,parentId:160,name:"桥东区",childers:[]},{regionId:162,parentId:160,name:"桥西区",childers:[]},{regionId:163,parentId:160,name:"宣化区",childers:[]},{regionId:164,parentId:160,name:"下花园区",childers:[]},{regionId:165,parentId:160,name:"万全区",childers:[]},{regionId:166,parentId:160,name:"崇礼区",childers:[]},{regionId:167,parentId:160,name:"张北县",childers:[]},{regionId:168,parentId:160,name:"康保县",childers:[]},{regionId:169,parentId:160,name:"沽源县",childers:[]},{regionId:170,parentId:160,name:"尚义县",childers:[]},{regionId:171,parentId:160,name:"蔚县",childers:[]},{regionId:172,parentId:160,name:"阳原县",childers:[]},{regionId:173,parentId:160,name:"怀安县",childers:[]},{regionId:174,parentId:160,name:"怀来县",childers:[]},{regionId:175,parentId:160,name:"涿鹿县",childers:[]},{regionId:176,parentId:160,name:"赤城县",childers:[]},{regionId:177,parentId:160,name:"张家口经济开发区",childers:[]},{regionId:178,parentId:160,name:"张家口市察北管理区",childers:[]},{regionId:179,parentId:160,name:"张家口市塞北管理区",childers:[]}]},{regionId:180,parentId:37,name:"承德市",childers:[{regionId:181,parentId:180,name:"双桥区",childers:[]},{regionId:182,parentId:180,name:"双滦区",childers:[]},{regionId:183,parentId:180,name:"鹰手营子矿区",childers:[]},{regionId:184,parentId:180,name:"承德县",childers:[]},{regionId:185,parentId:180,name:"兴隆县",childers:[]},{regionId:186,parentId:180,name:"滦平县",childers:[]},{regionId:187,parentId:180,name:"隆化县",childers:[]},{regionId:188,parentId:180,name:"丰宁满族自治县",childers:[]},{regionId:189,parentId:180,name:"宽城满族自治县",childers:[]},{regionId:190,parentId:180,name:"围场满族蒙古族自治县",childers:[]},{regionId:191,parentId:180,name:"承德高新技术产业开发区",childers:[]},{regionId:192,parentId:180,name:"平泉市",childers:[]}]},{regionId:193,parentId:37,name:"沧州市",childers:[{regionId:194,parentId:193,name:"新华区",childers:[]},{regionId:195,parentId:193,name:"运河区",childers:[]},{regionId:196,parentId:193,name:"沧县",childers:[]},{regionId:197,parentId:193,name:"青县",childers:[]},{regionId:198,parentId:193,name:"东光县",childers:[]},{regionId:199,parentId:193,name:"海兴县",childers:[]},{regionId:200,parentId:193,name:"盐山县",childers:[]},{regionId:201,parentId:193,name:"肃宁县",childers:[]},{regionId:202,parentId:193,name:"南皮县",childers:[]},{regionId:203,parentId:193,name:"吴桥县",childers:[]},{regionId:204,parentId:193,name:"献县",childers:[]},{regionId:205,parentId:193,name:"孟村回族自治县",childers:[]},{regionId:206,parentId:193,name:"河北沧州经济开发区",childers:[]},{regionId:207,parentId:193,name:"沧州高新技术产业开发区",childers:[]},{regionId:208,parentId:193,name:"沧州渤海新区",childers:[]},{regionId:209,parentId:193,name:"泊头市",childers:[]},{regionId:210,parentId:193,name:"任丘市",childers:[]},{regionId:211,parentId:193,name:"黄骅市",childers:[]},{regionId:212,parentId:193,name:"河间市",childers:[]}]},{regionId:213,parentId:37,name:"廊坊市",childers:[{regionId:214,parentId:213,name:"安次区",childers:[]},{regionId:215,parentId:213,name:"广阳区",childers:[]},{regionId:216,parentId:213,name:"固安县",childers:[]},{regionId:217,parentId:213,name:"永清县",childers:[]},{regionId:218,parentId:213,name:"香河县",childers:[]},{regionId:219,parentId:213,name:"大城县",childers:[]},{regionId:220,parentId:213,name:"文安县",childers:[]},{regionId:221,parentId:213,name:"大厂回族自治县",childers:[]},{regionId:222,parentId:213,name:"廊坊经济技术开发区",childers:[]},{regionId:223,parentId:213,name:"霸州市",childers:[]},{regionId:224,parentId:213,name:"三河市",childers:[]}]},{regionId:225,parentId:37,name:"衡水市",childers:[{regionId:226,parentId:225,name:"桃城区",childers:[]},{regionId:227,parentId:225,name:"冀州区",childers:[]},{regionId:228,parentId:225,name:"枣强县",childers:[]},{regionId:229,parentId:225,name:"武邑县",childers:[]},{regionId:230,parentId:225,name:"武强县",childers:[]},{regionId:231,parentId:225,name:"饶阳县",childers:[]},{regionId:232,parentId:225,name:"安平县",childers:[]},{regionId:233,parentId:225,name:"故城县",childers:[]},{regionId:234,parentId:225,name:"景县",childers:[]},{regionId:235,parentId:225,name:"阜城县",childers:[]},{regionId:236,parentId:225,name:"河北衡水高新技术产业开发区",childers:[]},{regionId:237,parentId:225,name:"衡水滨湖新区",childers:[]},{regionId:238,parentId:225,name:"深州市",childers:[]}]}]},{regionId:239,parentId:0,name:"山西省",childers:[{regionId:240,parentId:239,name:"太原市",childers:[{regionId:241,parentId:240,name:"小店区",childers:[]},{regionId:242,parentId:240,name:"迎泽区",childers:[]},{regionId:243,parentId:240,name:"杏花岭区",childers:[]},{regionId:244,parentId:240,name:"尖草坪区",childers:[]},{regionId:245,parentId:240,name:"万柏林区",childers:[]},{regionId:246,parentId:240,name:"晋源区",childers:[]},{regionId:247,parentId:240,name:"清徐县",childers:[]},{regionId:248,parentId:240,name:"阳曲县",childers:[]},{regionId:249,parentId:240,name:"娄烦县",childers:[]},{regionId:250,parentId:240,name:"山西转型综合改革示范区",childers:[]},{regionId:251,parentId:240,name:"古交市",childers:[]}]},{regionId:252,parentId:239,name:"大同市",childers:[{regionId:253,parentId:252,name:"新荣区",childers:[]},{regionId:254,parentId:252,name:"平城区",childers:[]},{regionId:255,parentId:252,name:"云冈区",childers:[]},{regionId:256,parentId:252,name:"云州区",childers:[]},{regionId:257,parentId:252,name:"阳高县",childers:[]},{regionId:258,parentId:252,name:"天镇县",childers:[]},{regionId:259,parentId:252,name:"广灵县",childers:[]},{regionId:260,parentId:252,name:"灵丘县",childers:[]},{regionId:261,parentId:252,name:"浑源县",childers:[]},{regionId:262,parentId:252,name:"左云县",childers:[]},{regionId:263,parentId:252,name:"山西大同经济开发区",childers:[]}]},{regionId:264,parentId:239,name:"阳泉市",childers:[{regionId:265,parentId:264,name:"城区",childers:[]},{regionId:266,parentId:264,name:"矿区",childers:[]},{regionId:267,parentId:264,name:"郊区",childers:[]},{regionId:268,parentId:264,name:"平定县",childers:[]},{regionId:269,parentId:264,name:"盂县",childers:[]}]},{regionId:270,parentId:239,name:"长治市",childers:[{regionId:271,parentId:270,name:"潞州区",childers:[]},{regionId:272,parentId:270,name:"上党区",childers:[]},{regionId:273,parentId:270,name:"屯留区",childers:[]},{regionId:274,parentId:270,name:"潞城区",childers:[]},{regionId:275,parentId:270,name:"襄垣县",childers:[]},{regionId:276,parentId:270,name:"平顺县",childers:[]},{regionId:277,parentId:270,name:"黎城县",childers:[]},{regionId:278,parentId:270,name:"壶关县",childers:[]},{regionId:279,parentId:270,name:"长子县",childers:[]},{regionId:280,parentId:270,name:"武乡县",childers:[]},{regionId:281,parentId:270,name:"沁县",childers:[]},{regionId:282,parentId:270,name:"沁源县",childers:[]},{regionId:283,parentId:270,name:"山西长治高新技术产业园区",childers:[]}]},{regionId:284,parentId:239,name:"晋城市",childers:[{regionId:285,parentId:284,name:"城区",childers:[]},{regionId:286,parentId:284,name:"沁水县",childers:[]},{regionId:287,parentId:284,name:"阳城县",childers:[]},{regionId:288,parentId:284,name:"陵川县",childers:[]},{regionId:289,parentId:284,name:"泽州县",childers:[]},{regionId:290,parentId:284,name:"高平市",childers:[]}]},{regionId:291,parentId:239,name:"朔州市",childers:[{regionId:292,parentId:291,name:"朔城区",childers:[]},{regionId:293,parentId:291,name:"平鲁区",childers:[]},{regionId:294,parentId:291,name:"山阴县",childers:[]},{regionId:295,parentId:291,name:"应县",childers:[]},{regionId:296,parentId:291,name:"右玉县",childers:[]},{regionId:297,parentId:291,name:"山西朔州经济开发区",childers:[]},{regionId:298,parentId:291,name:"怀仁市",childers:[]}]},{regionId:299,parentId:239,name:"晋中市",childers:[{regionId:300,parentId:299,name:"榆次区",childers:[]},{regionId:301,parentId:299,name:"太谷区",childers:[]},{regionId:302,parentId:299,name:"榆社县",childers:[]},{regionId:303,parentId:299,name:"左权县",childers:[]},{regionId:304,parentId:299,name:"和顺县",childers:[]},{regionId:305,parentId:299,name:"昔阳县",childers:[]},{regionId:306,parentId:299,name:"寿阳县",childers:[]},{regionId:307,parentId:299,name:"祁县",childers:[]},{regionId:308,parentId:299,name:"平遥县",childers:[]},{regionId:309,parentId:299,name:"灵石县",childers:[]},{regionId:310,parentId:299,name:"介休市",childers:[]}]},{regionId:311,parentId:239,name:"运城市",childers:[{regionId:312,parentId:311,name:"盐湖区",childers:[]},{regionId:313,parentId:311,name:"临猗县",childers:[]},{regionId:314,parentId:311,name:"万荣县",childers:[]},{regionId:315,parentId:311,name:"闻喜县",childers:[]},{regionId:316,parentId:311,name:"稷山县",childers:[]},{regionId:317,parentId:311,name:"新绛县",childers:[]},{regionId:318,parentId:311,name:"绛县",childers:[]},{regionId:319,parentId:311,name:"垣曲县",childers:[]},{regionId:320,parentId:311,name:"夏县",childers:[]},{regionId:321,parentId:311,name:"平陆县",childers:[]},{regionId:322,parentId:311,name:"芮城县",childers:[]},{regionId:323,parentId:311,name:"永济市",childers:[]},{regionId:324,parentId:311,name:"河津市",childers:[]}]},{regionId:325,parentId:239,name:"忻州市",childers:[{regionId:326,parentId:325,name:"忻府区",childers:[]},{regionId:327,parentId:325,name:"定襄县",childers:[]},{regionId:328,parentId:325,name:"五台县",childers:[]},{regionId:329,parentId:325,name:"代县",childers:[]},{regionId:330,parentId:325,name:"繁峙县",childers:[]},{regionId:331,parentId:325,name:"宁武县",childers:[]},{regionId:332,parentId:325,name:"静乐县",childers:[]},{regionId:333,parentId:325,name:"神池县",childers:[]},{regionId:334,parentId:325,name:"五寨县",childers:[]},{regionId:335,parentId:325,name:"岢岚县",childers:[]},{regionId:336,parentId:325,name:"河曲县",childers:[]},{regionId:337,parentId:325,name:"保德县",childers:[]},{regionId:338,parentId:325,name:"偏关县",childers:[]},{regionId:339,parentId:325,name:"五台山风景名胜区",childers:[]},{regionId:340,parentId:325,name:"原平市",childers:[]}]},{regionId:341,parentId:239,name:"临汾市",childers:[{regionId:342,parentId:341,name:"尧都区",childers:[]},{regionId:343,parentId:341,name:"曲沃县",childers:[]},{regionId:344,parentId:341,name:"翼城县",childers:[]},{regionId:345,parentId:341,name:"襄汾县",childers:[]},{regionId:346,parentId:341,name:"洪洞县",childers:[]},{regionId:347,parentId:341,name:"古县",childers:[]},{regionId:348,parentId:341,name:"安泽县",childers:[]},{regionId:349,parentId:341,name:"浮山县",childers:[]},{regionId:350,parentId:341,name:"吉县",childers:[]},{regionId:351,parentId:341,name:"乡宁县",childers:[]},{regionId:352,parentId:341,name:"大宁县",childers:[]},{regionId:353,parentId:341,name:"隰县",childers:[]},{regionId:354,parentId:341,name:"永和县",childers:[]},{regionId:355,parentId:341,name:"蒲县",childers:[]},{regionId:356,parentId:341,name:"汾西县",childers:[]},{regionId:357,parentId:341,name:"侯马市",childers:[]},{regionId:358,parentId:341,name:"霍州市",childers:[]}]},{regionId:359,parentId:239,name:"吕梁市",childers:[{regionId:360,parentId:359,name:"离石区",childers:[]},{regionId:361,parentId:359,name:"文水县",childers:[]},{regionId:362,parentId:359,name:"交城县",childers:[]},{regionId:363,parentId:359,name:"兴县",childers:[]},{regionId:364,parentId:359,name:"临县",childers:[]},{regionId:365,parentId:359,name:"柳林县",childers:[]},{regionId:366,parentId:359,name:"石楼县",childers:[]},{regionId:367,parentId:359,name:"岚县",childers:[]},{regionId:368,parentId:359,name:"方山县",childers:[]},{regionId:369,parentId:359,name:"中阳县",childers:[]},{regionId:370,parentId:359,name:"交口县",childers:[]},{regionId:371,parentId:359,name:"孝义市",childers:[]},{regionId:372,parentId:359,name:"汾阳市",childers:[]}]}]},{regionId:373,parentId:0,name:"内蒙古自治区",childers:[{regionId:374,parentId:373,name:"呼和浩特市",childers:[{regionId:375,parentId:374,name:"新城区",childers:[]},{regionId:376,parentId:374,name:"回民区",childers:[]},{regionId:377,parentId:374,name:"玉泉区",childers:[]},{regionId:378,parentId:374,name:"赛罕区",childers:[]},{regionId:379,parentId:374,name:"土默特左旗",childers:[]},{regionId:380,parentId:374,name:"托克托县",childers:[]},{regionId:381,parentId:374,name:"和林格尔县",childers:[]},{regionId:382,parentId:374,name:"清水河县",childers:[]},{regionId:383,parentId:374,name:"武川县",childers:[]},{regionId:384,parentId:374,name:"呼和浩特经济技术开发区",childers:[]}]},{regionId:385,parentId:373,name:"包头市",childers:[{regionId:386,parentId:385,name:"东河区",childers:[]},{regionId:387,parentId:385,name:"昆都仑区",childers:[]},{regionId:388,parentId:385,name:"青山区",childers:[]},{regionId:389,parentId:385,name:"石拐区",childers:[]},{regionId:390,parentId:385,name:"白云鄂博矿区",childers:[]},{regionId:391,parentId:385,name:"九原区",childers:[]},{regionId:392,parentId:385,name:"土默特右旗",childers:[]},{regionId:393,parentId:385,name:"固阳县",childers:[]},{regionId:394,parentId:385,name:"达尔罕茂明安联合旗",childers:[]},{regionId:395,parentId:385,name:"包头稀土高新技术产业开发区",childers:[]}]},{regionId:396,parentId:373,name:"乌海市",childers:[{regionId:397,parentId:396,name:"海勃湾区",childers:[]},{regionId:398,parentId:396,name:"海南区",childers:[]},{regionId:399,parentId:396,name:"乌达区",childers:[]}]},{regionId:400,parentId:373,name:"赤峰市",childers:[{regionId:401,parentId:400,name:"红山区",childers:[]},{regionId:402,parentId:400,name:"元宝山区",childers:[]},{regionId:403,parentId:400,name:"松山区",childers:[]},{regionId:404,parentId:400,name:"阿鲁科尔沁旗",childers:[]},{regionId:405,parentId:400,name:"巴林左旗",childers:[]},{regionId:406,parentId:400,name:"巴林右旗",childers:[]},{regionId:407,parentId:400,name:"林西县",childers:[]},{regionId:408,parentId:400,name:"克什克腾旗",childers:[]},{regionId:409,parentId:400,name:"翁牛特旗",childers:[]},{regionId:410,parentId:400,name:"喀喇沁旗",childers:[]},{regionId:411,parentId:400,name:"宁城县",childers:[]},{regionId:412,parentId:400,name:"敖汉旗",childers:[]}]},{regionId:413,parentId:373,name:"通辽市",childers:[{regionId:414,parentId:413,name:"科尔沁区",childers:[]},{regionId:415,parentId:413,name:"科尔沁左翼中旗",childers:[]},{regionId:416,parentId:413,name:"科尔沁左翼后旗",childers:[]},{regionId:417,parentId:413,name:"开鲁县",childers:[]},{regionId:418,parentId:413,name:"库伦旗",childers:[]},{regionId:419,parentId:413,name:"奈曼旗",childers:[]},{regionId:420,parentId:413,name:"扎鲁特旗",childers:[]},{regionId:421,parentId:413,name:"通辽经济技术开发区",childers:[]},{regionId:422,parentId:413,name:"霍林郭勒市",childers:[]}]},{regionId:423,parentId:373,name:"鄂尔多斯市",childers:[{regionId:424,parentId:423,name:"东胜区",childers:[]},{regionId:425,parentId:423,name:"康巴什区",childers:[]},{regionId:426,parentId:423,name:"达拉特旗",childers:[]},{regionId:427,parentId:423,name:"准格尔旗",childers:[]},{regionId:428,parentId:423,name:"鄂托克前旗",childers:[]},{regionId:429,parentId:423,name:"鄂托克旗",childers:[]},{regionId:430,parentId:423,name:"杭锦旗",childers:[]},{regionId:431,parentId:423,name:"乌审旗",childers:[]},{regionId:432,parentId:423,name:"伊金霍洛旗",childers:[]}]},{regionId:433,parentId:373,name:"呼伦贝尔市",childers:[{regionId:434,parentId:433,name:"海拉尔区",childers:[]},{regionId:435,parentId:433,name:"扎赉诺尔区",childers:[]},{regionId:436,parentId:433,name:"阿荣旗",childers:[]},{regionId:437,parentId:433,name:"莫力达瓦达斡尔族自治旗",childers:[]},{regionId:438,parentId:433,name:"鄂伦春自治旗",childers:[]},{regionId:439,parentId:433,name:"鄂温克族自治旗",childers:[]},{regionId:440,parentId:433,name:"陈巴尔虎旗",childers:[]},{regionId:441,parentId:433,name:"新巴尔虎左旗",childers:[]},{regionId:442,parentId:433,name:"新巴尔虎右旗",childers:[]},{regionId:443,parentId:433,name:"满洲里市",childers:[]},{regionId:444,parentId:433,name:"牙克石市",childers:[]},{regionId:445,parentId:433,name:"扎兰屯市",childers:[]},{regionId:446,parentId:433,name:"额尔古纳市",childers:[]},{regionId:447,parentId:433,name:"根河市",childers:[]}]},{regionId:448,parentId:373,name:"巴彦淖尔市",childers:[{regionId:449,parentId:448,name:"临河区",childers:[]},{regionId:450,parentId:448,name:"五原县",childers:[]},{regionId:451,parentId:448,name:"磴口县",childers:[]},{regionId:452,parentId:448,name:"乌拉特前旗",childers:[]},{regionId:453,parentId:448,name:"乌拉特中旗",childers:[]},{regionId:454,parentId:448,name:"乌拉特后旗",childers:[]},{regionId:455,parentId:448,name:"杭锦后旗",childers:[]}]},{regionId:456,parentId:373,name:"乌兰察布市",childers:[{regionId:457,parentId:456,name:"集宁区",childers:[]},{regionId:458,parentId:456,name:"卓资县",childers:[]},{regionId:459,parentId:456,name:"化德县",childers:[]},{regionId:460,parentId:456,name:"商都县",childers:[]},{regionId:461,parentId:456,name:"兴和县",childers:[]},{regionId:462,parentId:456,name:"凉城县",childers:[]},{regionId:463,parentId:456,name:"察哈尔右翼前旗",childers:[]},{regionId:464,parentId:456,name:"察哈尔右翼中旗",childers:[]},{regionId:465,parentId:456,name:"察哈尔右翼后旗",childers:[]},{regionId:466,parentId:456,name:"四子王旗",childers:[]},{regionId:467,parentId:456,name:"丰镇市",childers:[]}]},{regionId:468,parentId:373,name:"兴安盟",childers:[{regionId:469,parentId:468,name:"乌兰浩特市",childers:[]},{regionId:470,parentId:468,name:"阿尔山市",childers:[]},{regionId:471,parentId:468,name:"科尔沁右翼前旗",childers:[]},{regionId:472,parentId:468,name:"科尔沁右翼中旗",childers:[]},{regionId:473,parentId:468,name:"扎赉特旗",childers:[]},{regionId:474,parentId:468,name:"突泉县",childers:[]}]},{regionId:475,parentId:373,name:"锡林郭勒盟",childers:[{regionId:476,parentId:475,name:"二连浩特市",childers:[]},{regionId:477,parentId:475,name:"锡林浩特市",childers:[]},{regionId:478,parentId:475,name:"阿巴嘎旗",childers:[]},{regionId:479,parentId:475,name:"苏尼特左旗",childers:[]},{regionId:480,parentId:475,name:"苏尼特右旗",childers:[]},{regionId:481,parentId:475,name:"东乌珠穆沁旗",childers:[]},{regionId:482,parentId:475,name:"西乌珠穆沁旗",childers:[]},{regionId:483,parentId:475,name:"太仆寺旗",childers:[]},{regionId:484,parentId:475,name:"镶黄旗",childers:[]},{regionId:485,parentId:475,name:"正镶白旗",childers:[]},{regionId:486,parentId:475,name:"正蓝旗",childers:[]},{regionId:487,parentId:475,name:"多伦县",childers:[]},{regionId:488,parentId:475,name:"乌拉盖管委会",childers:[]}]},{regionId:489,parentId:373,name:"阿拉善盟",childers:[{regionId:490,parentId:489,name:"阿拉善左旗",childers:[]},{regionId:491,parentId:489,name:"阿拉善右旗",childers:[]},{regionId:492,parentId:489,name:"额济纳旗",childers:[]},{regionId:493,parentId:489,name:"内蒙古阿拉善经济开发区",childers:[]}]}]},{regionId:494,parentId:0,name:"辽宁省",childers:[{regionId:495,parentId:494,name:"沈阳市",childers:[{regionId:496,parentId:495,name:"和平区",childers:[]},{regionId:497,parentId:495,name:"沈河区",childers:[]},{regionId:498,parentId:495,name:"大东区",childers:[]},{regionId:499,parentId:495,name:"皇姑区",childers:[]},{regionId:500,parentId:495,name:"铁西区",childers:[]},{regionId:501,parentId:495,name:"苏家屯区",childers:[]},{regionId:502,parentId:495,name:"浑南区",childers:[]},{regionId:503,parentId:495,name:"沈北新区",childers:[]},{regionId:504,parentId:495,name:"于洪区",childers:[]},{regionId:505,parentId:495,name:"辽中区",childers:[]},{regionId:506,parentId:495,name:"康平县",childers:[]},{regionId:507,parentId:495,name:"法库县",childers:[]},{regionId:508,parentId:495,name:"新民市",childers:[]}]},{regionId:509,parentId:494,name:"大连市",childers:[{regionId:510,parentId:509,name:"中山区",childers:[]},{regionId:511,parentId:509,name:"西岗区",childers:[]},{regionId:512,parentId:509,name:"沙河口区",childers:[]},{regionId:513,parentId:509,name:"甘井子区",childers:[]},{regionId:514,parentId:509,name:"旅顺口区",childers:[]},{regionId:515,parentId:509,name:"金州区",childers:[]},{regionId:516,parentId:509,name:"普兰店区",childers:[]},{regionId:517,parentId:509,name:"长海县",childers:[]},{regionId:518,parentId:509,name:"瓦房店市",childers:[]},{regionId:519,parentId:509,name:"庄河市",childers:[]}]},{regionId:520,parentId:494,name:"鞍山市",childers:[{regionId:521,parentId:520,name:"铁东区",childers:[]},{regionId:522,parentId:520,name:"铁西区",childers:[]},{regionId:523,parentId:520,name:"立山区",childers:[]},{regionId:524,parentId:520,name:"千山区",childers:[]},{regionId:525,parentId:520,name:"台安县",childers:[]},{regionId:526,parentId:520,name:"岫岩满族自治县",childers:[]},{regionId:527,parentId:520,name:"海城市",childers:[]}]},{regionId:528,parentId:494,name:"抚顺市",childers:[{regionId:529,parentId:528,name:"新抚区",childers:[]},{regionId:530,parentId:528,name:"东洲区",childers:[]},{regionId:531,parentId:528,name:"望花区",childers:[]},{regionId:532,parentId:528,name:"顺城区",childers:[]},{regionId:533,parentId:528,name:"抚顺县",childers:[]},{regionId:534,parentId:528,name:"新宾满族自治县",childers:[]},{regionId:535,parentId:528,name:"清原满族自治县",childers:[]}]},{regionId:536,parentId:494,name:"本溪市",childers:[{regionId:537,parentId:536,name:"平山区",childers:[]},{regionId:538,parentId:536,name:"溪湖区",childers:[]},{regionId:539,parentId:536,name:"明山区",childers:[]},{regionId:540,parentId:536,name:"南芬区",childers:[]},{regionId:541,parentId:536,name:"本溪满族自治县",childers:[]},{regionId:542,parentId:536,name:"桓仁满族自治县",childers:[]}]},{regionId:543,parentId:494,name:"丹东市",childers:[{regionId:544,parentId:543,name:"元宝区",childers:[]},{regionId:545,parentId:543,name:"振兴区",childers:[]},{regionId:546,parentId:543,name:"振安区",childers:[]},{regionId:547,parentId:543,name:"宽甸满族自治县",childers:[]},{regionId:548,parentId:543,name:"东港市",childers:[]},{regionId:549,parentId:543,name:"凤城市",childers:[]}]},{regionId:550,parentId:494,name:"锦州市",childers:[{regionId:551,parentId:550,name:"古塔区",childers:[]},{regionId:552,parentId:550,name:"凌河区",childers:[]},{regionId:553,parentId:550,name:"太和区",childers:[]},{regionId:554,parentId:550,name:"黑山县",childers:[]},{regionId:555,parentId:550,name:"义县",childers:[]},{regionId:556,parentId:550,name:"凌海市",childers:[]},{regionId:557,parentId:550,name:"北镇市",childers:[]}]},{regionId:558,parentId:494,name:"营口市",childers:[{regionId:559,parentId:558,name:"站前区",childers:[]},{regionId:560,parentId:558,name:"西市区",childers:[]},{regionId:561,parentId:558,name:"鲅鱼圈区",childers:[]},{regionId:562,parentId:558,name:"老边区",childers:[]},{regionId:563,parentId:558,name:"盖州市",childers:[]},{regionId:564,parentId:558,name:"大石桥市",childers:[]}]},{regionId:565,parentId:494,name:"阜新市",childers:[{regionId:566,parentId:565,name:"海州区",childers:[]},{regionId:567,parentId:565,name:"新邱区",childers:[]},{regionId:568,parentId:565,name:"太平区",childers:[]},{regionId:569,parentId:565,name:"清河门区",childers:[]},{regionId:570,parentId:565,name:"细河区",childers:[]},{regionId:571,parentId:565,name:"阜新蒙古族自治县",childers:[]},{regionId:572,parentId:565,name:"彰武县",childers:[]}]},{regionId:573,parentId:494,name:"辽阳市",childers:[{regionId:574,parentId:573,name:"白塔区",childers:[]},{regionId:575,parentId:573,name:"文圣区",childers:[]},{regionId:576,parentId:573,name:"宏伟区",childers:[]},{regionId:577,parentId:573,name:"弓长岭区",childers:[]},{regionId:578,parentId:573,name:"太子河区",childers:[]},{regionId:579,parentId:573,name:"辽阳县",childers:[]},{regionId:580,parentId:573,name:"灯塔市",childers:[]}]},{regionId:581,parentId:494,name:"盘锦市",childers:[{regionId:582,parentId:581,name:"双台子区",childers:[]},{regionId:583,parentId:581,name:"兴隆台区",childers:[]},{regionId:584,parentId:581,name:"大洼区",childers:[]},{regionId:585,parentId:581,name:"盘山县",childers:[]}]},{regionId:586,parentId:494,name:"铁岭市",childers:[{regionId:587,parentId:586,name:"银州区",childers:[]},{regionId:588,parentId:586,name:"清河区",childers:[]},{regionId:589,parentId:586,name:"铁岭县",childers:[]},{regionId:590,parentId:586,name:"西丰县",childers:[]},{regionId:591,parentId:586,name:"昌图县",childers:[]},{regionId:592,parentId:586,name:"调兵山市",childers:[]},{regionId:593,parentId:586,name:"开原市",childers:[]}]},{regionId:594,parentId:494,name:"朝阳市",childers:[{regionId:595,parentId:594,name:"双塔区",childers:[]},{regionId:596,parentId:594,name:"龙城区",childers:[]},{regionId:597,parentId:594,name:"朝阳县",childers:[]},{regionId:598,parentId:594,name:"建平县",childers:[]},{regionId:599,parentId:594,name:"喀喇沁左翼蒙古族自治县",childers:[]},{regionId:600,parentId:594,name:"北票市",childers:[]},{regionId:601,parentId:594,name:"凌源市",childers:[]}]},{regionId:602,parentId:494,name:"葫芦岛市",childers:[{regionId:603,parentId:602,name:"连山区",childers:[]},{regionId:604,parentId:602,name:"龙港区",childers:[]},{regionId:605,parentId:602,name:"南票区",childers:[]},{regionId:606,parentId:602,name:"绥中县",childers:[]},{regionId:607,parentId:602,name:"建昌县",childers:[]},{regionId:608,parentId:602,name:"兴城市",childers:[]}]}]},{regionId:609,parentId:0,name:"吉林省",childers:[{regionId:610,parentId:609,name:"长春市",childers:[{regionId:611,parentId:610,name:"南关区",childers:[]},{regionId:612,parentId:610,name:"宽城区",childers:[]},{regionId:613,parentId:610,name:"朝阳区",childers:[]},{regionId:614,parentId:610,name:"二道区",childers:[]},{regionId:615,parentId:610,name:"绿园区",childers:[]},{regionId:616,parentId:610,name:"双阳区",childers:[]},{regionId:617,parentId:610,name:"九台区",childers:[]},{regionId:618,parentId:610,name:"农安县",childers:[]},{regionId:619,parentId:610,name:"长春经济技术开发区",childers:[]},{regionId:620,parentId:610,name:"长春净月高新技术产业开发区",childers:[]},{regionId:621,parentId:610,name:"长春高新技术产业开发区",childers:[]},{regionId:622,parentId:610,name:"长春汽车经济技术开发区",childers:[]},{regionId:623,parentId:610,name:"榆树市",childers:[]},{regionId:624,parentId:610,name:"德惠市",childers:[]},{regionId:625,parentId:610,name:"公主岭市",childers:[]}]},{regionId:626,parentId:609,name:"吉林市",childers:[{regionId:627,parentId:626,name:"昌邑区",childers:[]},{regionId:628,parentId:626,name:"龙潭区",childers:[]},{regionId:629,parentId:626,name:"船营区",childers:[]},{regionId:630,parentId:626,name:"丰满区",childers:[]},{regionId:631,parentId:626,name:"永吉县",childers:[]},{regionId:632,parentId:626,name:"吉林经济开发区",childers:[]},{regionId:633,parentId:626,name:"吉林高新技术产业开发区",childers:[]},{regionId:634,parentId:626,name:"吉林中国新加坡食品区",childers:[]},{regionId:635,parentId:626,name:"蛟河市",childers:[]},{regionId:636,parentId:626,name:"桦甸市",childers:[]},{regionId:637,parentId:626,name:"舒兰市",childers:[]},{regionId:638,parentId:626,name:"磐石市",childers:[]}]},{regionId:639,parentId:609,name:"四平市",childers:[{regionId:640,parentId:639,name:"铁西区",childers:[]},{regionId:641,parentId:639,name:"铁东区",childers:[]},{regionId:642,parentId:639,name:"梨树县",childers:[]},{regionId:643,parentId:639,name:"伊通满族自治县",childers:[]},{regionId:644,parentId:639,name:"双辽市",childers:[]}]},{regionId:645,parentId:609,name:"辽源市",childers:[{regionId:646,parentId:645,name:"龙山区",childers:[]},{regionId:647,parentId:645,name:"西安区",childers:[]},{regionId:648,parentId:645,name:"东丰县",childers:[]},{regionId:649,parentId:645,name:"东辽县",childers:[]}]},{regionId:650,parentId:609,name:"通化市",childers:[{regionId:651,parentId:650,name:"东昌区",childers:[]},{regionId:652,parentId:650,name:"二道江区",childers:[]},{regionId:653,parentId:650,name:"通化县",childers:[]},{regionId:654,parentId:650,name:"辉南县",childers:[]},{regionId:655,parentId:650,name:"柳河县",childers:[]},{regionId:656,parentId:650,name:"梅河口市",childers:[]},{regionId:657,parentId:650,name:"集安市",childers:[]}]},{regionId:658,parentId:609,name:"白山市",childers:[{regionId:659,parentId:658,name:"浑江区",childers:[]},{regionId:660,parentId:658,name:"江源区",childers:[]},{regionId:661,parentId:658,name:"抚松县",childers:[]},{regionId:662,parentId:658,name:"靖宇县",childers:[]},{regionId:663,parentId:658,name:"长白朝鲜族自治县",childers:[]},{regionId:664,parentId:658,name:"临江市",childers:[]}]},{regionId:665,parentId:609,name:"松原市",childers:[{regionId:666,parentId:665,name:"宁江区",childers:[]},{regionId:667,parentId:665,name:"前郭尔罗斯蒙古族自治县",childers:[]},{regionId:668,parentId:665,name:"长岭县",childers:[]},{regionId:669,parentId:665,name:"乾安县",childers:[]},{regionId:670,parentId:665,name:"吉林松原经济开发区",childers:[]},{regionId:671,parentId:665,name:"扶余市",childers:[]}]},{regionId:672,parentId:609,name:"白城市",childers:[{regionId:673,parentId:672,name:"洮北区",childers:[]},{regionId:674,parentId:672,name:"镇赉县",childers:[]},{regionId:675,parentId:672,name:"通榆县",childers:[]},{regionId:676,parentId:672,name:"吉林白城经济开发区",childers:[]},{regionId:677,parentId:672,name:"洮南市",childers:[]},{regionId:678,parentId:672,name:"大安市",childers:[]}]},{regionId:679,parentId:609,name:"延边朝鲜族自治州",childers:[{regionId:680,parentId:679,name:"延吉市",childers:[]},{regionId:681,parentId:679,name:"图们市",childers:[]},{regionId:682,parentId:679,name:"敦化市",childers:[]},{regionId:683,parentId:679,name:"珲春市",childers:[]},{regionId:684,parentId:679,name:"龙井市",childers:[]},{regionId:685,parentId:679,name:"和龙市",childers:[]},{regionId:686,parentId:679,name:"汪清县",childers:[]},{regionId:687,parentId:679,name:"安图县",childers:[]}]}]},{regionId:688,parentId:0,name:"黑龙江省",childers:[{regionId:689,parentId:688,name:"哈尔滨市",childers:[{regionId:690,parentId:689,name:"道里区",childers:[]},{regionId:691,parentId:689,name:"南岗区",childers:[]},{regionId:692,parentId:689,name:"道外区",childers:[]},{regionId:693,parentId:689,name:"平房区",childers:[]},{regionId:694,parentId:689,name:"松北区",childers:[]},{regionId:695,parentId:689,name:"香坊区",childers:[]},{regionId:696,parentId:689,name:"呼兰区",childers:[]},{regionId:697,parentId:689,name:"阿城区",childers:[]},{regionId:698,parentId:689,name:"双城区",childers:[]},{regionId:699,parentId:689,name:"依兰县",childers:[]},{regionId:700,parentId:689,name:"方正县",childers:[]},{regionId:701,parentId:689,name:"宾县",childers:[]},{regionId:702,parentId:689,name:"巴彦县",childers:[]},{regionId:703,parentId:689,name:"木兰县",childers:[]},{regionId:704,parentId:689,name:"通河县",childers:[]},{regionId:705,parentId:689,name:"延寿县",childers:[]},{regionId:706,parentId:689,name:"尚志市",childers:[]},{regionId:707,parentId:689,name:"五常市",childers:[]}]},{regionId:708,parentId:688,name:"齐齐哈尔市",childers:[{regionId:709,parentId:708,name:"龙沙区",childers:[]},{regionId:710,parentId:708,name:"建华区",childers:[]},{regionId:711,parentId:708,name:"铁锋区",childers:[]},{regionId:712,parentId:708,name:"昂昂溪区",childers:[]},{regionId:713,parentId:708,name:"富拉尔基区",childers:[]},{regionId:714,parentId:708,name:"碾子山区",childers:[]},{regionId:715,parentId:708,name:"梅里斯达斡尔族区",childers:[]},{regionId:716,parentId:708,name:"龙江县",childers:[]},{regionId:717,parentId:708,name:"依安县",childers:[]},{regionId:718,parentId:708,name:"泰来县",childers:[]},{regionId:719,parentId:708,name:"甘南县",childers:[]},{regionId:720,parentId:708,name:"富裕县",childers:[]},{regionId:721,parentId:708,name:"克山县",childers:[]},{regionId:722,parentId:708,name:"克东县",childers:[]},{regionId:723,parentId:708,name:"拜泉县",childers:[]},{regionId:724,parentId:708,name:"讷河市",childers:[]}]},{regionId:725,parentId:688,name:"鸡西市",childers:[{regionId:726,parentId:725,name:"鸡冠区",childers:[]},{regionId:727,parentId:725,name:"恒山区",childers:[]},{regionId:728,parentId:725,name:"滴道区",childers:[]},{regionId:729,parentId:725,name:"梨树区",childers:[]},{regionId:730,parentId:725,name:"城子河区",childers:[]},{regionId:731,parentId:725,name:"麻山区",childers:[]},{regionId:732,parentId:725,name:"鸡东县",childers:[]},{regionId:733,parentId:725,name:"虎林市",childers:[]},{regionId:734,parentId:725,name:"密山市",childers:[]}]},{regionId:735,parentId:688,name:"鹤岗市",childers:[{regionId:736,parentId:735,name:"向阳区",childers:[]},{regionId:737,parentId:735,name:"工农区",childers:[]},{regionId:738,parentId:735,name:"南山区",childers:[]},{regionId:739,parentId:735,name:"兴安区",childers:[]},{regionId:740,parentId:735,name:"东山区",childers:[]},{regionId:741,parentId:735,name:"兴山区",childers:[]},{regionId:742,parentId:735,name:"萝北县",childers:[]},{regionId:743,parentId:735,name:"绥滨县",childers:[]}]},{regionId:744,parentId:688,name:"双鸭山市",childers:[{regionId:745,parentId:744,name:"尖山区",childers:[]},{regionId:746,parentId:744,name:"岭东区",childers:[]},{regionId:747,parentId:744,name:"四方台区",childers:[]},{regionId:748,parentId:744,name:"宝山区",childers:[]},{regionId:749,parentId:744,name:"集贤县",childers:[]},{regionId:750,parentId:744,name:"友谊县",childers:[]},{regionId:751,parentId:744,name:"宝清县",childers:[]},{regionId:752,parentId:744,name:"饶河县",childers:[]}]},{regionId:753,parentId:688,name:"大庆市",childers:[{regionId:754,parentId:753,name:"萨尔图区",childers:[]},{regionId:755,parentId:753,name:"龙凤区",childers:[]},{regionId:756,parentId:753,name:"让胡路区",childers:[]},{regionId:757,parentId:753,name:"红岗区",childers:[]},{regionId:758,parentId:753,name:"大同区",childers:[]},{regionId:759,parentId:753,name:"肇州县",childers:[]},{regionId:760,parentId:753,name:"肇源县",childers:[]},{regionId:761,parentId:753,name:"林甸县",childers:[]},{regionId:762,parentId:753,name:"杜尔伯特蒙古族自治县",childers:[]},{regionId:763,parentId:753,name:"大庆高新技术产业开发区",childers:[]}]},{regionId:764,parentId:688,name:"伊春市",childers:[{regionId:765,parentId:764,name:"伊美区",childers:[]},{regionId:766,parentId:764,name:"乌翠区",childers:[]},{regionId:767,parentId:764,name:"友好区",childers:[]},{regionId:768,parentId:764,name:"嘉荫县",childers:[]},{regionId:769,parentId:764,name:"汤旺县",childers:[]},{regionId:770,parentId:764,name:"丰林县",childers:[]},{regionId:771,parentId:764,name:"大箐山县",childers:[]},{regionId:772,parentId:764,name:"南岔县",childers:[]},{regionId:773,parentId:764,name:"金林区",childers:[]},{regionId:774,parentId:764,name:"铁力市",childers:[]}]},{regionId:775,parentId:688,name:"佳木斯市",childers:[{regionId:776,parentId:775,name:"向阳区",childers:[]},{regionId:777,parentId:775,name:"前进区",childers:[]},{regionId:778,parentId:775,name:"东风区",childers:[]},{regionId:779,parentId:775,name:"郊区",childers:[]},{regionId:780,parentId:775,name:"桦南县",childers:[]},{regionId:781,parentId:775,name:"桦川县",childers:[]},{regionId:782,parentId:775,name:"汤原县",childers:[]},{regionId:783,parentId:775,name:"同江市",childers:[]},{regionId:784,parentId:775,name:"富锦市",childers:[]},{regionId:785,parentId:775,name:"抚远市",childers:[]}]},{regionId:786,parentId:688,name:"七台河市",childers:[{regionId:787,parentId:786,name:"新兴区",childers:[]},{regionId:788,parentId:786,name:"桃山区",childers:[]},{regionId:789,parentId:786,name:"茄子河区",childers:[]},{regionId:790,parentId:786,name:"勃利县",childers:[]}]},{regionId:791,parentId:688,name:"牡丹江市",childers:[{regionId:792,parentId:791,name:"东安区",childers:[]},{regionId:793,parentId:791,name:"阳明区",childers:[]},{regionId:794,parentId:791,name:"爱民区",childers:[]},{regionId:795,parentId:791,name:"西安区",childers:[]},{regionId:796,parentId:791,name:"林口县",childers:[]},{regionId:797,parentId:791,name:"牡丹江经济技术开发区",childers:[]},{regionId:798,parentId:791,name:"绥芬河市",childers:[]},{regionId:799,parentId:791,name:"海林市",childers:[]},{regionId:800,parentId:791,name:"宁安市",childers:[]},{regionId:801,parentId:791,name:"穆棱市",childers:[]},{regionId:802,parentId:791,name:"东宁市",childers:[]}]},{regionId:803,parentId:688,name:"黑河市",childers:[{regionId:804,parentId:803,name:"爱辉区",childers:[]},{regionId:805,parentId:803,name:"逊克县",childers:[]},{regionId:806,parentId:803,name:"孙吴县",childers:[]},{regionId:807,parentId:803,name:"北安市",childers:[]},{regionId:808,parentId:803,name:"五大连池市",childers:[]},{regionId:809,parentId:803,name:"嫩江市",childers:[]}]},{regionId:810,parentId:688,name:"绥化市",childers:[{regionId:811,parentId:810,name:"北林区",childers:[]},{regionId:812,parentId:810,name:"望奎县",childers:[]},{regionId:813,parentId:810,name:"兰西县",childers:[]},{regionId:814,parentId:810,name:"青冈县",childers:[]},{regionId:815,parentId:810,name:"庆安县",childers:[]},{regionId:816,parentId:810,name:"明水县",childers:[]},{regionId:817,parentId:810,name:"绥棱县",childers:[]},{regionId:818,parentId:810,name:"安达市",childers:[]},{regionId:819,parentId:810,name:"肇东市",childers:[]},{regionId:820,parentId:810,name:"海伦市",childers:[]}]},{regionId:821,parentId:688,name:"大兴安岭地区",childers:[{regionId:822,parentId:821,name:"漠河市",childers:[]},{regionId:823,parentId:821,name:"呼玛县",childers:[]},{regionId:824,parentId:821,name:"塔河县",childers:[]},{regionId:825,parentId:821,name:"加格达奇区",childers:[]},{regionId:826,parentId:821,name:"松岭区",childers:[]},{regionId:827,parentId:821,name:"新林区",childers:[]},{regionId:828,parentId:821,name:"呼中区",childers:[]}]}]},{regionId:829,parentId:0,name:"上海市",childers:[{regionId:830,parentId:829,name:"上海市",childers:[{regionId:831,parentId:830,name:"黄浦区",childers:[]},{regionId:832,parentId:830,name:"徐汇区",childers:[]},{regionId:833,parentId:830,name:"长宁区",childers:[]},{regionId:834,parentId:830,name:"静安区",childers:[]},{regionId:835,parentId:830,name:"普陀区",childers:[]},{regionId:836,parentId:830,name:"虹口区",childers:[]},{regionId:837,parentId:830,name:"杨浦区",childers:[]},{regionId:838,parentId:830,name:"闵行区",childers:[]},{regionId:839,parentId:830,name:"宝山区",childers:[]},{regionId:840,parentId:830,name:"嘉定区",childers:[]},{regionId:841,parentId:830,name:"浦东新区",childers:[]},{regionId:842,parentId:830,name:"金山区",childers:[]},{regionId:843,parentId:830,name:"松江区",childers:[]},{regionId:844,parentId:830,name:"青浦区",childers:[]},{regionId:845,parentId:830,name:"奉贤区",childers:[]},{regionId:846,parentId:830,name:"崇明区",childers:[]}]}]},{regionId:847,parentId:0,name:"江苏省",childers:[{regionId:848,parentId:847,name:"南京市",childers:[{regionId:849,parentId:848,name:"玄武区",childers:[]},{regionId:850,parentId:848,name:"秦淮区",childers:[]},{regionId:851,parentId:848,name:"建邺区",childers:[]},{regionId:852,parentId:848,name:"鼓楼区",childers:[]},{regionId:853,parentId:848,name:"浦口区",childers:[]},{regionId:854,parentId:848,name:"栖霞区",childers:[]},{regionId:855,parentId:848,name:"雨花台区",childers:[]},{regionId:856,parentId:848,name:"江宁区",childers:[]},{regionId:857,parentId:848,name:"六合区",childers:[]},{regionId:858,parentId:848,name:"溧水区",childers:[]},{regionId:859,parentId:848,name:"高淳区",childers:[]}]},{regionId:860,parentId:847,name:"无锡市",childers:[{regionId:861,parentId:860,name:"锡山区",childers:[]},{regionId:862,parentId:860,name:"惠山区",childers:[]},{regionId:863,parentId:860,name:"滨湖区",childers:[]},{regionId:864,parentId:860,name:"梁溪区",childers:[]},{regionId:865,parentId:860,name:"新吴区",childers:[]},{regionId:866,parentId:860,name:"江阴市",childers:[]},{regionId:867,parentId:860,name:"宜兴市",childers:[]}]},{regionId:868,parentId:847,name:"徐州市",childers:[{regionId:869,parentId:868,name:"鼓楼区",childers:[]},{regionId:870,parentId:868,name:"云龙区",childers:[]},{regionId:871,parentId:868,name:"贾汪区",childers:[]},{regionId:872,parentId:868,name:"泉山区",childers:[]},{regionId:873,parentId:868,name:"铜山区",childers:[]},{regionId:874,parentId:868,name:"丰县",childers:[]},{regionId:875,parentId:868,name:"沛县",childers:[]},{regionId:876,parentId:868,name:"睢宁县",childers:[]},{regionId:877,parentId:868,name:"徐州经济技术开发区",childers:[]},{regionId:878,parentId:868,name:"新沂市",childers:[]},{regionId:879,parentId:868,name:"邳州市",childers:[]}]},{regionId:880,parentId:847,name:"常州市",childers:[{regionId:881,parentId:880,name:"天宁区",childers:[]},{regionId:882,parentId:880,name:"钟楼区",childers:[]},{regionId:883,parentId:880,name:"新北区",childers:[]},{regionId:884,parentId:880,name:"武进区",childers:[]},{regionId:885,parentId:880,name:"金坛区",childers:[]},{regionId:886,parentId:880,name:"溧阳市",childers:[]}]},{regionId:887,parentId:847,name:"苏州市",childers:[{regionId:888,parentId:887,name:"虎丘区",childers:[]},{regionId:889,parentId:887,name:"吴中区",childers:[]},{regionId:890,parentId:887,name:"相城区",childers:[]},{regionId:891,parentId:887,name:"姑苏区",childers:[]},{regionId:892,parentId:887,name:"吴江区",childers:[]},{regionId:893,parentId:887,name:"苏州工业园区",childers:[]},{regionId:894,parentId:887,name:"常熟市",childers:[]},{regionId:895,parentId:887,name:"张家港市",childers:[]},{regionId:896,parentId:887,name:"昆山市",childers:[]},{regionId:897,parentId:887,name:"太仓市",childers:[]}]},{regionId:898,parentId:847,name:"南通市",childers:[{regionId:899,parentId:898,name:"崇川区",childers:[]},{regionId:900,parentId:898,name:"港闸区",childers:[]},{regionId:901,parentId:898,name:"通州区",childers:[]},{regionId:902,parentId:898,name:"如东县",childers:[]},{regionId:903,parentId:898,name:"南通经济技术开发区",childers:[]},{regionId:904,parentId:898,name:"启东市",childers:[]},{regionId:905,parentId:898,name:"如皋市",childers:[]},{regionId:906,parentId:898,name:"海门市",childers:[]},{regionId:907,parentId:898,name:"海安市",childers:[]}]},{regionId:908,parentId:847,name:"连云港市",childers:[{regionId:909,parentId:908,name:"连云区",childers:[]},{regionId:910,parentId:908,name:"海州区",childers:[]},{regionId:911,parentId:908,name:"赣榆区",childers:[]},{regionId:912,parentId:908,name:"东海县",childers:[]},{regionId:913,parentId:908,name:"灌云县",childers:[]},{regionId:914,parentId:908,name:"灌南县",childers:[]},{regionId:915,parentId:908,name:"连云港经济技术开发区",childers:[]},{regionId:916,parentId:908,name:"连云港高新技术产业开发区",childers:[]}]},{regionId:917,parentId:847,name:"淮安市",childers:[{regionId:918,parentId:917,name:"淮安区",childers:[]},{regionId:919,parentId:917,name:"淮阴区",childers:[]},{regionId:920,parentId:917,name:"清江浦区",childers:[]},{regionId:921,parentId:917,name:"洪泽区",childers:[]},{regionId:922,parentId:917,name:"涟水县",childers:[]},{regionId:923,parentId:917,name:"盱眙县",childers:[]},{regionId:924,parentId:917,name:"金湖县",childers:[]},{regionId:925,parentId:917,name:"淮安经济技术开发区",childers:[]}]},{regionId:926,parentId:847,name:"盐城市",childers:[{regionId:927,parentId:926,name:"亭湖区",childers:[]},{regionId:928,parentId:926,name:"盐都区",childers:[]},{regionId:929,parentId:926,name:"大丰区",childers:[]},{regionId:930,parentId:926,name:"响水县",childers:[]},{regionId:931,parentId:926,name:"滨海县",childers:[]},{regionId:932,parentId:926,name:"阜宁县",childers:[]},{regionId:933,parentId:926,name:"射阳县",childers:[]},{regionId:934,parentId:926,name:"建湖县",childers:[]},{regionId:935,parentId:926,name:"盐城经济技术开发区",childers:[]},{regionId:936,parentId:926,name:"东台市",childers:[]}]},{regionId:937,parentId:847,name:"扬州市",childers:[{regionId:938,parentId:937,name:"广陵区",childers:[]},{regionId:939,parentId:937,name:"邗江区",childers:[]},{regionId:940,parentId:937,name:"江都区",childers:[]},{regionId:941,parentId:937,name:"宝应县",childers:[]},{regionId:942,parentId:937,name:"扬州经济技术开发区",childers:[]},{regionId:943,parentId:937,name:"仪征市",childers:[]},{regionId:944,parentId:937,name:"高邮市",childers:[]}]},{regionId:945,parentId:847,name:"镇江市",childers:[{regionId:946,parentId:945,name:"京口区",childers:[]},{regionId:947,parentId:945,name:"润州区",childers:[]},{regionId:948,parentId:945,name:"丹徒区",childers:[]},{regionId:949,parentId:945,name:"镇江新区",childers:[]},{regionId:950,parentId:945,name:"丹阳市",childers:[]},{regionId:951,parentId:945,name:"扬中市",childers:[]},{regionId:952,parentId:945,name:"句容市",childers:[]}]},{regionId:953,parentId:847,name:"泰州市",childers:[{regionId:954,parentId:953,name:"海陵区",childers:[]},{regionId:955,parentId:953,name:"高港区",childers:[]},{regionId:956,parentId:953,name:"姜堰区",childers:[]},{regionId:957,parentId:953,name:"泰州医药高新技术产业开发区",childers:[]},{regionId:958,parentId:953,name:"兴化市",childers:[]},{regionId:959,parentId:953,name:"靖江市",childers:[]},{regionId:960,parentId:953,name:"泰兴市",childers:[]}]},{regionId:961,parentId:847,name:"宿迁市",childers:[{regionId:962,parentId:961,name:"宿城区",childers:[]},{regionId:963,parentId:961,name:"宿豫区",childers:[]},{regionId:964,parentId:961,name:"沭阳县",childers:[]},{regionId:965,parentId:961,name:"泗阳县",childers:[]},{regionId:966,parentId:961,name:"泗洪县",childers:[]},{regionId:967,parentId:961,name:"宿迁经济技术开发区",childers:[]}]}]},{regionId:968,parentId:0,name:"浙江省",childers:[{regionId:969,parentId:968,name:"杭州市",childers:[{regionId:970,parentId:969,name:"上城区",childers:[]},{regionId:971,parentId:969,name:"下城区",childers:[]},{regionId:972,parentId:969,name:"江干区",childers:[]},{regionId:973,parentId:969,name:"拱墅区",childers:[]},{regionId:974,parentId:969,name:"西湖区",childers:[]},{regionId:975,parentId:969,name:"滨江区",childers:[]},{regionId:976,parentId:969,name:"萧山区",childers:[]},{regionId:977,parentId:969,name:"余杭区",childers:[]},{regionId:978,parentId:969,name:"富阳区",childers:[]},{regionId:979,parentId:969,name:"临安区",childers:[]},{regionId:980,parentId:969,name:"桐庐县",childers:[]},{regionId:981,parentId:969,name:"淳安县",childers:[]},{regionId:982,parentId:969,name:"建德市",childers:[]}]},{regionId:983,parentId:968,name:"宁波市",childers:[{regionId:984,parentId:983,name:"海曙区",childers:[]},{regionId:985,parentId:983,name:"江北区",childers:[]},{regionId:986,parentId:983,name:"北仑区",childers:[]},{regionId:987,parentId:983,name:"镇海区",childers:[]},{regionId:988,parentId:983,name:"鄞州区",childers:[]},{regionId:989,parentId:983,name:"奉化区",childers:[]},{regionId:990,parentId:983,name:"象山县",childers:[]},{regionId:991,parentId:983,name:"宁海县",childers:[]},{regionId:992,parentId:983,name:"余姚市",childers:[]},{regionId:993,parentId:983,name:"慈溪市",childers:[]}]},{regionId:994,parentId:968,name:"温州市",childers:[{regionId:995,parentId:994,name:"鹿城区",childers:[]},{regionId:996,parentId:994,name:"龙湾区",childers:[]},{regionId:997,parentId:994,name:"瓯海区",childers:[]},{regionId:998,parentId:994,name:"洞头区",childers:[]},{regionId:999,parentId:994,name:"永嘉县",childers:[]},{regionId:1e3,parentId:994,name:"平阳县",childers:[]},{regionId:1001,parentId:994,name:"苍南县",childers:[]},{regionId:1002,parentId:994,name:"文成县",childers:[]},{regionId:1003,parentId:994,name:"泰顺县",childers:[]},{regionId:1004,parentId:994,name:"温州经济技术开发区",childers:[]},{regionId:1005,parentId:994,name:"瑞安市",childers:[]},{regionId:1006,parentId:994,name:"乐清市",childers:[]},{regionId:1007,parentId:994,name:"龙港市",childers:[]}]},{regionId:1008,parentId:968,name:"嘉兴市",childers:[{regionId:1009,parentId:1008,name:"南湖区",childers:[]},{regionId:1010,parentId:1008,name:"秀洲区",childers:[]},{regionId:1011,parentId:1008,name:"嘉善县",childers:[]},{regionId:1012,parentId:1008,name:"海盐县",childers:[]},{regionId:1013,parentId:1008,name:"海宁市",childers:[]},{regionId:1014,parentId:1008,name:"平湖市",childers:[]},{regionId:1015,parentId:1008,name:"桐乡市",childers:[]}]},{regionId:1016,parentId:968,name:"湖州市",childers:[{regionId:1017,parentId:1016,name:"吴兴区",childers:[]},{regionId:1018,parentId:1016,name:"南浔区",childers:[]},{regionId:1019,parentId:1016,name:"德清县",childers:[]},{regionId:1020,parentId:1016,name:"长兴县",childers:[]},{regionId:1021,parentId:1016,name:"安吉县",childers:[]}]},{regionId:1022,parentId:968,name:"绍兴市",childers:[{regionId:1023,parentId:1022,name:"越城区",childers:[]},{regionId:1024,parentId:1022,name:"柯桥区",childers:[]},{regionId:1025,parentId:1022,name:"上虞区",childers:[]},{regionId:1026,parentId:1022,name:"新昌县",childers:[]},{regionId:1027,parentId:1022,name:"诸暨市",childers:[]},{regionId:1028,parentId:1022,name:"嵊州市",childers:[]}]},{regionId:1029,parentId:968,name:"金华市",childers:[{regionId:1030,parentId:1029,name:"婺城区",childers:[]},{regionId:1031,parentId:1029,name:"金东区",childers:[]},{regionId:1032,parentId:1029,name:"武义县",childers:[]},{regionId:1033,parentId:1029,name:"浦江县",childers:[]},{regionId:1034,parentId:1029,name:"磐安县",childers:[]},{regionId:1035,parentId:1029,name:"兰溪市",childers:[]},{regionId:1036,parentId:1029,name:"义乌市",childers:[]},{regionId:1037,parentId:1029,name:"东阳市",childers:[]},{regionId:1038,parentId:1029,name:"永康市",childers:[]}]},{regionId:1039,parentId:968,name:"衢州市",childers:[{regionId:1040,parentId:1039,name:"柯城区",childers:[]},{regionId:1041,parentId:1039,name:"衢江区",childers:[]},{regionId:1042,parentId:1039,name:"常山县",childers:[]},{regionId:1043,parentId:1039,name:"开化县",childers:[]},{regionId:1044,parentId:1039,name:"龙游县",childers:[]},{regionId:1045,parentId:1039,name:"江山市",childers:[]}]},{regionId:1046,parentId:968,name:"舟山市",childers:[{regionId:1047,parentId:1046,name:"定海区",childers:[]},{regionId:1048,parentId:1046,name:"普陀区",childers:[]},{regionId:1049,parentId:1046,name:"岱山县",childers:[]},{regionId:1050,parentId:1046,name:"嵊泗县",childers:[]}]},{regionId:1051,parentId:968,name:"台州市",childers:[{regionId:1052,parentId:1051,name:"椒江区",childers:[]},{regionId:1053,parentId:1051,name:"黄岩区",childers:[]},{regionId:1054,parentId:1051,name:"路桥区",childers:[]},{regionId:1055,parentId:1051,name:"三门县",childers:[]},{regionId:1056,parentId:1051,name:"天台县",childers:[]},{regionId:1057,parentId:1051,name:"仙居县",childers:[]},{regionId:1058,parentId:1051,name:"温岭市",childers:[]},{regionId:1059,parentId:1051,name:"临海市",childers:[]},{regionId:1060,parentId:1051,name:"玉环市",childers:[]}]},{regionId:1061,parentId:968,name:"丽水市",childers:[{regionId:1062,parentId:1061,name:"莲都区",childers:[]},{regionId:1063,parentId:1061,name:"青田县",childers:[]},{regionId:1064,parentId:1061,name:"缙云县",childers:[]},{regionId:1065,parentId:1061,name:"遂昌县",childers:[]},{regionId:1066,parentId:1061,name:"松阳县",childers:[]},{regionId:1067,parentId:1061,name:"云和县",childers:[]},{regionId:1068,parentId:1061,name:"庆元县",childers:[]},{regionId:1069,parentId:1061,name:"景宁畲族自治县",childers:[]},{regionId:1070,parentId:1061,name:"龙泉市",childers:[]}]}]},{regionId:1071,parentId:0,name:"安徽省",childers:[{regionId:1072,parentId:1071,name:"合肥市",childers:[{regionId:1073,parentId:1072,name:"瑶海区",childers:[]},{regionId:1074,parentId:1072,name:"庐阳区",childers:[]},{regionId:1075,parentId:1072,name:"蜀山区",childers:[]},{regionId:1076,parentId:1072,name:"包河区",childers:[]},{regionId:1077,parentId:1072,name:"长丰县",childers:[]},{regionId:1078,parentId:1072,name:"肥东县",childers:[]},{regionId:1079,parentId:1072,name:"肥西县",childers:[]},{regionId:1080,parentId:1072,name:"庐江县",childers:[]},{regionId:1081,parentId:1072,name:"合肥高新技术产业开发区",childers:[]},{regionId:1082,parentId:1072,name:"合肥经济技术开发区",childers:[]},{regionId:1083,parentId:1072,name:"合肥新站高新技术产业开发区",childers:[]},{regionId:1084,parentId:1072,name:"巢湖市",childers:[]}]},{regionId:1085,parentId:1071,name:"芜湖市",childers:[{regionId:1086,parentId:1085,name:"镜湖区",childers:[]},{regionId:1087,parentId:1085,name:"弋江区",childers:[]},{regionId:1088,parentId:1085,name:"鸠江区",childers:[]},{regionId:1089,parentId:1085,name:"三山区",childers:[]},{regionId:1090,parentId:1085,name:"芜湖县",childers:[]},{regionId:1091,parentId:1085,name:"繁昌县",childers:[]},{regionId:1092,parentId:1085,name:"南陵县",childers:[]},{regionId:1093,parentId:1085,name:"芜湖经济技术开发区",childers:[]},{regionId:1094,parentId:1085,name:"安徽芜湖长江大桥经济开发区",childers:[]},{regionId:1095,parentId:1085,name:"无为市",childers:[]}]},{regionId:1096,parentId:1071,name:"蚌埠市",childers:[{regionId:1097,parentId:1096,name:"龙子湖区",childers:[]},{regionId:1098,parentId:1096,name:"蚌山区",childers:[]},{regionId:1099,parentId:1096,name:"禹会区",childers:[]},{regionId:1100,parentId:1096,name:"淮上区",childers:[]},{regionId:1101,parentId:1096,name:"怀远县",childers:[]},{regionId:1102,parentId:1096,name:"五河县",childers:[]},{regionId:1103,parentId:1096,name:"固镇县",childers:[]},{regionId:1104,parentId:1096,name:"蚌埠市高新技术开发区",childers:[]},{regionId:1105,parentId:1096,name:"蚌埠市经济开发区",childers:[]}]},{regionId:1106,parentId:1071,name:"淮南市",childers:[{regionId:1107,parentId:1106,name:"大通区",childers:[]},{regionId:1108,parentId:1106,name:"田家庵区",childers:[]},{regionId:1109,parentId:1106,name:"谢家集区",childers:[]},{regionId:1110,parentId:1106,name:"八公山区",childers:[]},{regionId:1111,parentId:1106,name:"潘集区",childers:[]},{regionId:1112,parentId:1106,name:"凤台县",childers:[]},{regionId:1113,parentId:1106,name:"寿县",childers:[]}]},{regionId:1114,parentId:1071,name:"马鞍山市",childers:[{regionId:1115,parentId:1114,name:"花山区",childers:[]},{regionId:1116,parentId:1114,name:"雨山区",childers:[]},{regionId:1117,parentId:1114,name:"博望区",childers:[]},{regionId:1118,parentId:1114,name:"当涂县",childers:[]},{regionId:1119,parentId:1114,name:"含山县",childers:[]},{regionId:1120,parentId:1114,name:"和县",childers:[]}]},{regionId:1121,parentId:1071,name:"淮北市",childers:[{regionId:1122,parentId:1121,name:"杜集区",childers:[]},{regionId:1123,parentId:1121,name:"相山区",childers:[]},{regionId:1124,parentId:1121,name:"烈山区",childers:[]},{regionId:1125,parentId:1121,name:"濉溪县",childers:[]}]},{regionId:1126,parentId:1071,name:"铜陵市",childers:[{regionId:1127,parentId:1126,name:"铜官区",childers:[]},{regionId:1128,parentId:1126,name:"义安区",childers:[]},{regionId:1129,parentId:1126,name:"郊区",childers:[]},{regionId:1130,parentId:1126,name:"枞阳县",childers:[]}]},{regionId:1131,parentId:1071,name:"安庆市",childers:[{regionId:1132,parentId:1131,name:"迎江区",childers:[]},{regionId:1133,parentId:1131,name:"大观区",childers:[]},{regionId:1134,parentId:1131,name:"宜秀区",childers:[]},{regionId:1135,parentId:1131,name:"怀宁县",childers:[]},{regionId:1136,parentId:1131,name:"太湖县",childers:[]},{regionId:1137,parentId:1131,name:"宿松县",childers:[]},{regionId:1138,parentId:1131,name:"望江县",childers:[]},{regionId:1139,parentId:1131,name:"岳西县",childers:[]},{regionId:1140,parentId:1131,name:"安徽安庆经济开发区",childers:[]},{regionId:1141,parentId:1131,name:"桐城市",childers:[]},{regionId:1142,parentId:1131,name:"潜山市",childers:[]}]},{regionId:1143,parentId:1071,name:"黄山市",childers:[{regionId:1144,parentId:1143,name:"屯溪区",childers:[]},{regionId:1145,parentId:1143,name:"黄山区",childers:[]},{regionId:1146,parentId:1143,name:"徽州区",childers:[]},{regionId:1147,parentId:1143,name:"歙县",childers:[]},{regionId:1148,parentId:1143,name:"休宁县",childers:[]},{regionId:1149,parentId:1143,name:"黟县",childers:[]},{regionId:1150,parentId:1143,name:"祁门县",childers:[]}]},{regionId:1151,parentId:1071,name:"滁州市",childers:[{regionId:1152,parentId:1151,name:"琅琊区",childers:[]},{regionId:1153,parentId:1151,name:"南谯区",childers:[]},{regionId:1154,parentId:1151,name:"来安县",childers:[]},{regionId:1155,parentId:1151,name:"全椒县",childers:[]},{regionId:1156,parentId:1151,name:"定远县",childers:[]},{regionId:1157,parentId:1151,name:"凤阳县",childers:[]},{regionId:1158,parentId:1151,name:"苏滁现代产业园",childers:[]},{regionId:1159,parentId:1151,name:"滁州经济技术开发区",childers:[]},{regionId:1160,parentId:1151,name:"天长市",childers:[]},{regionId:1161,parentId:1151,name:"明光市",childers:[]}]},{regionId:1162,parentId:1071,name:"阜阳市",childers:[{regionId:1163,parentId:1162,name:"颍州区",childers:[]},{regionId:1164,parentId:1162,name:"颍东区",childers:[]},{regionId:1165,parentId:1162,name:"颍泉区",childers:[]},{regionId:1166,parentId:1162,name:"临泉县",childers:[]},{regionId:1167,parentId:1162,name:"太和县",childers:[]},{regionId:1168,parentId:1162,name:"阜南县",childers:[]},{regionId:1169,parentId:1162,name:"颍上县",childers:[]},{regionId:1170,parentId:1162,name:"阜阳合肥现代产业园区",childers:[]},{regionId:1171,parentId:1162,name:"阜阳经济技术开发区",childers:[]},{regionId:1172,parentId:1162,name:"界首市",childers:[]}]},{regionId:1173,parentId:1071,name:"宿州市",childers:[{regionId:1174,parentId:1173,name:"埇桥区",childers:[]},{regionId:1175,parentId:1173,name:"砀山县",childers:[]},{regionId:1176,parentId:1173,name:"萧县",childers:[]},{regionId:1177,parentId:1173,name:"灵璧县",childers:[]},{regionId:1178,parentId:1173,name:"泗县",childers:[]},{regionId:1179,parentId:1173,name:"宿州马鞍山现代产业园区",childers:[]},{regionId:1180,parentId:1173,name:"宿州经济技术开发区",childers:[]}]},{regionId:1181,parentId:1071,name:"六安市",childers:[{regionId:1182,parentId:1181,name:"金安区",childers:[]},{regionId:1183,parentId:1181,name:"裕安区",childers:[]},{regionId:1184,parentId:1181,name:"叶集区",childers:[]},{regionId:1185,parentId:1181,name:"霍邱县",childers:[]},{regionId:1186,parentId:1181,name:"舒城县",childers:[]},{regionId:1187,parentId:1181,name:"金寨县",childers:[]},{regionId:1188,parentId:1181,name:"霍山县",childers:[]}]},{regionId:1189,parentId:1071,name:"亳州市",childers:[{regionId:1190,parentId:1189,name:"谯城区",childers:[]},{regionId:1191,parentId:1189,name:"涡阳县",childers:[]},{regionId:1192,parentId:1189,name:"蒙城县",childers:[]},{regionId:1193,parentId:1189,name:"利辛县",childers:[]}]},{regionId:1194,parentId:1071,name:"池州市",childers:[{regionId:1195,parentId:1194,name:"贵池区",childers:[]},{regionId:1196,parentId:1194,name:"东至县",childers:[]},{regionId:1197,parentId:1194,name:"石台县",childers:[]},{regionId:1198,parentId:1194,name:"青阳县",childers:[]}]},{regionId:1199,parentId:1071,name:"宣城市",childers:[{regionId:1200,parentId:1199,name:"宣州区",childers:[]},{regionId:1201,parentId:1199,name:"郎溪县",childers:[]},{regionId:1202,parentId:1199,name:"泾县",childers:[]},{regionId:1203,parentId:1199,name:"绩溪县",childers:[]},{regionId:1204,parentId:1199,name:"旌德县",childers:[]},{regionId:1205,parentId:1199,name:"宣城市经济开发区",childers:[]},{regionId:1206,parentId:1199,name:"宁国市",childers:[]},{regionId:1207,parentId:1199,name:"广德市",childers:[]}]}]},{regionId:1208,parentId:0,name:"福建省",childers:[{regionId:1209,parentId:1208,name:"福州市",childers:[{regionId:1210,parentId:1209,name:"鼓楼区",childers:[]},{regionId:1211,parentId:1209,name:"台江区",childers:[]},{regionId:1212,parentId:1209,name:"仓山区",childers:[]},{regionId:1213,parentId:1209,name:"马尾区",childers:[]},{regionId:1214,parentId:1209,name:"晋安区",childers:[]},{regionId:1215,parentId:1209,name:"长乐区",childers:[]},{regionId:1216,parentId:1209,name:"闽侯县",childers:[]},{regionId:1217,parentId:1209,name:"连江县",childers:[]},{regionId:1218,parentId:1209,name:"罗源县",childers:[]},{regionId:1219,parentId:1209,name:"闽清县",childers:[]},{regionId:1220,parentId:1209,name:"永泰县",childers:[]},{regionId:1221,parentId:1209,name:"平潭县",childers:[]},{regionId:1222,parentId:1209,name:"福清市",childers:[]}]},{regionId:1223,parentId:1208,name:"厦门市",childers:[{regionId:1224,parentId:1223,name:"思明区",childers:[]},{regionId:1225,parentId:1223,name:"海沧区",childers:[]},{regionId:1226,parentId:1223,name:"湖里区",childers:[]},{regionId:1227,parentId:1223,name:"集美区",childers:[]},{regionId:1228,parentId:1223,name:"同安区",childers:[]},{regionId:1229,parentId:1223,name:"翔安区",childers:[]}]},{regionId:1230,parentId:1208,name:"莆田市",childers:[{regionId:1231,parentId:1230,name:"城厢区",childers:[]},{regionId:1232,parentId:1230,name:"涵江区",childers:[]},{regionId:1233,parentId:1230,name:"荔城区",childers:[]},{regionId:1234,parentId:1230,name:"秀屿区",childers:[]},{regionId:1235,parentId:1230,name:"仙游县",childers:[]}]},{regionId:1236,parentId:1208,name:"三明市",childers:[{regionId:1237,parentId:1236,name:"梅列区",childers:[]},{regionId:1238,parentId:1236,name:"三元区",childers:[]},{regionId:1239,parentId:1236,name:"明溪县",childers:[]},{regionId:1240,parentId:1236,name:"清流县",childers:[]},{regionId:1241,parentId:1236,name:"宁化县",childers:[]},{regionId:1242,parentId:1236,name:"大田县",childers:[]},{regionId:1243,parentId:1236,name:"尤溪县",childers:[]},{regionId:1244,parentId:1236,name:"沙县",childers:[]},{regionId:1245,parentId:1236,name:"将乐县",childers:[]},{regionId:1246,parentId:1236,name:"泰宁县",childers:[]},{regionId:1247,parentId:1236,name:"建宁县",childers:[]},{regionId:1248,parentId:1236,name:"永安市",childers:[]}]},{regionId:1249,parentId:1208,name:"泉州市",childers:[{regionId:1250,parentId:1249,name:"鲤城区",childers:[]},{regionId:1251,parentId:1249,name:"丰泽区",childers:[]},{regionId:1252,parentId:1249,name:"洛江区",childers:[]},{regionId:1253,parentId:1249,name:"泉港区",childers:[]},{regionId:1254,parentId:1249,name:"惠安县",childers:[]},{regionId:1255,parentId:1249,name:"安溪县",childers:[]},{regionId:1256,parentId:1249,name:"永春县",childers:[]},{regionId:1257,parentId:1249,name:"德化县",childers:[]},{regionId:1258,parentId:1249,name:"石狮市",childers:[]},{regionId:1259,parentId:1249,name:"晋江市",childers:[]},{regionId:1260,parentId:1249,name:"南安市",childers:[]}]},{regionId:1261,parentId:1208,name:"漳州市",childers:[{regionId:1262,parentId:1261,name:"芗城区",childers:[]},{regionId:1263,parentId:1261,name:"龙文区",childers:[]},{regionId:1264,parentId:1261,name:"云霄县",childers:[]},{regionId:1265,parentId:1261,name:"漳浦县",childers:[]},{regionId:1266,parentId:1261,name:"诏安县",childers:[]},{regionId:1267,parentId:1261,name:"长泰县",childers:[]},{regionId:1268,parentId:1261,name:"东山县",childers:[]},{regionId:1269,parentId:1261,name:"南靖县",childers:[]},{regionId:1270,parentId:1261,name:"平和县",childers:[]},{regionId:1271,parentId:1261,name:"华安县",childers:[]},{regionId:1272,parentId:1261,name:"龙海市",childers:[]}]},{regionId:1273,parentId:1208,name:"南平市",childers:[{regionId:1274,parentId:1273,name:"延平区",childers:[]},{regionId:1275,parentId:1273,name:"建阳区",childers:[]},{regionId:1276,parentId:1273,name:"顺昌县",childers:[]},{regionId:1277,parentId:1273,name:"浦城县",childers:[]},{regionId:1278,parentId:1273,name:"光泽县",childers:[]},{regionId:1279,parentId:1273,name:"松溪县",childers:[]},{regionId:1280,parentId:1273,name:"政和县",childers:[]},{regionId:1281,parentId:1273,name:"邵武市",childers:[]},{regionId:1282,parentId:1273,name:"武夷山市",childers:[]},{regionId:1283,parentId:1273,name:"建瓯市",childers:[]}]},{regionId:1284,parentId:1208,name:"龙岩市",childers:[{regionId:1285,parentId:1284,name:"新罗区",childers:[]},{regionId:1286,parentId:1284,name:"永定区",childers:[]},{regionId:1287,parentId:1284,name:"长汀县",childers:[]},{regionId:1288,parentId:1284,name:"上杭县",childers:[]},{regionId:1289,parentId:1284,name:"武平县",childers:[]},{regionId:1290,parentId:1284,name:"连城县",childers:[]},{regionId:1291,parentId:1284,name:"漳平市",childers:[]}]},{regionId:1292,parentId:1208,name:"宁德市",childers:[{regionId:1293,parentId:1292,name:"蕉城区",childers:[]},{regionId:1294,parentId:1292,name:"霞浦县",childers:[]},{regionId:1295,parentId:1292,name:"古田县",childers:[]},{regionId:1296,parentId:1292,name:"屏南县",childers:[]},{regionId:1297,parentId:1292,name:"寿宁县",childers:[]},{regionId:1298,parentId:1292,name:"周宁县",childers:[]},{regionId:1299,parentId:1292,name:"柘荣县",childers:[]},{regionId:1300,parentId:1292,name:"福安市",childers:[]},{regionId:1301,parentId:1292,name:"福鼎市",childers:[]}]}]},{regionId:1302,parentId:0,name:"江西省",childers:[{regionId:1303,parentId:1302,name:"南昌市",childers:[{regionId:1304,parentId:1303,name:"东湖区",childers:[]},{regionId:1305,parentId:1303,name:"西湖区",childers:[]},{regionId:1306,parentId:1303,name:"青云谱区",childers:[]},{regionId:1307,parentId:1303,name:"青山湖区",childers:[]},{regionId:1308,parentId:1303,name:"新建区",childers:[]},{regionId:1309,parentId:1303,name:"红谷滩区",childers:[]},{regionId:1310,parentId:1303,name:"南昌县",childers:[]},{regionId:1311,parentId:1303,name:"安义县",childers:[]},{regionId:1312,parentId:1303,name:"进贤县",childers:[]}]},{regionId:1313,parentId:1302,name:"景德镇市",childers:[{regionId:1314,parentId:1313,name:"昌江区",childers:[]},{regionId:1315,parentId:1313,name:"珠山区",childers:[]},{regionId:1316,parentId:1313,name:"浮梁县",childers:[]},{regionId:1317,parentId:1313,name:"乐平市",childers:[]}]},{regionId:1318,parentId:1302,name:"萍乡市",childers:[{regionId:1319,parentId:1318,name:"安源区",childers:[]},{regionId:1320,parentId:1318,name:"湘东区",childers:[]},{regionId:1321,parentId:1318,name:"莲花县",childers:[]},{regionId:1322,parentId:1318,name:"上栗县",childers:[]},{regionId:1323,parentId:1318,name:"芦溪县",childers:[]}]},{regionId:1324,parentId:1302,name:"九江市",childers:[{regionId:1325,parentId:1324,name:"濂溪区",childers:[]},{regionId:1326,parentId:1324,name:"浔阳区",childers:[]},{regionId:1327,parentId:1324,name:"柴桑区",childers:[]},{regionId:1328,parentId:1324,name:"武宁县",childers:[]},{regionId:1329,parentId:1324,name:"修水县",childers:[]},{regionId:1330,parentId:1324,name:"永修县",childers:[]},{regionId:1331,parentId:1324,name:"德安县",childers:[]},{regionId:1332,parentId:1324,name:"都昌县",childers:[]},{regionId:1333,parentId:1324,name:"湖口县",childers:[]},{regionId:1334,parentId:1324,name:"彭泽县",childers:[]},{regionId:1335,parentId:1324,name:"瑞昌市",childers:[]},{regionId:1336,parentId:1324,name:"共青城市",childers:[]},{regionId:1337,parentId:1324,name:"庐山市",childers:[]}]},{regionId:1338,parentId:1302,name:"新余市",childers:[{regionId:1339,parentId:1338,name:"渝水区",childers:[]},{regionId:1340,parentId:1338,name:"分宜县",childers:[]}]},{regionId:1341,parentId:1302,name:"鹰潭市",childers:[{regionId:1342,parentId:1341,name:"月湖区",childers:[]},{regionId:1343,parentId:1341,name:"余江区",childers:[]},{regionId:1344,parentId:1341,name:"贵溪市",childers:[]}]},{regionId:1345,parentId:1302,name:"赣州市",childers:[{regionId:1346,parentId:1345,name:"章贡区",childers:[]},{regionId:1347,parentId:1345,name:"南康区",childers:[]},{regionId:1348,parentId:1345,name:"赣县区",childers:[]},{regionId:1349,parentId:1345,name:"信丰县",childers:[]},{regionId:1350,parentId:1345,name:"大余县",childers:[]},{regionId:1351,parentId:1345,name:"上犹县",childers:[]},{regionId:1352,parentId:1345,name:"崇义县",childers:[]},{regionId:1353,parentId:1345,name:"安远县",childers:[]},{regionId:1354,parentId:1345,name:"定南县",childers:[]},{regionId:1355,parentId:1345,name:"全南县",childers:[]},{regionId:1356,parentId:1345,name:"宁都县",childers:[]},{regionId:1357,parentId:1345,name:"于都县",childers:[]},{regionId:1358,parentId:1345,name:"兴国县",childers:[]},{regionId:1359,parentId:1345,name:"会昌县",childers:[]},{regionId:1360,parentId:1345,name:"寻乌县",childers:[]},{regionId:1361,parentId:1345,name:"石城县",childers:[]},{regionId:1362,parentId:1345,name:"瑞金市",childers:[]},{regionId:1363,parentId:1345,name:"龙南市",childers:[]}]},{regionId:1364,parentId:1302,name:"吉安市",childers:[{regionId:1365,parentId:1364,name:"吉州区",childers:[]},{regionId:1366,parentId:1364,name:"青原区",childers:[]},{regionId:1367,parentId:1364,name:"吉安县",childers:[]},{regionId:1368,parentId:1364,name:"吉水县",childers:[]},{regionId:1369,parentId:1364,name:"峡江县",childers:[]},{regionId:1370,parentId:1364,name:"新干县",childers:[]},{regionId:1371,parentId:1364,name:"永丰县",childers:[]},{regionId:1372,parentId:1364,name:"泰和县",childers:[]},{regionId:1373,parentId:1364,name:"遂川县",childers:[]},{regionId:1374,parentId:1364,name:"万安县",childers:[]},{regionId:1375,parentId:1364,name:"安福县",childers:[]},{regionId:1376,parentId:1364,name:"永新县",childers:[]},{regionId:1377,parentId:1364,name:"井冈山市",childers:[]}]},{regionId:1378,parentId:1302,name:"宜春市",childers:[{regionId:1379,parentId:1378,name:"袁州区",childers:[]},{regionId:1380,parentId:1378,name:"奉新县",childers:[]},{regionId:1381,parentId:1378,name:"万载县",childers:[]},{regionId:1382,parentId:1378,name:"上高县",childers:[]},{regionId:1383,parentId:1378,name:"宜丰县",childers:[]},{regionId:1384,parentId:1378,name:"靖安县",childers:[]},{regionId:1385,parentId:1378,name:"铜鼓县",childers:[]},{regionId:1386,parentId:1378,name:"丰城市",childers:[]},{regionId:1387,parentId:1378,name:"樟树市",childers:[]},{regionId:1388,parentId:1378,name:"高安市",childers:[]}]},{regionId:1389,parentId:1302,name:"抚州市",childers:[{regionId:1390,parentId:1389,name:"临川区",childers:[]},{regionId:1391,parentId:1389,name:"东乡区",childers:[]},{regionId:1392,parentId:1389,name:"南城县",childers:[]},{regionId:1393,parentId:1389,name:"黎川县",childers:[]},{regionId:1394,parentId:1389,name:"南丰县",childers:[]},{regionId:1395,parentId:1389,name:"崇仁县",childers:[]},{regionId:1396,parentId:1389,name:"乐安县",childers:[]},{regionId:1397,parentId:1389,name:"宜黄县",childers:[]},{regionId:1398,parentId:1389,name:"金溪县",childers:[]},{regionId:1399,parentId:1389,name:"资溪县",childers:[]},{regionId:1400,parentId:1389,name:"广昌县",childers:[]}]},{regionId:1401,parentId:1302,name:"上饶市",childers:[{regionId:1402,parentId:1401,name:"信州区",childers:[]},{regionId:1403,parentId:1401,name:"广丰区",childers:[]},{regionId:1404,parentId:1401,name:"广信区",childers:[]},{regionId:1405,parentId:1401,name:"玉山县",childers:[]},{regionId:1406,parentId:1401,name:"铅山县",childers:[]},{regionId:1407,parentId:1401,name:"横峰县",childers:[]},{regionId:1408,parentId:1401,name:"弋阳县",childers:[]},{regionId:1409,parentId:1401,name:"余干县",childers:[]},{regionId:1410,parentId:1401,name:"鄱阳县",childers:[]},{regionId:1411,parentId:1401,name:"万年县",childers:[]},{regionId:1412,parentId:1401,name:"婺源县",childers:[]},{regionId:1413,parentId:1401,name:"德兴市",childers:[]}]}]},{regionId:1414,parentId:0,name:"山东省",childers:[{regionId:1415,parentId:1414,name:"济南市",childers:[{regionId:1416,parentId:1415,name:"历下区",childers:[]},{regionId:1417,parentId:1415,name:"市中区",childers:[]},{regionId:1418,parentId:1415,name:"槐荫区",childers:[]},{regionId:1419,parentId:1415,name:"天桥区",childers:[]},{regionId:1420,parentId:1415,name:"历城区",childers:[]},{regionId:1421,parentId:1415,name:"长清区",childers:[]},{regionId:1422,parentId:1415,name:"章丘区",childers:[]},{regionId:1423,parentId:1415,name:"济阳区",childers:[]},{regionId:1424,parentId:1415,name:"莱芜区",childers:[]},{regionId:1425,parentId:1415,name:"钢城区",childers:[]},{regionId:1426,parentId:1415,name:"平阴县",childers:[]},{regionId:1427,parentId:1415,name:"商河县",childers:[]},{regionId:1428,parentId:1415,name:"济南高新技术产业开发区",childers:[]}]},{regionId:1429,parentId:1414,name:"青岛市",childers:[{regionId:1430,parentId:1429,name:"市南区",childers:[]},{regionId:1431,parentId:1429,name:"市北区",childers:[]},{regionId:1432,parentId:1429,name:"黄岛区",childers:[]},{regionId:1433,parentId:1429,name:"崂山区",childers:[]},{regionId:1434,parentId:1429,name:"李沧区",childers:[]},{regionId:1435,parentId:1429,name:"城阳区",childers:[]},{regionId:1436,parentId:1429,name:"即墨区",childers:[]},{regionId:1437,parentId:1429,name:"青岛高新技术产业开发区",childers:[]},{regionId:1438,parentId:1429,name:"胶州市",childers:[]},{regionId:1439,parentId:1429,name:"平度市",childers:[]},{regionId:1440,parentId:1429,name:"莱西市",childers:[]}]},{regionId:1441,parentId:1414,name:"淄博市",childers:[{regionId:1442,parentId:1441,name:"淄川区",childers:[]},{regionId:1443,parentId:1441,name:"张店区",childers:[]},{regionId:1444,parentId:1441,name:"博山区",childers:[]},{regionId:1445,parentId:1441,name:"临淄区",childers:[]},{regionId:1446,parentId:1441,name:"周村区",childers:[]},{regionId:1447,parentId:1441,name:"桓台县",childers:[]},{regionId:1448,parentId:1441,name:"高青县",childers:[]},{regionId:1449,parentId:1441,name:"沂源县",childers:[]}]},{regionId:1450,parentId:1414,name:"枣庄市",childers:[{regionId:1451,parentId:1450,name:"市中区",childers:[]},{regionId:1452,parentId:1450,name:"薛城区",childers:[]},{regionId:1453,parentId:1450,name:"峄城区",childers:[]},{regionId:1454,parentId:1450,name:"台儿庄区",childers:[]},{regionId:1455,parentId:1450,name:"山亭区",childers:[]},{regionId:1456,parentId:1450,name:"滕州市",childers:[]}]},{regionId:1457,parentId:1414,name:"东营市",childers:[{regionId:1458,parentId:1457,name:"东营区",childers:[]},{regionId:1459,parentId:1457,name:"河口区",childers:[]},{regionId:1460,parentId:1457,name:"垦利区",childers:[]},{regionId:1461,parentId:1457,name:"利津县",childers:[]},{regionId:1462,parentId:1457,name:"广饶县",childers:[]},{regionId:1463,parentId:1457,name:"东营经济技术开发区",childers:[]},{regionId:1464,parentId:1457,name:"东营港经济开发区",childers:[]}]},{regionId:1465,parentId:1414,name:"烟台市",childers:[{regionId:1466,parentId:1465,name:"芝罘区",childers:[]},{regionId:1467,parentId:1465,name:"福山区",childers:[]},{regionId:1468,parentId:1465,name:"牟平区",childers:[]},{regionId:1469,parentId:1465,name:"莱山区",childers:[]},{regionId:1470,parentId:1465,name:"蓬莱区",childers:[]},{regionId:1471,parentId:1465,name:"烟台高新技术产业开发区",childers:[]},{regionId:1472,parentId:1465,name:"烟台经济技术开发区",childers:[]},{regionId:1473,parentId:1465,name:"龙口市",childers:[]},{regionId:1474,parentId:1465,name:"莱阳市",childers:[]},{regionId:1475,parentId:1465,name:"莱州市",childers:[]},{regionId:1476,parentId:1465,name:"招远市",childers:[]},{regionId:1477,parentId:1465,name:"栖霞市",childers:[]},{regionId:1478,parentId:1465,name:"海阳市",childers:[]}]},{regionId:1479,parentId:1414,name:"潍坊市",childers:[{regionId:1480,parentId:1479,name:"潍城区",childers:[]},{regionId:1481,parentId:1479,name:"寒亭区",childers:[]},{regionId:1482,parentId:1479,name:"坊子区",childers:[]},{regionId:1483,parentId:1479,name:"奎文区",childers:[]},{regionId:1484,parentId:1479,name:"临朐县",childers:[]},{regionId:1485,parentId:1479,name:"昌乐县",childers:[]},{regionId:1486,parentId:1479,name:"潍坊滨海经济技术开发区",childers:[]},{regionId:1487,parentId:1479,name:"青州市",childers:[]},{regionId:1488,parentId:1479,name:"诸城市",childers:[]},{regionId:1489,parentId:1479,name:"寿光市",childers:[]},{regionId:1490,parentId:1479,name:"安丘市",childers:[]},{regionId:1491,parentId:1479,name:"高密市",childers:[]},{regionId:1492,parentId:1479,name:"昌邑市",childers:[]}]},{regionId:1493,parentId:1414,name:"济宁市",childers:[{regionId:1494,parentId:1493,name:"任城区",childers:[]},{regionId:1495,parentId:1493,name:"兖州区",childers:[]},{regionId:1496,parentId:1493,name:"微山县",childers:[]},{regionId:1497,parentId:1493,name:"鱼台县",childers:[]},{regionId:1498,parentId:1493,name:"金乡县",childers:[]},{regionId:1499,parentId:1493,name:"嘉祥县",childers:[]},{regionId:1500,parentId:1493,name:"汶上县",childers:[]},{regionId:1501,parentId:1493,name:"泗水县",childers:[]},{regionId:1502,parentId:1493,name:"梁山县",childers:[]},{regionId:1503,parentId:1493,name:"济宁高新技术产业开发区",childers:[]},{regionId:1504,parentId:1493,name:"曲阜市",childers:[]},{regionId:1505,parentId:1493,name:"邹城市",childers:[]}]},{regionId:1506,parentId:1414,name:"泰安市",childers:[{regionId:1507,parentId:1506,name:"泰山区",childers:[]},{regionId:1508,parentId:1506,name:"岱岳区",childers:[]},{regionId:1509,parentId:1506,name:"宁阳县",childers:[]},{regionId:1510,parentId:1506,name:"东平县",childers:[]},{regionId:1511,parentId:1506,name:"新泰市",childers:[]},{regionId:1512,parentId:1506,name:"肥城市",childers:[]}]},{regionId:1513,parentId:1414,name:"威海市",childers:[{regionId:1514,parentId:1513,name:"环翠区",childers:[]},{regionId:1515,parentId:1513,name:"文登区",childers:[]},{regionId:1516,parentId:1513,name:"威海火炬高技术产业开发区",childers:[]},{regionId:1517,parentId:1513,name:"威海经济技术开发区",childers:[]},{regionId:1518,parentId:1513,name:"威海临港经济技术开发区",childers:[]},{regionId:1519,parentId:1513,name:"荣成市",childers:[]},{regionId:1520,parentId:1513,name:"乳山市",childers:[]}]},{regionId:1521,parentId:1414,name:"日照市",childers:[{regionId:1522,parentId:1521,name:"东港区",childers:[]},{regionId:1523,parentId:1521,name:"岚山区",childers:[]},{regionId:1524,parentId:1521,name:"五莲县",childers:[]},{regionId:1525,parentId:1521,name:"莒县",childers:[]},{regionId:1526,parentId:1521,name:"日照经济技术开发区",childers:[]}]},{regionId:1527,parentId:1414,name:"临沂市",childers:[{regionId:1528,parentId:1527,name:"兰山区",childers:[]},{regionId:1529,parentId:1527,name:"罗庄区",childers:[]},{regionId:1530,parentId:1527,name:"河东区",childers:[]},{regionId:1531,parentId:1527,name:"沂南县",childers:[]},{regionId:1532,parentId:1527,name:"郯城县",childers:[]},{regionId:1533,parentId:1527,name:"沂水县",childers:[]},{regionId:1534,parentId:1527,name:"兰陵县",childers:[]},{regionId:1535,parentId:1527,name:"费县",childers:[]},{regionId:1536,parentId:1527,name:"平邑县",childers:[]},{regionId:1537,parentId:1527,name:"莒南县",childers:[]},{regionId:1538,parentId:1527,name:"蒙阴县",childers:[]},{regionId:1539,parentId:1527,name:"临沭县",childers:[]},{regionId:1540,parentId:1527,name:"临沂高新技术产业开发区",childers:[]}]},{regionId:1541,parentId:1414,name:"德州市",childers:[{regionId:1542,parentId:1541,name:"德城区",childers:[]},{regionId:1543,parentId:1541,name:"陵城区",childers:[]},{regionId:1544,parentId:1541,name:"宁津县",childers:[]},{regionId:1545,parentId:1541,name:"庆云县",childers:[]},{regionId:1546,parentId:1541,name:"临邑县",childers:[]},{regionId:1547,parentId:1541,name:"齐河县",childers:[]},{regionId:1548,parentId:1541,name:"平原县",childers:[]},{regionId:1549,parentId:1541,name:"夏津县",childers:[]},{regionId:1550,parentId:1541,name:"武城县",childers:[]},{regionId:1551,parentId:1541,name:"德州经济技术开发区",childers:[]},{regionId:1552,parentId:1541,name:"德州运河经济开发区",childers:[]},{regionId:1553,parentId:1541,name:"乐陵市",childers:[]},{regionId:1554,parentId:1541,name:"禹城市",childers:[]}]},{regionId:1555,parentId:1414,name:"聊城市",childers:[{regionId:1556,parentId:1555,name:"东昌府区",childers:[]},{regionId:1557,parentId:1555,name:"茌平区",childers:[]},{regionId:1558,parentId:1555,name:"阳谷县",childers:[]},{regionId:1559,parentId:1555,name:"莘县",childers:[]},{regionId:1560,parentId:1555,name:"东阿县",childers:[]},{regionId:1561,parentId:1555,name:"冠县",childers:[]},{regionId:1562,parentId:1555,name:"高唐县",childers:[]},{regionId:1563,parentId:1555,name:"临清市",childers:[]}]},{regionId:1564,parentId:1414,name:"滨州市",childers:[{regionId:1565,parentId:1564,name:"滨城区",childers:[]},{regionId:1566,parentId:1564,name:"沾化区",childers:[]},{regionId:1567,parentId:1564,name:"惠民县",childers:[]},{regionId:1568,parentId:1564,name:"阳信县",childers:[]},{regionId:1569,parentId:1564,name:"无棣县",childers:[]},{regionId:1570,parentId:1564,name:"博兴县",childers:[]},{regionId:1571,parentId:1564,name:"邹平市",childers:[]}]},{regionId:1572,parentId:1414,name:"菏泽市",childers:[{regionId:1573,parentId:1572,name:"牡丹区",childers:[]},{regionId:1574,parentId:1572,name:"定陶区",childers:[]},{regionId:1575,parentId:1572,name:"曹县",childers:[]},{regionId:1576,parentId:1572,name:"单县",childers:[]},{regionId:1577,parentId:1572,name:"成武县",childers:[]},{regionId:1578,parentId:1572,name:"巨野县",childers:[]},{regionId:1579,parentId:1572,name:"郓城县",childers:[]},{regionId:1580,parentId:1572,name:"鄄城县",childers:[]},{regionId:1581,parentId:1572,name:"东明县",childers:[]},{regionId:1582,parentId:1572,name:"菏泽经济技术开发区",childers:[]},{regionId:1583,parentId:1572,name:"菏泽高新技术开发区",childers:[]}]}]},{regionId:1584,parentId:0,name:"河南省",childers:[{regionId:1585,parentId:1584,name:"郑州市",childers:[{regionId:1586,parentId:1585,name:"中原区",childers:[]},{regionId:1587,parentId:1585,name:"二七区",childers:[]},{regionId:1588,parentId:1585,name:"管城回族区",childers:[]},{regionId:1589,parentId:1585,name:"金水区",childers:[]},{regionId:1590,parentId:1585,name:"上街区",childers:[]},{regionId:1591,parentId:1585,name:"惠济区",childers:[]},{regionId:1592,parentId:1585,name:"中牟县",childers:[]},{regionId:1593,parentId:1585,name:"郑州经济技术开发区",childers:[]},{regionId:1594,parentId:1585,name:"郑州高新技术产业开发区",childers:[]},{regionId:1595,parentId:1585,name:"郑州航空港经济综合实验区",childers:[]},{regionId:1596,parentId:1585,name:"巩义市",childers:[]},{regionId:1597,parentId:1585,name:"荥阳市",childers:[]},{regionId:1598,parentId:1585,name:"新密市",childers:[]},{regionId:1599,parentId:1585,name:"新郑市",childers:[]},{regionId:1600,parentId:1585,name:"登封市",childers:[]}]},{regionId:1601,parentId:1584,name:"开封市",childers:[{regionId:1602,parentId:1601,name:"龙亭区",childers:[]},{regionId:1603,parentId:1601,name:"顺河回族区",childers:[]},{regionId:1604,parentId:1601,name:"鼓楼区",childers:[]},{regionId:1605,parentId:1601,name:"禹王台区",childers:[]},{regionId:1606,parentId:1601,name:"祥符区",childers:[]},{regionId:1607,parentId:1601,name:"杞县",childers:[]},{regionId:1608,parentId:1601,name:"通许县",childers:[]},{regionId:1609,parentId:1601,name:"尉氏县",childers:[]},{regionId:1610,parentId:1601,name:"兰考县",childers:[]}]},{regionId:1611,parentId:1584,name:"洛阳市",childers:[{regionId:1612,parentId:1611,name:"老城区",childers:[]},{regionId:1613,parentId:1611,name:"西工区",childers:[]},{regionId:1614,parentId:1611,name:"瀍河回族区",childers:[]},{regionId:1615,parentId:1611,name:"涧西区",childers:[]},{regionId:1616,parentId:1611,name:"吉利区",childers:[]},{regionId:1617,parentId:1611,name:"洛龙区",childers:[]},{regionId:1618,parentId:1611,name:"孟津县",childers:[]},{regionId:1619,parentId:1611,name:"新安县",childers:[]},{regionId:1620,parentId:1611,name:"栾川县",childers:[]},{regionId:1621,parentId:1611,name:"嵩县",childers:[]},{regionId:1622,parentId:1611,name:"汝阳县",childers:[]},{regionId:1623,parentId:1611,name:"宜阳县",childers:[]},{regionId:1624,parentId:1611,name:"洛宁县",childers:[]},{regionId:1625,parentId:1611,name:"伊川县",childers:[]},{regionId:1626,parentId:1611,name:"洛阳高新技术产业开发区",childers:[]},{regionId:1627,parentId:1611,name:"偃师市",childers:[]}]},{regionId:1628,parentId:1584,name:"平顶山市",childers:[{regionId:1629,parentId:1628,name:"新华区",childers:[]},{regionId:1630,parentId:1628,name:"卫东区",childers:[]},{regionId:1631,parentId:1628,name:"石龙区",childers:[]},{regionId:1632,parentId:1628,name:"湛河区",childers:[]},{regionId:1633,parentId:1628,name:"宝丰县",childers:[]},{regionId:1634,parentId:1628,name:"叶县",childers:[]},{regionId:1635,parentId:1628,name:"鲁山县",childers:[]},{regionId:1636,parentId:1628,name:"郏县",childers:[]},{regionId:1637,parentId:1628,name:"平顶山高新技术产业开发区",childers:[]},{regionId:1638,parentId:1628,name:"平顶山市城乡一体化示范区",childers:[]},{regionId:1639,parentId:1628,name:"舞钢市",childers:[]},{regionId:1640,parentId:1628,name:"汝州市",childers:[]}]},{regionId:1641,parentId:1584,name:"安阳市",childers:[{regionId:1642,parentId:1641,name:"文峰区",childers:[]},{regionId:1643,parentId:1641,name:"北关区",childers:[]},{regionId:1644,parentId:1641,name:"殷都区",childers:[]},{regionId:1645,parentId:1641,name:"龙安区",childers:[]},{regionId:1646,parentId:1641,name:"安阳县",childers:[]},{regionId:1647,parentId:1641,name:"汤阴县",childers:[]},{regionId:1648,parentId:1641,name:"滑县",childers:[]},{regionId:1649,parentId:1641,name:"内黄县",childers:[]},{regionId:1650,parentId:1641,name:"安阳高新技术产业开发区",childers:[]},{regionId:1651,parentId:1641,name:"林州市",childers:[]}]},{regionId:1652,parentId:1584,name:"鹤壁市",childers:[{regionId:1653,parentId:1652,name:"鹤山区",childers:[]},{regionId:1654,parentId:1652,name:"山城区",childers:[]},{regionId:1655,parentId:1652,name:"淇滨区",childers:[]},{regionId:1656,parentId:1652,name:"浚县",childers:[]},{regionId:1657,parentId:1652,name:"淇县",childers:[]},{regionId:1658,parentId:1652,name:"鹤壁经济技术开发区",childers:[]}]},{regionId:1659,parentId:1584,name:"新乡市",childers:[{regionId:1660,parentId:1659,name:"红旗区",childers:[]},{regionId:1661,parentId:1659,name:"卫滨区",childers:[]},{regionId:1662,parentId:1659,name:"凤泉区",childers:[]},{regionId:1663,parentId:1659,name:"牧野区",childers:[]},{regionId:1664,parentId:1659,name:"新乡县",childers:[]},{regionId:1665,parentId:1659,name:"获嘉县",childers:[]},{regionId:1666,parentId:1659,name:"原阳县",childers:[]},{regionId:1667,parentId:1659,name:"延津县",childers:[]},{regionId:1668,parentId:1659,name:"封丘县",childers:[]},{regionId:1669,parentId:1659,name:"新乡高新技术产业开发区",childers:[]},{regionId:1670,parentId:1659,name:"新乡经济技术开发区",childers:[]},{regionId:1671,parentId:1659,name:"新乡市平原城乡一体化示范区",childers:[]},{regionId:1672,parentId:1659,name:"卫辉市",childers:[]},{regionId:1673,parentId:1659,name:"辉县市",childers:[]},{regionId:1674,parentId:1659,name:"长垣市",childers:[]}]},{regionId:1675,parentId:1584,name:"焦作市",childers:[{regionId:1676,parentId:1675,name:"解放区",childers:[]},{regionId:1677,parentId:1675,name:"中站区",childers:[]},{regionId:1678,parentId:1675,name:"马村区",childers:[]},{regionId:1679,parentId:1675,name:"山阳区",childers:[]},{regionId:1680,parentId:1675,name:"修武县",childers:[]},{regionId:1681,parentId:1675,name:"博爱县",childers:[]},{regionId:1682,parentId:1675,name:"武陟县",childers:[]},{regionId:1683,parentId:1675,name:"温县",childers:[]},{regionId:1684,parentId:1675,name:"焦作城乡一体化示范区",childers:[]},{regionId:1685,parentId:1675,name:"沁阳市",childers:[]},{regionId:1686,parentId:1675,name:"孟州市",childers:[]}]},{regionId:1687,parentId:1584,name:"濮阳市",childers:[{regionId:1688,parentId:1687,name:"华龙区",childers:[]},{regionId:1689,parentId:1687,name:"清丰县",childers:[]},{regionId:1690,parentId:1687,name:"南乐县",childers:[]},{regionId:1691,parentId:1687,name:"范县",childers:[]},{regionId:1692,parentId:1687,name:"台前县",childers:[]},{regionId:1693,parentId:1687,name:"濮阳县",childers:[]},{regionId:1694,parentId:1687,name:"河南濮阳工业园区",childers:[]},{regionId:1695,parentId:1687,name:"濮阳经济技术开发区",childers:[]}]},{regionId:1696,parentId:1584,name:"许昌市",childers:[{regionId:1697,parentId:1696,name:"魏都区",childers:[]},{regionId:1698,parentId:1696,name:"建安区",childers:[]},{regionId:1699,parentId:1696,name:"鄢陵县",childers:[]},{regionId:1700,parentId:1696,name:"襄城县",childers:[]},{regionId:1701,parentId:1696,name:"许昌经济技术开发区",childers:[]},{regionId:1702,parentId:1696,name:"禹州市",childers:[]},{regionId:1703,parentId:1696,name:"长葛市",childers:[]}]},{regionId:1704,parentId:1584,name:"漯河市",childers:[{regionId:1705,parentId:1704,name:"源汇区",childers:[]},{regionId:1706,parentId:1704,name:"郾城区",childers:[]},{regionId:1707,parentId:1704,name:"召陵区",childers:[]},{regionId:1708,parentId:1704,name:"舞阳县",childers:[]},{regionId:1709,parentId:1704,name:"临颍县",childers:[]},{regionId:1710,parentId:1704,name:"漯河经济技术开发区",childers:[]}]},{regionId:1711,parentId:1584,name:"三门峡市",childers:[{regionId:1712,parentId:1711,name:"湖滨区",childers:[]},{regionId:1713,parentId:1711,name:"陕州区",childers:[]},{regionId:1714,parentId:1711,name:"渑池县",childers:[]},{regionId:1715,parentId:1711,name:"卢氏县",childers:[]},{regionId:1716,parentId:1711,name:"河南三门峡经济开发区",childers:[]},{regionId:1717,parentId:1711,name:"义马市",childers:[]},{regionId:1718,parentId:1711,name:"灵宝市",childers:[]}]},{regionId:1719,parentId:1584,name:"南阳市",childers:[{regionId:1720,parentId:1719,name:"宛城区",childers:[]},{regionId:1721,parentId:1719,name:"卧龙区",childers:[]},{regionId:1722,parentId:1719,name:"南召县",childers:[]},{regionId:1723,parentId:1719,name:"方城县",childers:[]},{regionId:1724,parentId:1719,name:"西峡县",childers:[]},{regionId:1725,parentId:1719,name:"镇平县",childers:[]},{regionId:1726,parentId:1719,name:"内乡县",childers:[]},{regionId:1727,parentId:1719,name:"淅川县",childers:[]},{regionId:1728,parentId:1719,name:"社旗县",childers:[]},{regionId:1729,parentId:1719,name:"唐河县",childers:[]},{regionId:1730,parentId:1719,name:"新野县",childers:[]},{regionId:1731,parentId:1719,name:"桐柏县",childers:[]},{regionId:1732,parentId:1719,name:"南阳高新技术产业开发区",childers:[]},{regionId:1733,parentId:1719,name:"南阳市城乡一体化示范区",childers:[]},{regionId:1734,parentId:1719,name:"邓州市",childers:[]}]},{regionId:1735,parentId:1584,name:"商丘市",childers:[{regionId:1736,parentId:1735,name:"梁园区",childers:[]},{regionId:1737,parentId:1735,name:"睢阳区",childers:[]},{regionId:1738,parentId:1735,name:"民权县",childers:[]},{regionId:1739,parentId:1735,name:"睢县",childers:[]},{regionId:1740,parentId:1735,name:"宁陵县",childers:[]},{regionId:1741,parentId:1735,name:"柘城县",childers:[]},{regionId:1742,parentId:1735,name:"虞城县",childers:[]},{regionId:1743,parentId:1735,name:"夏邑县",childers:[]},{regionId:1744,parentId:1735,name:"豫东综合物流产业聚集区",childers:[]},{regionId:1745,parentId:1735,name:"河南商丘经济开发区",childers:[]},{regionId:1746,parentId:1735,name:"永城市",childers:[]}]},{regionId:1747,parentId:1584,name:"信阳市",childers:[{regionId:1748,parentId:1747,name:"浉河区",childers:[]},{regionId:1749,parentId:1747,name:"平桥区",childers:[]},{regionId:1750,parentId:1747,name:"罗山县",childers:[]},{regionId:1751,parentId:1747,name:"光山县",childers:[]},{regionId:1752,parentId:1747,name:"新县",childers:[]},{regionId:1753,parentId:1747,name:"商城县",childers:[]},{regionId:1754,parentId:1747,name:"固始县",childers:[]},{regionId:1755,parentId:1747,name:"潢川县",childers:[]},{regionId:1756,parentId:1747,name:"淮滨县",childers:[]},{regionId:1757,parentId:1747,name:"息县",childers:[]},{regionId:1758,parentId:1747,name:"信阳高新技术产业开发区",childers:[]}]},{regionId:1759,parentId:1584,name:"周口市",childers:[{regionId:1760,parentId:1759,name:"川汇区",childers:[]},{regionId:1761,parentId:1759,name:"淮阳区",childers:[]},{regionId:1762,parentId:1759,name:"扶沟县",childers:[]},{regionId:1763,parentId:1759,name:"西华县",childers:[]},{regionId:1764,parentId:1759,name:"商水县",childers:[]},{regionId:1765,parentId:1759,name:"沈丘县",childers:[]},{regionId:1766,parentId:1759,name:"郸城县",childers:[]},{regionId:1767,parentId:1759,name:"太康县",childers:[]},{regionId:1768,parentId:1759,name:"鹿邑县",childers:[]},{regionId:1769,parentId:1759,name:"河南周口经济开发区",childers:[]},{regionId:1770,parentId:1759,name:"项城市",childers:[]}]},{regionId:1771,parentId:1584,name:"驻马店市",childers:[{regionId:1772,parentId:1771,name:"驿城区",childers:[]},{regionId:1773,parentId:1771,name:"西平县",childers:[]},{regionId:1774,parentId:1771,name:"上蔡县",childers:[]},{regionId:1775,parentId:1771,name:"平舆县",childers:[]},{regionId:1776,parentId:1771,name:"正阳县",childers:[]},{regionId:1777,parentId:1771,name:"确山县",childers:[]},{regionId:1778,parentId:1771,name:"泌阳县",childers:[]},{regionId:1779,parentId:1771,name:"汝南县",childers:[]},{regionId:1780,parentId:1771,name:"遂平县",childers:[]},{regionId:1781,parentId:1771,name:"新蔡县",childers:[]},{regionId:1782,parentId:1771,name:"河南驻马店经济开发区",childers:[]}]},{regionId:1783,parentId:1584,name:"省直辖县级行政区划",childers:[{regionId:1784,parentId:1783,name:"济源市",childers:[]}]}]},{regionId:1785,parentId:0,name:"湖北省",childers:[{regionId:1786,parentId:1785,name:"武汉市",childers:[{regionId:1787,parentId:1786,name:"江岸区",childers:[]},{regionId:1788,parentId:1786,name:"江汉区",childers:[]},{regionId:1789,parentId:1786,name:"硚口区",childers:[]},{regionId:1790,parentId:1786,name:"汉阳区",childers:[]},{regionId:1791,parentId:1786,name:"武昌区",childers:[]},{regionId:1792,parentId:1786,name:"青山区",childers:[]},{regionId:1793,parentId:1786,name:"洪山区",childers:[]},{regionId:1794,parentId:1786,name:"东西湖区",childers:[]},{regionId:1795,parentId:1786,name:"汉南区",childers:[]},{regionId:1796,parentId:1786,name:"蔡甸区",childers:[]},{regionId:1797,parentId:1786,name:"江夏区",childers:[]},{regionId:1798,parentId:1786,name:"黄陂区",childers:[]},{regionId:1799,parentId:1786,name:"新洲区",childers:[]}]},{regionId:1800,parentId:1785,name:"黄石市",childers:[{regionId:1801,parentId:1800,name:"黄石港区",childers:[]},{regionId:1802,parentId:1800,name:"西塞山区",childers:[]},{regionId:1803,parentId:1800,name:"下陆区",childers:[]},{regionId:1804,parentId:1800,name:"铁山区",childers:[]},{regionId:1805,parentId:1800,name:"阳新县",childers:[]},{regionId:1806,parentId:1800,name:"大冶市",childers:[]}]},{regionId:1807,parentId:1785,name:"十堰市",childers:[{regionId:1808,parentId:1807,name:"茅箭区",childers:[]},{regionId:1809,parentId:1807,name:"张湾区",childers:[]},{regionId:1810,parentId:1807,name:"郧阳区",childers:[]},{regionId:1811,parentId:1807,name:"郧西县",childers:[]},{regionId:1812,parentId:1807,name:"竹山县",childers:[]},{regionId:1813,parentId:1807,name:"竹溪县",childers:[]},{regionId:1814,parentId:1807,name:"房县",childers:[]},{regionId:1815,parentId:1807,name:"丹江口市",childers:[]}]},{regionId:1816,parentId:1785,name:"宜昌市",childers:[{regionId:1817,parentId:1816,name:"西陵区",childers:[]},{regionId:1818,parentId:1816,name:"伍家岗区",childers:[]},{regionId:1819,parentId:1816,name:"点军区",childers:[]},{regionId:1820,parentId:1816,name:"猇亭区",childers:[]},{regionId:1821,parentId:1816,name:"夷陵区",childers:[]},{regionId:1822,parentId:1816,name:"远安县",childers:[]},{regionId:1823,parentId:1816,name:"兴山县",childers:[]},{regionId:1824,parentId:1816,name:"秭归县",childers:[]},{regionId:1825,parentId:1816,name:"长阳土家族自治县",childers:[]},{regionId:1826,parentId:1816,name:"五峰土家族自治县",childers:[]},{regionId:1827,parentId:1816,name:"宜都市",childers:[]},{regionId:1828,parentId:1816,name:"当阳市",childers:[]},{regionId:1829,parentId:1816,name:"枝江市",childers:[]}]},{regionId:1830,parentId:1785,name:"襄阳市",childers:[{regionId:1831,parentId:1830,name:"襄城区",childers:[]},{regionId:1832,parentId:1830,name:"樊城区",childers:[]},{regionId:1833,parentId:1830,name:"襄州区",childers:[]},{regionId:1834,parentId:1830,name:"南漳县",childers:[]},{regionId:1835,parentId:1830,name:"谷城县",childers:[]},{regionId:1836,parentId:1830,name:"保康县",childers:[]},{regionId:1837,parentId:1830,name:"老河口市",childers:[]},{regionId:1838,parentId:1830,name:"枣阳市",childers:[]},{regionId:1839,parentId:1830,name:"宜城市",childers:[]}]},{regionId:1840,parentId:1785,name:"鄂州市",childers:[{regionId:1841,parentId:1840,name:"梁子湖区",childers:[]},{regionId:1842,parentId:1840,name:"华容区",childers:[]},{regionId:1843,parentId:1840,name:"鄂城区",childers:[]}]},{regionId:1844,parentId:1785,name:"荆门市",childers:[{regionId:1845,parentId:1844,name:"东宝区",childers:[]},{regionId:1846,parentId:1844,name:"掇刀区",childers:[]},{regionId:1847,parentId:1844,name:"沙洋县",childers:[]},{regionId:1848,parentId:1844,name:"钟祥市",childers:[]},{regionId:1849,parentId:1844,name:"京山市",childers:[]}]},{regionId:1850,parentId:1785,name:"孝感市",childers:[{regionId:1851,parentId:1850,name:"孝南区",childers:[]},{regionId:1852,parentId:1850,name:"孝昌县",childers:[]},{regionId:1853,parentId:1850,name:"大悟县",childers:[]},{regionId:1854,parentId:1850,name:"云梦县",childers:[]},{regionId:1855,parentId:1850,name:"应城市",childers:[]},{regionId:1856,parentId:1850,name:"安陆市",childers:[]},{regionId:1857,parentId:1850,name:"汉川市",childers:[]}]},{regionId:1858,parentId:1785,name:"荆州市",childers:[{regionId:1859,parentId:1858,name:"沙市区",childers:[]},{regionId:1860,parentId:1858,name:"荆州区",childers:[]},{regionId:1861,parentId:1858,name:"公安县",childers:[]},{regionId:1862,parentId:1858,name:"监利县",childers:[]},{regionId:1863,parentId:1858,name:"江陵县",childers:[]},{regionId:1864,parentId:1858,name:"荆州经济技术开发区",childers:[]},{regionId:1865,parentId:1858,name:"石首市",childers:[]},{regionId:1866,parentId:1858,name:"洪湖市",childers:[]},{regionId:1867,parentId:1858,name:"松滋市",childers:[]}]},{regionId:1868,parentId:1785,name:"黄冈市",childers:[{regionId:1869,parentId:1868,name:"黄州区",childers:[]},{regionId:1870,parentId:1868,name:"团风县",childers:[]},{regionId:1871,parentId:1868,name:"红安县",childers:[]},{regionId:1872,parentId:1868,name:"罗田县",childers:[]},{regionId:1873,parentId:1868,name:"英山县",childers:[]},{regionId:1874,parentId:1868,name:"浠水县",childers:[]},{regionId:1875,parentId:1868,name:"蕲春县",childers:[]},{regionId:1876,parentId:1868,name:"黄梅县",childers:[]},{regionId:1877,parentId:1868,name:"龙感湖管理区",childers:[]},{regionId:1878,parentId:1868,name:"麻城市",childers:[]},{regionId:1879,parentId:1868,name:"武穴市",childers:[]}]},{regionId:1880,parentId:1785,name:"咸宁市",childers:[{regionId:1881,parentId:1880,name:"咸安区",childers:[]},{regionId:1882,parentId:1880,name:"嘉鱼县",childers:[]},{regionId:1883,parentId:1880,name:"通城县",childers:[]},{regionId:1884,parentId:1880,name:"崇阳县",childers:[]},{regionId:1885,parentId:1880,name:"通山县",childers:[]},{regionId:1886,parentId:1880,name:"赤壁市",childers:[]}]},{regionId:1887,parentId:1785,name:"随州市",childers:[{regionId:1888,parentId:1887,name:"曾都区",childers:[]},{regionId:1889,parentId:1887,name:"随县",childers:[]},{regionId:1890,parentId:1887,name:"广水市",childers:[]}]},{regionId:1891,parentId:1785,name:"恩施土家族苗族自治州",childers:[{regionId:1892,parentId:1891,name:"恩施市",childers:[]},{regionId:1893,parentId:1891,name:"利川市",childers:[]},{regionId:1894,parentId:1891,name:"建始县",childers:[]},{regionId:1895,parentId:1891,name:"巴东县",childers:[]},{regionId:1896,parentId:1891,name:"宣恩县",childers:[]},{regionId:1897,parentId:1891,name:"咸丰县",childers:[]},{regionId:1898,parentId:1891,name:"来凤县",childers:[]},{regionId:1899,parentId:1891,name:"鹤峰县",childers:[]}]},{regionId:1900,parentId:1785,name:"省直辖县级行政区划",childers:[{regionId:1901,parentId:1900,name:"仙桃市",childers:[]},{regionId:1902,parentId:1900,name:"潜江市",childers:[]},{regionId:1903,parentId:1900,name:"天门市",childers:[]},{regionId:1904,parentId:1900,name:"神农架林区",childers:[]}]}]},{regionId:1905,parentId:0,name:"湖南省",childers:[{regionId:1906,parentId:1905,name:"长沙市",childers:[{regionId:1907,parentId:1906,name:"芙蓉区",childers:[]},{regionId:1908,parentId:1906,name:"天心区",childers:[]},{regionId:1909,parentId:1906,name:"岳麓区",childers:[]},{regionId:1910,parentId:1906,name:"开福区",childers:[]},{regionId:1911,parentId:1906,name:"雨花区",childers:[]},{regionId:1912,parentId:1906,name:"望城区",childers:[]},{regionId:1913,parentId:1906,name:"长沙县",childers:[]},{regionId:1914,parentId:1906,name:"浏阳市",childers:[]},{regionId:1915,parentId:1906,name:"宁乡市",childers:[]}]},{regionId:1916,parentId:1905,name:"株洲市",childers:[{regionId:1917,parentId:1916,name:"荷塘区",childers:[]},{regionId:1918,parentId:1916,name:"芦淞区",childers:[]},{regionId:1919,parentId:1916,name:"石峰区",childers:[]},{regionId:1920,parentId:1916,name:"天元区",childers:[]},{regionId:1921,parentId:1916,name:"渌口区",childers:[]},{regionId:1922,parentId:1916,name:"攸县",childers:[]},{regionId:1923,parentId:1916,name:"茶陵县",childers:[]},{regionId:1924,parentId:1916,name:"炎陵县",childers:[]},{regionId:1925,parentId:1916,name:"云龙示范区",childers:[]},{regionId:1926,parentId:1916,name:"醴陵市",childers:[]}]},{regionId:1927,parentId:1905,name:"湘潭市",childers:[{regionId:1928,parentId:1927,name:"雨湖区",childers:[]},{regionId:1929,parentId:1927,name:"岳塘区",childers:[]},{regionId:1930,parentId:1927,name:"湘潭县",childers:[]},{regionId:1931,parentId:1927,name:"湖南湘潭高新技术产业园区",childers:[]},{regionId:1932,parentId:1927,name:"湘潭昭山示范区",childers:[]},{regionId:1933,parentId:1927,name:"湘潭九华示范区",childers:[]},{regionId:1934,parentId:1927,name:"湘乡市",childers:[]},{regionId:1935,parentId:1927,name:"韶山市",childers:[]}]},{regionId:1936,parentId:1905,name:"衡阳市",childers:[{regionId:1937,parentId:1936,name:"珠晖区",childers:[]},{regionId:1938,parentId:1936,name:"雁峰区",childers:[]},{regionId:1939,parentId:1936,name:"石鼓区",childers:[]},{regionId:1940,parentId:1936,name:"蒸湘区",childers:[]},{regionId:1941,parentId:1936,name:"南岳区",childers:[]},{regionId:1942,parentId:1936,name:"衡阳县",childers:[]},{regionId:1943,parentId:1936,name:"衡南县",childers:[]},{regionId:1944,parentId:1936,name:"衡山县",childers:[]},{regionId:1945,parentId:1936,name:"衡东县",childers:[]},{regionId:1946,parentId:1936,name:"祁东县",childers:[]},{regionId:1947,parentId:1936,name:"衡阳综合保税区",childers:[]},{regionId:1948,parentId:1936,name:"湖南衡阳高新技术产业园区",childers:[]},{regionId:1949,parentId:1936,name:"湖南衡阳松木经济开发区",childers:[]},{regionId:1950,parentId:1936,name:"耒阳市",childers:[]},{regionId:1951,parentId:1936,name:"常宁市",childers:[]}]},{regionId:1952,parentId:1905,name:"邵阳市",childers:[{regionId:1953,parentId:1952,name:"双清区",childers:[]},{regionId:1954,parentId:1952,name:"大祥区",childers:[]},{regionId:1955,parentId:1952,name:"北塔区",childers:[]},{regionId:1956,parentId:1952,name:"新邵县",childers:[]},{regionId:1957,parentId:1952,name:"邵阳县",childers:[]},{regionId:1958,parentId:1952,name:"隆回县",childers:[]},{regionId:1959,parentId:1952,name:"洞口县",childers:[]},{regionId:1960,parentId:1952,name:"绥宁县",childers:[]},{regionId:1961,parentId:1952,name:"新宁县",childers:[]},{regionId:1962,parentId:1952,name:"城步苗族自治县",childers:[]},{regionId:1963,parentId:1952,name:"武冈市",childers:[]},{regionId:1964,parentId:1952,name:"邵东市",childers:[]}]},{regionId:1965,parentId:1905,name:"岳阳市",childers:[{regionId:1966,parentId:1965,name:"岳阳楼区",childers:[]},{regionId:1967,parentId:1965,name:"云溪区",childers:[]},{regionId:1968,parentId:1965,name:"君山区",childers:[]},{regionId:1969,parentId:1965,name:"岳阳县",childers:[]},{regionId:1970,parentId:1965,name:"华容县",childers:[]},{regionId:1971,parentId:1965,name:"湘阴县",childers:[]},{regionId:1972,parentId:1965,name:"平江县",childers:[]},{regionId:1973,parentId:1965,name:"岳阳市屈原管理区",childers:[]},{regionId:1974,parentId:1965,name:"汨罗市",childers:[]},{regionId:1975,parentId:1965,name:"临湘市",childers:[]}]},{regionId:1976,parentId:1905,name:"常德市",childers:[{regionId:1977,parentId:1976,name:"武陵区",childers:[]},{regionId:1978,parentId:1976,name:"鼎城区",childers:[]},{regionId:1979,parentId:1976,name:"安乡县",childers:[]},{regionId:1980,parentId:1976,name:"汉寿县",childers:[]},{regionId:1981,parentId:1976,name:"澧县",childers:[]},{regionId:1982,parentId:1976,name:"临澧县",childers:[]},{regionId:1983,parentId:1976,name:"桃源县",childers:[]},{regionId:1984,parentId:1976,name:"石门县",childers:[]},{regionId:1985,parentId:1976,name:"常德市西洞庭管理区",childers:[]},{regionId:1986,parentId:1976,name:"津市市",childers:[]}]},{regionId:1987,parentId:1905,name:"张家界市",childers:[{regionId:1988,parentId:1987,name:"永定区",childers:[]},{regionId:1989,parentId:1987,name:"武陵源区",childers:[]},{regionId:1990,parentId:1987,name:"慈利县",childers:[]},{regionId:1991,parentId:1987,name:"桑植县",childers:[]}]},{regionId:1992,parentId:1905,name:"益阳市",childers:[{regionId:1993,parentId:1992,name:"资阳区",childers:[]},{regionId:1994,parentId:1992,name:"赫山区",childers:[]},{regionId:1995,parentId:1992,name:"南县",childers:[]},{regionId:1996,parentId:1992,name:"桃江县",childers:[]},{regionId:1997,parentId:1992,name:"安化县",childers:[]},{regionId:1998,parentId:1992,name:"益阳市大通湖管理区",childers:[]},{regionId:1999,parentId:1992,name:"湖南益阳高新技术产业园区",childers:[]},{regionId:2e3,parentId:1992,name:"沅江市",childers:[]}]},{regionId:2001,parentId:1905,name:"郴州市",childers:[{regionId:2002,parentId:2001,name:"北湖区",childers:[]},{regionId:2003,parentId:2001,name:"苏仙区",childers:[]},{regionId:2004,parentId:2001,name:"桂阳县",childers:[]},{regionId:2005,parentId:2001,name:"宜章县",childers:[]},{regionId:2006,parentId:2001,name:"永兴县",childers:[]},{regionId:2007,parentId:2001,name:"嘉禾县",childers:[]},{regionId:2008,parentId:2001,name:"临武县",childers:[]},{regionId:2009,parentId:2001,name:"汝城县",childers:[]},{regionId:2010,parentId:2001,name:"桂东县",childers:[]},{regionId:2011,parentId:2001,name:"安仁县",childers:[]},{regionId:2012,parentId:2001,name:"资兴市",childers:[]}]},{regionId:2013,parentId:1905,name:"永州市",childers:[{regionId:2014,parentId:2013,name:"零陵区",childers:[]},{regionId:2015,parentId:2013,name:"冷水滩区",childers:[]},{regionId:2016,parentId:2013,name:"祁阳县",childers:[]},{regionId:2017,parentId:2013,name:"东安县",childers:[]},{regionId:2018,parentId:2013,name:"双牌县",childers:[]},{regionId:2019,parentId:2013,name:"道县",childers:[]},{regionId:2020,parentId:2013,name:"江永县",childers:[]},{regionId:2021,parentId:2013,name:"宁远县",childers:[]},{regionId:2022,parentId:2013,name:"蓝山县",childers:[]},{regionId:2023,parentId:2013,name:"新田县",childers:[]},{regionId:2024,parentId:2013,name:"江华瑶族自治县",childers:[]},{regionId:2025,parentId:2013,name:"永州经济技术开发区",childers:[]},{regionId:2026,parentId:2013,name:"永州市金洞管理区",childers:[]},{regionId:2027,parentId:2013,name:"永州市回龙圩管理区",childers:[]}]},{regionId:2028,parentId:1905,name:"怀化市",childers:[{regionId:2029,parentId:2028,name:"鹤城区",childers:[]},{regionId:2030,parentId:2028,name:"中方县",childers:[]},{regionId:2031,parentId:2028,name:"沅陵县",childers:[]},{regionId:2032,parentId:2028,name:"辰溪县",childers:[]},{regionId:2033,parentId:2028,name:"溆浦县",childers:[]},{regionId:2034,parentId:2028,name:"会同县",childers:[]},{regionId:2035,parentId:2028,name:"麻阳苗族自治县",childers:[]},{regionId:2036,parentId:2028,name:"新晃侗族自治县",childers:[]},{regionId:2037,parentId:2028,name:"芷江侗族自治县",childers:[]},{regionId:2038,parentId:2028,name:"靖州苗族侗族自治县",childers:[]},{regionId:2039,parentId:2028,name:"通道侗族自治县",childers:[]},{regionId:2040,parentId:2028,name:"怀化市洪江管理区",childers:[]},{regionId:2041,parentId:2028,name:"洪江市",childers:[]}]},{regionId:2042,parentId:1905,name:"娄底市",childers:[{regionId:2043,parentId:2042,name:"娄星区",childers:[]},{regionId:2044,parentId:2042,name:"双峰县",childers:[]},{regionId:2045,parentId:2042,name:"新化县",childers:[]},{regionId:2046,parentId:2042,name:"冷水江市",childers:[]},{regionId:2047,parentId:2042,name:"涟源市",childers:[]}]},{regionId:2048,parentId:1905,name:"湘西土家族苗族自治州",childers:[{regionId:2049,parentId:2048,name:"吉首市",childers:[]},{regionId:2050,parentId:2048,name:"泸溪县",childers:[]},{regionId:2051,parentId:2048,name:"凤凰县",childers:[]},{regionId:2052,parentId:2048,name:"花垣县",childers:[]},{regionId:2053,parentId:2048,name:"保靖县",childers:[]},{regionId:2054,parentId:2048,name:"古丈县",childers:[]},{regionId:2055,parentId:2048,name:"永顺县",childers:[]},{regionId:2056,parentId:2048,name:"龙山县",childers:[]}]}]},{regionId:2057,parentId:0,name:"广东省",childers:[{regionId:2058,parentId:2057,name:"广州市",childers:[{regionId:2059,parentId:2058,name:"荔湾区",childers:[]},{regionId:2060,parentId:2058,name:"越秀区",childers:[]},{regionId:2061,parentId:2058,name:"海珠区",childers:[]},{regionId:2062,parentId:2058,name:"天河区",childers:[]},{regionId:2063,parentId:2058,name:"白云区",childers:[]},{regionId:2064,parentId:2058,name:"黄埔区",childers:[]},{regionId:2065,parentId:2058,name:"番禺区",childers:[]},{regionId:2066,parentId:2058,name:"花都区",childers:[]},{regionId:2067,parentId:2058,name:"南沙区",childers:[]},{regionId:2068,parentId:2058,name:"从化区",childers:[]},{regionId:2069,parentId:2058,name:"增城区",childers:[]}]},{regionId:2070,parentId:2057,name:"韶关市",childers:[{regionId:2071,parentId:2070,name:"武江区",childers:[]},{regionId:2072,parentId:2070,name:"浈江区",childers:[]},{regionId:2073,parentId:2070,name:"曲江区",childers:[]},{regionId:2074,parentId:2070,name:"始兴县",childers:[]},{regionId:2075,parentId:2070,name:"仁化县",childers:[]},{regionId:2076,parentId:2070,name:"翁源县",childers:[]},{regionId:2077,parentId:2070,name:"乳源瑶族自治县",childers:[]},{regionId:2078,parentId:2070,name:"新丰县",childers:[]},{regionId:2079,parentId:2070,name:"乐昌市",childers:[]},{regionId:2080,parentId:2070,name:"南雄市",childers:[]}]},{regionId:2081,parentId:2057,name:"深圳市",childers:[{regionId:2082,parentId:2081,name:"罗湖区",childers:[]},{regionId:2083,parentId:2081,name:"福田区",childers:[]},{regionId:2084,parentId:2081,name:"南山区",childers:[]},{regionId:2085,parentId:2081,name:"宝安区",childers:[]},{regionId:2086,parentId:2081,name:"龙岗区",childers:[]},{regionId:2087,parentId:2081,name:"盐田区",childers:[]},{regionId:2088,parentId:2081,name:"龙华区",childers:[]},{regionId:2089,parentId:2081,name:"坪山区",childers:[]},{regionId:2090,parentId:2081,name:"光明区",childers:[]}]},{regionId:2091,parentId:2057,name:"珠海市",childers:[{regionId:2092,parentId:2091,name:"香洲区",childers:[]},{regionId:2093,parentId:2091,name:"斗门区",childers:[]},{regionId:2094,parentId:2091,name:"金湾区",childers:[]}]},{regionId:2095,parentId:2057,name:"汕头市",childers:[{regionId:2096,parentId:2095,name:"龙湖区",childers:[]},{regionId:2097,parentId:2095,name:"金平区",childers:[]},{regionId:2098,parentId:2095,name:"濠江区",childers:[]},{regionId:2099,parentId:2095,name:"潮阳区",childers:[]},{regionId:2100,parentId:2095,name:"潮南区",childers:[]},{regionId:2101,parentId:2095,name:"澄海区",childers:[]},{regionId:2102,parentId:2095,name:"南澳县",childers:[]}]},{regionId:2103,parentId:2057,name:"佛山市",childers:[{regionId:2104,parentId:2103,name:"禅城区",childers:[]},{regionId:2105,parentId:2103,name:"南海区",childers:[]},{regionId:2106,parentId:2103,name:"顺德区",childers:[]},{regionId:2107,parentId:2103,name:"三水区",childers:[]},{regionId:2108,parentId:2103,name:"高明区",childers:[]}]},{regionId:2109,parentId:2057,name:"江门市",childers:[{regionId:2110,parentId:2109,name:"蓬江区",childers:[]},{regionId:2111,parentId:2109,name:"江海区",childers:[]},{regionId:2112,parentId:2109,name:"新会区",childers:[]},{regionId:2113,parentId:2109,name:"台山市",childers:[]},{regionId:2114,parentId:2109,name:"开平市",childers:[]},{regionId:2115,parentId:2109,name:"鹤山市",childers:[]},{regionId:2116,parentId:2109,name:"恩平市",childers:[]}]},{regionId:2117,parentId:2057,name:"湛江市",childers:[{regionId:2118,parentId:2117,name:"赤坎区",childers:[]},{regionId:2119,parentId:2117,name:"霞山区",childers:[]},{regionId:2120,parentId:2117,name:"坡头区",childers:[]},{regionId:2121,parentId:2117,name:"麻章区",childers:[]},{regionId:2122,parentId:2117,name:"遂溪县",childers:[]},{regionId:2123,parentId:2117,name:"徐闻县",childers:[]},{regionId:2124,parentId:2117,name:"廉江市",childers:[]},{regionId:2125,parentId:2117,name:"雷州市",childers:[]},{regionId:2126,parentId:2117,name:"吴川市",childers:[]}]},{regionId:2127,parentId:2057,name:"茂名市",childers:[{regionId:2128,parentId:2127,name:"茂南区",childers:[]},{regionId:2129,parentId:2127,name:"电白区",childers:[]},{regionId:2130,parentId:2127,name:"高州市",childers:[]},{regionId:2131,parentId:2127,name:"化州市",childers:[]},{regionId:2132,parentId:2127,name:"信宜市",childers:[]}]},{regionId:2133,parentId:2057,name:"肇庆市",childers:[{regionId:2134,parentId:2133,name:"端州区",childers:[]},{regionId:2135,parentId:2133,name:"鼎湖区",childers:[]},{regionId:2136,parentId:2133,name:"高要区",childers:[]},{regionId:2137,parentId:2133,name:"广宁县",childers:[]},{regionId:2138,parentId:2133,name:"怀集县",childers:[]},{regionId:2139,parentId:2133,name:"封开县",childers:[]},{regionId:2140,parentId:2133,name:"德庆县",childers:[]},{regionId:2141,parentId:2133,name:"四会市",childers:[]}]},{regionId:2142,parentId:2057,name:"惠州市",childers:[{regionId:2143,parentId:2142,name:"惠城区",childers:[]},{regionId:2144,parentId:2142,name:"惠阳区",childers:[]},{regionId:2145,parentId:2142,name:"博罗县",childers:[]},{regionId:2146,parentId:2142,name:"惠东县",childers:[]},{regionId:2147,parentId:2142,name:"龙门县",childers:[]}]},{regionId:2148,parentId:2057,name:"梅州市",childers:[{regionId:2149,parentId:2148,name:"梅江区",childers:[]},{regionId:2150,parentId:2148,name:"梅县区",childers:[]},{regionId:2151,parentId:2148,name:"大埔县",childers:[]},{regionId:2152,parentId:2148,name:"丰顺县",childers:[]},{regionId:2153,parentId:2148,name:"五华县",childers:[]},{regionId:2154,parentId:2148,name:"平远县",childers:[]},{regionId:2155,parentId:2148,name:"蕉岭县",childers:[]},{regionId:2156,parentId:2148,name:"兴宁市",childers:[]}]},{regionId:2157,parentId:2057,name:"汕尾市",childers:[{regionId:2158,parentId:2157,name:"城区",childers:[]},{regionId:2159,parentId:2157,name:"海丰县",childers:[]},{regionId:2160,parentId:2157,name:"陆河县",childers:[]},{regionId:2161,parentId:2157,name:"陆丰市",childers:[]}]},{regionId:2162,parentId:2057,name:"河源市",childers:[{regionId:2163,parentId:2162,name:"源城区",childers:[]},{regionId:2164,parentId:2162,name:"紫金县",childers:[]},{regionId:2165,parentId:2162,name:"龙川县",childers:[]},{regionId:2166,parentId:2162,name:"连平县",childers:[]},{regionId:2167,parentId:2162,name:"和平县",childers:[]},{regionId:2168,parentId:2162,name:"东源县",childers:[]}]},{regionId:2169,parentId:2057,name:"阳江市",childers:[{regionId:2170,parentId:2169,name:"江城区",childers:[]},{regionId:2171,parentId:2169,name:"阳东区",childers:[]},{regionId:2172,parentId:2169,name:"阳西县",childers:[]},{regionId:2173,parentId:2169,name:"阳春市",childers:[]}]},{regionId:2174,parentId:2057,name:"清远市",childers:[{regionId:2175,parentId:2174,name:"清城区",childers:[]},{regionId:2176,parentId:2174,name:"清新区",childers:[]},{regionId:2177,parentId:2174,name:"佛冈县",childers:[]},{regionId:2178,parentId:2174,name:"阳山县",childers:[]},{regionId:2179,parentId:2174,name:"连山壮族瑶族自治县",childers:[]},{regionId:2180,parentId:2174,name:"连南瑶族自治县",childers:[]},{regionId:2181,parentId:2174,name:"英德市",childers:[]},{regionId:2182,parentId:2174,name:"连州市",childers:[]}]},{regionId:2183,parentId:2057,name:"东莞市",childers:[{regionId:2184,parentId:2183,name:"东城街道",childers:[]},{regionId:2185,parentId:2183,name:"南城街道",childers:[]},{regionId:2186,parentId:2183,name:"万江街道",childers:[]},{regionId:2187,parentId:2183,name:"莞城街道",childers:[]},{regionId:2188,parentId:2183,name:"石碣镇",childers:[]},{regionId:2189,parentId:2183,name:"石龙镇",childers:[]},{regionId:2190,parentId:2183,name:"茶山镇",childers:[]},{regionId:2191,parentId:2183,name:"石排镇",childers:[]},{regionId:2192,parentId:2183,name:"企石镇",childers:[]},{regionId:2193,parentId:2183,name:"横沥镇",childers:[]},{regionId:2194,parentId:2183,name:"桥头镇",childers:[]},{regionId:2195,parentId:2183,name:"谢岗镇",childers:[]},{regionId:2196,parentId:2183,name:"东坑镇",childers:[]},{regionId:2197,parentId:2183,name:"常平镇",childers:[]},{regionId:2198,parentId:2183,name:"寮步镇",childers:[]},{regionId:2199,parentId:2183,name:"樟木头镇",childers:[]},{regionId:2200,parentId:2183,name:"大朗镇",childers:[]},{regionId:2201,parentId:2183,name:"黄江镇",childers:[]},{regionId:2202,parentId:2183,name:"清溪镇",childers:[]},{regionId:2203,parentId:2183,name:"塘厦镇",childers:[]},{regionId:2204,parentId:2183,name:"凤岗镇",childers:[]},{regionId:2205,parentId:2183,name:"大岭山镇",childers:[]},{regionId:2206,parentId:2183,name:"长安镇",childers:[]},{regionId:2207,parentId:2183,name:"虎门镇",childers:[]},{regionId:2208,parentId:2183,name:"厚街镇",childers:[]},{regionId:2209,parentId:2183,name:"沙田镇",childers:[]},{regionId:2210,parentId:2183,name:"道滘镇",childers:[]},{regionId:2211,parentId:2183,name:"洪梅镇",childers:[]},{regionId:2212,parentId:2183,name:"麻涌镇",childers:[]},{regionId:2213,parentId:2183,name:"望牛墩镇",childers:[]},{regionId:2214,parentId:2183,name:"中堂镇",childers:[]},{regionId:2215,parentId:2183,name:"高埗镇",childers:[]},{regionId:2216,parentId:2183,name:"松山湖",childers:[]},{regionId:2217,parentId:2183,name:"东莞港",childers:[]},{regionId:2218,parentId:2183,name:"东莞生态园",childers:[]}]},{regionId:2219,parentId:2057,name:"中山市",childers:[{regionId:2220,parentId:2219,name:"石岐街道",childers:[]},{regionId:2221,parentId:2219,name:"东区街道",childers:[]},{regionId:2222,parentId:2219,name:"中山港街道",childers:[]},{regionId:2223,parentId:2219,name:"西区街道",childers:[]},{regionId:2224,parentId:2219,name:"南区街道",childers:[]},{regionId:2225,parentId:2219,name:"五桂山街道",childers:[]},{regionId:2226,parentId:2219,name:"小榄镇",childers:[]},{regionId:2227,parentId:2219,name:"黄圃镇",childers:[]},{regionId:2228,parentId:2219,name:"民众镇",childers:[]},{regionId:2229,parentId:2219,name:"东凤镇",childers:[]},{regionId:2230,parentId:2219,name:"东升镇",childers:[]},{regionId:2231,parentId:2219,name:"古镇镇",childers:[]},{regionId:2232,parentId:2219,name:"沙溪镇",childers:[]},{regionId:2233,parentId:2219,name:"坦洲镇",childers:[]},{regionId:2234,parentId:2219,name:"港口镇",childers:[]},{regionId:2235,parentId:2219,name:"三角镇",childers:[]},{regionId:2236,parentId:2219,name:"横栏镇",childers:[]},{regionId:2237,parentId:2219,name:"南头镇",childers:[]},{regionId:2238,parentId:2219,name:"阜沙镇",childers:[]},{regionId:2239,parentId:2219,name:"南朗镇",childers:[]},{regionId:2240,parentId:2219,name:"三乡镇",childers:[]},{regionId:2241,parentId:2219,name:"板芙镇",childers:[]},{regionId:2242,parentId:2219,name:"大涌镇",childers:[]},{regionId:2243,parentId:2219,name:"神湾镇",childers:[]}]},{regionId:2244,parentId:2057,name:"潮州市",childers:[{regionId:2245,parentId:2244,name:"湘桥区",childers:[]},{regionId:2246,parentId:2244,name:"潮安区",childers:[]},{regionId:2247,parentId:2244,name:"饶平县",childers:[]}]},{regionId:2248,parentId:2057,name:"揭阳市",childers:[{regionId:2249,parentId:2248,name:"榕城区",childers:[]},{regionId:2250,parentId:2248,name:"揭东区",childers:[]},{regionId:2251,parentId:2248,name:"揭西县",childers:[]},{regionId:2252,parentId:2248,name:"惠来县",childers:[]},{regionId:2253,parentId:2248,name:"普宁市",childers:[]}]},{regionId:2254,parentId:2057,name:"云浮市",childers:[{regionId:2255,parentId:2254,name:"云城区",childers:[]},{regionId:2256,parentId:2254,name:"云安区",childers:[]},{regionId:2257,parentId:2254,name:"新兴县",childers:[]},{regionId:2258,parentId:2254,name:"郁南县",childers:[]},{regionId:2259,parentId:2254,name:"罗定市",childers:[]}]}]},{regionId:2260,parentId:0,name:"广西壮族自治区",childers:[{regionId:2261,parentId:2260,name:"南宁市",childers:[{regionId:2262,parentId:2261,name:"兴宁区",childers:[]},{regionId:2263,parentId:2261,name:"青秀区",childers:[]},{regionId:2264,parentId:2261,name:"江南区",childers:[]},{regionId:2265,parentId:2261,name:"西乡塘区",childers:[]},{regionId:2266,parentId:2261,name:"良庆区",childers:[]},{regionId:2267,parentId:2261,name:"邕宁区",childers:[]},{regionId:2268,parentId:2261,name:"武鸣区",childers:[]},{regionId:2269,parentId:2261,name:"隆安县",childers:[]},{regionId:2270,parentId:2261,name:"马山县",childers:[]},{regionId:2271,parentId:2261,name:"上林县",childers:[]},{regionId:2272,parentId:2261,name:"宾阳县",childers:[]},{regionId:2273,parentId:2261,name:"横县",childers:[]}]},{regionId:2274,parentId:2260,name:"柳州市",childers:[{regionId:2275,parentId:2274,name:"城中区",childers:[]},{regionId:2276,parentId:2274,name:"鱼峰区",childers:[]},{regionId:2277,parentId:2274,name:"柳南区",childers:[]},{regionId:2278,parentId:2274,name:"柳北区",childers:[]},{regionId:2279,parentId:2274,name:"柳江区",childers:[]},{regionId:2280,parentId:2274,name:"柳城县",childers:[]},{regionId:2281,parentId:2274,name:"鹿寨县",childers:[]},{regionId:2282,parentId:2274,name:"融安县",childers:[]},{regionId:2283,parentId:2274,name:"融水苗族自治县",childers:[]},{regionId:2284,parentId:2274,name:"三江侗族自治县",childers:[]}]},{regionId:2285,parentId:2260,name:"桂林市",childers:[{regionId:2286,parentId:2285,name:"秀峰区",childers:[]},{regionId:2287,parentId:2285,name:"叠彩区",childers:[]},{regionId:2288,parentId:2285,name:"象山区",childers:[]},{regionId:2289,parentId:2285,name:"七星区",childers:[]},{regionId:2290,parentId:2285,name:"雁山区",childers:[]},{regionId:2291,parentId:2285,name:"临桂区",childers:[]},{regionId:2292,parentId:2285,name:"阳朔县",childers:[]},{regionId:2293,parentId:2285,name:"灵川县",childers:[]},{regionId:2294,parentId:2285,name:"全州县",childers:[]},{regionId:2295,parentId:2285,name:"兴安县",childers:[]},{regionId:2296,parentId:2285,name:"永福县",childers:[]},{regionId:2297,parentId:2285,name:"灌阳县",childers:[]},{regionId:2298,parentId:2285,name:"龙胜各族自治县",childers:[]},{regionId:2299,parentId:2285,name:"资源县",childers:[]},{regionId:2300,parentId:2285,name:"平乐县",childers:[]},{regionId:2301,parentId:2285,name:"恭城瑶族自治县",childers:[]},{regionId:2302,parentId:2285,name:"荔浦市",childers:[]}]},{regionId:2303,parentId:2260,name:"梧州市",childers:[{regionId:2304,parentId:2303,name:"万秀区",childers:[]},{regionId:2305,parentId:2303,name:"长洲区",childers:[]},{regionId:2306,parentId:2303,name:"龙圩区",childers:[]},{regionId:2307,parentId:2303,name:"苍梧县",childers:[]},{regionId:2308,parentId:2303,name:"藤县",childers:[]},{regionId:2309,parentId:2303,name:"蒙山县",childers:[]},{regionId:2310,parentId:2303,name:"岑溪市",childers:[]}]},{regionId:2311,parentId:2260,name:"北海市",childers:[{regionId:2312,parentId:2311,name:"海城区",childers:[]},{regionId:2313,parentId:2311,name:"银海区",childers:[]},{regionId:2314,parentId:2311,name:"铁山港区",childers:[]},{regionId:2315,parentId:2311,name:"合浦县",childers:[]}]},{regionId:2316,parentId:2260,name:"防城港市",childers:[{regionId:2317,parentId:2316,name:"港口区",childers:[]},{regionId:2318,parentId:2316,name:"防城区",childers:[]},{regionId:2319,parentId:2316,name:"上思县",childers:[]},{regionId:2320,parentId:2316,name:"东兴市",childers:[]}]},{regionId:2321,parentId:2260,name:"钦州市",childers:[{regionId:2322,parentId:2321,name:"钦南区",childers:[]},{regionId:2323,parentId:2321,name:"钦北区",childers:[]},{regionId:2324,parentId:2321,name:"灵山县",childers:[]},{regionId:2325,parentId:2321,name:"浦北县",childers:[]}]},{regionId:2326,parentId:2260,name:"贵港市",childers:[{regionId:2327,parentId:2326,name:"港北区",childers:[]},{regionId:2328,parentId:2326,name:"港南区",childers:[]},{regionId:2329,parentId:2326,name:"覃塘区",childers:[]},{regionId:2330,parentId:2326,name:"平南县",childers:[]},{regionId:2331,parentId:2326,name:"桂平市",childers:[]}]},{regionId:2332,parentId:2260,name:"玉林市",childers:[{regionId:2333,parentId:2332,name:"玉州区",childers:[]},{regionId:2334,parentId:2332,name:"福绵区",childers:[]},{regionId:2335,parentId:2332,name:"容县",childers:[]},{regionId:2336,parentId:2332,name:"陆川县",childers:[]},{regionId:2337,parentId:2332,name:"博白县",childers:[]},{regionId:2338,parentId:2332,name:"兴业县",childers:[]},{regionId:2339,parentId:2332,name:"北流市",childers:[]}]},{regionId:2340,parentId:2260,name:"百色市",childers:[{regionId:2341,parentId:2340,name:"右江区",childers:[]},{regionId:2342,parentId:2340,name:"田阳区",childers:[]},{regionId:2343,parentId:2340,name:"田东县",childers:[]},{regionId:2344,parentId:2340,name:"德保县",childers:[]},{regionId:2345,parentId:2340,name:"那坡县",childers:[]},{regionId:2346,parentId:2340,name:"凌云县",childers:[]},{regionId:2347,parentId:2340,name:"乐业县",childers:[]},{regionId:2348,parentId:2340,name:"田林县",childers:[]},{regionId:2349,parentId:2340,name:"西林县",childers:[]},{regionId:2350,parentId:2340,name:"隆林各族自治县",childers:[]},{regionId:2351,parentId:2340,name:"靖西市",childers:[]},{regionId:2352,parentId:2340,name:"平果市",childers:[]}]},{regionId:2353,parentId:2260,name:"贺州市",childers:[{regionId:2354,parentId:2353,name:"八步区",childers:[]},{regionId:2355,parentId:2353,name:"平桂区",childers:[]},{regionId:2356,parentId:2353,name:"昭平县",childers:[]},{regionId:2357,parentId:2353,name:"钟山县",childers:[]},{regionId:2358,parentId:2353,name:"富川瑶族自治县",childers:[]}]},{regionId:2359,parentId:2260,name:"河池市",childers:[{regionId:2360,parentId:2359,name:"金城江区",childers:[]},{regionId:2361,parentId:2359,name:"宜州区",childers:[]},{regionId:2362,parentId:2359,name:"南丹县",childers:[]},{regionId:2363,parentId:2359,name:"天峨县",childers:[]},{regionId:2364,parentId:2359,name:"凤山县",childers:[]},{regionId:2365,parentId:2359,name:"东兰县",childers:[]},{regionId:2366,parentId:2359,name:"罗城仫佬族自治县",childers:[]},{regionId:2367,parentId:2359,name:"环江毛南族自治县",childers:[]},{regionId:2368,parentId:2359,name:"巴马瑶族自治县",childers:[]},{regionId:2369,parentId:2359,name:"都安瑶族自治县",childers:[]},{regionId:2370,parentId:2359,name:"大化瑶族自治县",childers:[]}]},{regionId:2371,parentId:2260,name:"来宾市",childers:[{regionId:2372,parentId:2371,name:"兴宾区",childers:[]},{regionId:2373,parentId:2371,name:"忻城县",childers:[]},{regionId:2374,parentId:2371,name:"象州县",childers:[]},{regionId:2375,parentId:2371,name:"武宣县",childers:[]},{regionId:2376,parentId:2371,name:"金秀瑶族自治县",childers:[]},{regionId:2377,parentId:2371,name:"合山市",childers:[]}]},{regionId:2378,parentId:2260,name:"崇左市",childers:[{regionId:2379,parentId:2378,name:"江州区",childers:[]},{regionId:2380,parentId:2378,name:"扶绥县",childers:[]},{regionId:2381,parentId:2378,name:"宁明县",childers:[]},{regionId:2382,parentId:2378,name:"龙州县",childers:[]},{regionId:2383,parentId:2378,name:"大新县",childers:[]},{regionId:2384,parentId:2378,name:"天等县",childers:[]},{regionId:2385,parentId:2378,name:"凭祥市",childers:[]}]}]},{regionId:2386,parentId:0,name:"海南省",childers:[{regionId:2387,parentId:2386,name:"海口市",childers:[{regionId:2388,parentId:2387,name:"秀英区",childers:[]},{regionId:2389,parentId:2387,name:"龙华区",childers:[]},{regionId:2390,parentId:2387,name:"琼山区",childers:[]},{regionId:2391,parentId:2387,name:"美兰区",childers:[]}]},{regionId:2392,parentId:2386,name:"三亚市",childers:[{regionId:2393,parentId:2392,name:"海棠区",childers:[]},{regionId:2394,parentId:2392,name:"吉阳区",childers:[]},{regionId:2395,parentId:2392,name:"天涯区",childers:[]},{regionId:2396,parentId:2392,name:"崖州区",childers:[]}]},{regionId:2397,parentId:2386,name:"三沙市",childers:[{regionId:2398,parentId:2397,name:"西沙群岛",childers:[]},{regionId:2399,parentId:2397,name:"南沙群岛",childers:[]},{regionId:2400,parentId:2397,name:"中沙群岛的岛礁及其海域",childers:[]}]},{regionId:2401,parentId:2386,name:"儋州市",childers:[{regionId:2402,parentId:2401,name:"那大镇",childers:[]},{regionId:2403,parentId:2401,name:"和庆镇",childers:[]},{regionId:2404,parentId:2401,name:"南丰镇",childers:[]},{regionId:2405,parentId:2401,name:"大成镇",childers:[]},{regionId:2406,parentId:2401,name:"雅星镇",childers:[]},{regionId:2407,parentId:2401,name:"兰洋镇",childers:[]},{regionId:2408,parentId:2401,name:"光村镇",childers:[]},{regionId:2409,parentId:2401,name:"木棠镇",childers:[]},{regionId:2410,parentId:2401,name:"海头镇",childers:[]},{regionId:2411,parentId:2401,name:"峨蔓镇",childers:[]},{regionId:2412,parentId:2401,name:"王五镇",childers:[]},{regionId:2413,parentId:2401,name:"白马井镇",childers:[]},{regionId:2414,parentId:2401,name:"中和镇",childers:[]},{regionId:2415,parentId:2401,name:"排浦镇",childers:[]},{regionId:2416,parentId:2401,name:"东成镇",childers:[]},{regionId:2417,parentId:2401,name:"新州镇",childers:[]},{regionId:2418,parentId:2401,name:"洋浦经济开发区",childers:[]},{regionId:2419,parentId:2401,name:"华南热作学院",childers:[]}]},{regionId:2420,parentId:2386,name:"省直辖县级行政区划",childers:[{regionId:2421,parentId:2420,name:"五指山市",childers:[]},{regionId:2422,parentId:2420,name:"琼海市",childers:[]},{regionId:2423,parentId:2420,name:"文昌市",childers:[]},{regionId:2424,parentId:2420,name:"万宁市",childers:[]},{regionId:2425,parentId:2420,name:"东方市",childers:[]},{regionId:2426,parentId:2420,name:"定安县",childers:[]},{regionId:2427,parentId:2420,name:"屯昌县",childers:[]},{regionId:2428,parentId:2420,name:"澄迈县",childers:[]},{regionId:2429,parentId:2420,name:"临高县",childers:[]},{regionId:2430,parentId:2420,name:"白沙黎族自治县",childers:[]},{regionId:2431,parentId:2420,name:"昌江黎族自治县",childers:[]},{regionId:2432,parentId:2420,name:"乐东黎族自治县",childers:[]},{regionId:2433,parentId:2420,name:"陵水黎族自治县",childers:[]},{regionId:2434,parentId:2420,name:"保亭黎族苗族自治县",childers:[]},{regionId:2435,parentId:2420,name:"琼中黎族苗族自治县",childers:[]}]}]},{regionId:2436,parentId:0,name:"重庆市",childers:[{regionId:2437,parentId:2436,name:"重庆市",childers:[{regionId:2438,parentId:2437,name:"万州区",childers:[]},{regionId:2439,parentId:2437,name:"涪陵区",childers:[]},{regionId:2440,parentId:2437,name:"渝中区",childers:[]},{regionId:2441,parentId:2437,name:"大渡口区",childers:[]},{regionId:2442,parentId:2437,name:"江北区",childers:[]},{regionId:2443,parentId:2437,name:"沙坪坝区",childers:[]},{regionId:2444,parentId:2437,name:"九龙坡区",childers:[]},{regionId:2445,parentId:2437,name:"南岸区",childers:[]},{regionId:2446,parentId:2437,name:"北碚区",childers:[]},{regionId:2447,parentId:2437,name:"綦江区",childers:[]},{regionId:2448,parentId:2437,name:"大足区",childers:[]},{regionId:2449,parentId:2437,name:"渝北区",childers:[]},{regionId:2450,parentId:2437,name:"巴南区",childers:[]},{regionId:2451,parentId:2437,name:"黔江区",childers:[]},{regionId:2452,parentId:2437,name:"长寿区",childers:[]},{regionId:2453,parentId:2437,name:"江津区",childers:[]},{regionId:2454,parentId:2437,name:"合川区",childers:[]},{regionId:2455,parentId:2437,name:"永川区",childers:[]},{regionId:2456,parentId:2437,name:"南川区",childers:[]},{regionId:2457,parentId:2437,name:"璧山区",childers:[]},{regionId:2458,parentId:2437,name:"铜梁区",childers:[]},{regionId:2459,parentId:2437,name:"潼南区",childers:[]},{regionId:2460,parentId:2437,name:"荣昌区",childers:[]},{regionId:2461,parentId:2437,name:"开州区",childers:[]},{regionId:2462,parentId:2437,name:"梁平区",childers:[]},{regionId:2463,parentId:2437,name:"武隆区",childers:[]}]},{regionId:2464,parentId:2436,name:"县",childers:[{regionId:2465,parentId:2464,name:"城口县",childers:[]},{regionId:2466,parentId:2464,name:"丰都县",childers:[]},{regionId:2467,parentId:2464,name:"垫江县",childers:[]},{regionId:2468,parentId:2464,name:"忠县",childers:[]},{regionId:2469,parentId:2464,name:"云阳县",childers:[]},{regionId:2470,parentId:2464,name:"奉节县",childers:[]},{regionId:2471,parentId:2464,name:"巫山县",childers:[]},{regionId:2472,parentId:2464,name:"巫溪县",childers:[]},{regionId:2473,parentId:2464,name:"石柱土家族自治县",childers:[]},{regionId:2474,parentId:2464,name:"秀山土家族苗族自治县",childers:[]},{regionId:2475,parentId:2464,name:"酉阳土家族苗族自治县",childers:[]},{regionId:2476,parentId:2464,name:"彭水苗族土家族自治县",childers:[]}]}]},{regionId:2477,parentId:0,name:"四川省",childers:[{regionId:2478,parentId:2477,name:"成都市",childers:[{regionId:2479,parentId:2478,name:"锦江区",childers:[]},{regionId:2480,parentId:2478,name:"青羊区",childers:[]},{regionId:2481,parentId:2478,name:"金牛区",childers:[]},{regionId:2482,parentId:2478,name:"武侯区",childers:[]},{regionId:2483,parentId:2478,name:"成华区",childers:[]},{regionId:2484,parentId:2478,name:"龙泉驿区",childers:[]},{regionId:2485,parentId:2478,name:"青白江区",childers:[]},{regionId:2486,parentId:2478,name:"新都区",childers:[]},{regionId:2487,parentId:2478,name:"温江区",childers:[]},{regionId:2488,parentId:2478,name:"双流区",childers:[]},{regionId:2489,parentId:2478,name:"郫都区",childers:[]},{regionId:2490,parentId:2478,name:"新津区",childers:[]},{regionId:2491,parentId:2478,name:"金堂县",childers:[]},{regionId:2492,parentId:2478,name:"大邑县",childers:[]},{regionId:2493,parentId:2478,name:"蒲江县",childers:[]},{regionId:2494,parentId:2478,name:"都江堰市",childers:[]},{regionId:2495,parentId:2478,name:"彭州市",childers:[]},{regionId:2496,parentId:2478,name:"邛崃市",childers:[]},{regionId:2497,parentId:2478,name:"崇州市",childers:[]},{regionId:2498,parentId:2478,name:"简阳市",childers:[]}]},{regionId:2499,parentId:2477,name:"自贡市",childers:[{regionId:2500,parentId:2499,name:"自流井区",childers:[]},{regionId:2501,parentId:2499,name:"贡井区",childers:[]},{regionId:2502,parentId:2499,name:"大安区",childers:[]},{regionId:2503,parentId:2499,name:"沿滩区",childers:[]},{regionId:2504,parentId:2499,name:"荣县",childers:[]},{regionId:2505,parentId:2499,name:"富顺县",childers:[]}]},{regionId:2506,parentId:2477,name:"攀枝花市",childers:[{regionId:2507,parentId:2506,name:"东区",childers:[]},{regionId:2508,parentId:2506,name:"西区",childers:[]},{regionId:2509,parentId:2506,name:"仁和区",childers:[]},{regionId:2510,parentId:2506,name:"米易县",childers:[]},{regionId:2511,parentId:2506,name:"盐边县",childers:[]}]},{regionId:2512,parentId:2477,name:"泸州市",childers:[{regionId:2513,parentId:2512,name:"江阳区",childers:[]},{regionId:2514,parentId:2512,name:"纳溪区",childers:[]},{regionId:2515,parentId:2512,name:"龙马潭区",childers:[]},{regionId:2516,parentId:2512,name:"泸县",childers:[]},{regionId:2517,parentId:2512,name:"合江县",childers:[]},{regionId:2518,parentId:2512,name:"叙永县",childers:[]},{regionId:2519,parentId:2512,name:"古蔺县",childers:[]}]},{regionId:2520,parentId:2477,name:"德阳市",childers:[{regionId:2521,parentId:2520,name:"旌阳区",childers:[]},{regionId:2522,parentId:2520,name:"罗江区",childers:[]},{regionId:2523,parentId:2520,name:"中江县",childers:[]},{regionId:2524,parentId:2520,name:"广汉市",childers:[]},{regionId:2525,parentId:2520,name:"什邡市",childers:[]},{regionId:2526,parentId:2520,name:"绵竹市",childers:[]}]},{regionId:2527,parentId:2477,name:"绵阳市",childers:[{regionId:2528,parentId:2527,name:"涪城区",childers:[]},{regionId:2529,parentId:2527,name:"游仙区",childers:[]},{regionId:2530,parentId:2527,name:"安州区",childers:[]},{regionId:2531,parentId:2527,name:"三台县",childers:[]},{regionId:2532,parentId:2527,name:"盐亭县",childers:[]},{regionId:2533,parentId:2527,name:"梓潼县",childers:[]},{regionId:2534,parentId:2527,name:"北川羌族自治县",childers:[]},{regionId:2535,parentId:2527,name:"平武县",childers:[]},{regionId:2536,parentId:2527,name:"江油市",childers:[]}]},{regionId:2537,parentId:2477,name:"广元市",childers:[{regionId:2538,parentId:2537,name:"利州区",childers:[]},{regionId:2539,parentId:2537,name:"昭化区",childers:[]},{regionId:2540,parentId:2537,name:"朝天区",childers:[]},{regionId:2541,parentId:2537,name:"旺苍县",childers:[]},{regionId:2542,parentId:2537,name:"青川县",childers:[]},{regionId:2543,parentId:2537,name:"剑阁县",childers:[]},{regionId:2544,parentId:2537,name:"苍溪县",childers:[]}]},{regionId:2545,parentId:2477,name:"遂宁市",childers:[{regionId:2546,parentId:2545,name:"船山区",childers:[]},{regionId:2547,parentId:2545,name:"安居区",childers:[]},{regionId:2548,parentId:2545,name:"蓬溪县",childers:[]},{regionId:2549,parentId:2545,name:"大英县",childers:[]},{regionId:2550,parentId:2545,name:"射洪市",childers:[]}]},{regionId:2551,parentId:2477,name:"内江市",childers:[{regionId:2552,parentId:2551,name:"市中区",childers:[]},{regionId:2553,parentId:2551,name:"东兴区",childers:[]},{regionId:2554,parentId:2551,name:"威远县",childers:[]},{regionId:2555,parentId:2551,name:"资中县",childers:[]},{regionId:2556,parentId:2551,name:"内江经济开发区",childers:[]},{regionId:2557,parentId:2551,name:"隆昌市",childers:[]}]},{regionId:2558,parentId:2477,name:"乐山市",childers:[{regionId:2559,parentId:2558,name:"市中区",childers:[]},{regionId:2560,parentId:2558,name:"沙湾区",childers:[]},{regionId:2561,parentId:2558,name:"五通桥区",childers:[]},{regionId:2562,parentId:2558,name:"金口河区",childers:[]},{regionId:2563,parentId:2558,name:"犍为县",childers:[]},{regionId:2564,parentId:2558,name:"井研县",childers:[]},{regionId:2565,parentId:2558,name:"夹江县",childers:[]},{regionId:2566,parentId:2558,name:"沐川县",childers:[]},{regionId:2567,parentId:2558,name:"峨边彝族自治县",childers:[]},{regionId:2568,parentId:2558,name:"马边彝族自治县",childers:[]},{regionId:2569,parentId:2558,name:"峨眉山市",childers:[]}]},{regionId:2570,parentId:2477,name:"南充市",childers:[{regionId:2571,parentId:2570,name:"顺庆区",childers:[]},{regionId:2572,parentId:2570,name:"高坪区",childers:[]},{regionId:2573,parentId:2570,name:"嘉陵区",childers:[]},{regionId:2574,parentId:2570,name:"南部县",childers:[]},{regionId:2575,parentId:2570,name:"营山县",childers:[]},{regionId:2576,parentId:2570,name:"蓬安县",childers:[]},{regionId:2577,parentId:2570,name:"仪陇县",childers:[]},{regionId:2578,parentId:2570,name:"西充县",childers:[]},{regionId:2579,parentId:2570,name:"阆中市",childers:[]}]},{regionId:2580,parentId:2477,name:"眉山市",childers:[{regionId:2581,parentId:2580,name:"东坡区",childers:[]},{regionId:2582,parentId:2580,name:"彭山区",childers:[]},{regionId:2583,parentId:2580,name:"仁寿县",childers:[]},{regionId:2584,parentId:2580,name:"洪雅县",childers:[]},{regionId:2585,parentId:2580,name:"丹棱县",childers:[]},{regionId:2586,parentId:2580,name:"青神县",childers:[]}]},{regionId:2587,parentId:2477,name:"宜宾市",childers:[{regionId:2588,parentId:2587,name:"翠屏区",childers:[]},{regionId:2589,parentId:2587,name:"南溪区",childers:[]},{regionId:2590,parentId:2587,name:"叙州区",childers:[]},{regionId:2591,parentId:2587,name:"江安县",childers:[]},{regionId:2592,parentId:2587,name:"长宁县",childers:[]},{regionId:2593,parentId:2587,name:"高县",childers:[]},{regionId:2594,parentId:2587,name:"珙县",childers:[]},{regionId:2595,parentId:2587,name:"筠连县",childers:[]},{regionId:2596,parentId:2587,name:"兴文县",childers:[]},{regionId:2597,parentId:2587,name:"屏山县",childers:[]}]},{regionId:2598,parentId:2477,name:"广安市",childers:[{regionId:2599,parentId:2598,name:"广安区",childers:[]},{regionId:2600,parentId:2598,name:"前锋区",childers:[]},{regionId:2601,parentId:2598,name:"岳池县",childers:[]},{regionId:2602,parentId:2598,name:"武胜县",childers:[]},{regionId:2603,parentId:2598,name:"邻水县",childers:[]},{regionId:2604,parentId:2598,name:"华蓥市",childers:[]}]},{regionId:2605,parentId:2477,name:"达州市",childers:[{regionId:2606,parentId:2605,name:"通川区",childers:[]},{regionId:2607,parentId:2605,name:"达川区",childers:[]},{regionId:2608,parentId:2605,name:"宣汉县",childers:[]},{regionId:2609,parentId:2605,name:"开江县",childers:[]},{regionId:2610,parentId:2605,name:"大竹县",childers:[]},{regionId:2611,parentId:2605,name:"渠县",childers:[]},{regionId:2612,parentId:2605,name:"达州经济开发区",childers:[]},{regionId:2613,parentId:2605,name:"万源市",childers:[]}]},{regionId:2614,parentId:2477,name:"雅安市",childers:[{regionId:2615,parentId:2614,name:"雨城区",childers:[]},{regionId:2616,parentId:2614,name:"名山区",childers:[]},{regionId:2617,parentId:2614,name:"荥经县",childers:[]},{regionId:2618,parentId:2614,name:"汉源县",childers:[]},{regionId:2619,parentId:2614,name:"石棉县",childers:[]},{regionId:2620,parentId:2614,name:"天全县",childers:[]},{regionId:2621,parentId:2614,name:"芦山县",childers:[]},{regionId:2622,parentId:2614,name:"宝兴县",childers:[]}]},{regionId:2623,parentId:2477,name:"巴中市",childers:[{regionId:2624,parentId:2623,name:"巴州区",childers:[]},{regionId:2625,parentId:2623,name:"恩阳区",childers:[]},{regionId:2626,parentId:2623,name:"通江县",childers:[]},{regionId:2627,parentId:2623,name:"南江县",childers:[]},{regionId:2628,parentId:2623,name:"平昌县",childers:[]},{regionId:2629,parentId:2623,name:"巴中经济开发区",childers:[]}]},{regionId:2630,parentId:2477,name:"资阳市",childers:[{regionId:2631,parentId:2630,name:"雁江区",childers:[]},{regionId:2632,parentId:2630,name:"安岳县",childers:[]},{regionId:2633,parentId:2630,name:"乐至县",childers:[]}]},{regionId:2634,parentId:2477,name:"阿坝藏族羌族自治州",childers:[{regionId:2635,parentId:2634,name:"马尔康市",childers:[]},{regionId:2636,parentId:2634,name:"汶川县",childers:[]},{regionId:2637,parentId:2634,name:"理县",childers:[]},{regionId:2638,parentId:2634,name:"茂县",childers:[]},{regionId:2639,parentId:2634,name:"松潘县",childers:[]},{regionId:2640,parentId:2634,name:"九寨沟县",childers:[]},{regionId:2641,parentId:2634,name:"金川县",childers:[]},{regionId:2642,parentId:2634,name:"小金县",childers:[]},{regionId:2643,parentId:2634,name:"黑水县",childers:[]},{regionId:2644,parentId:2634,name:"壤塘县",childers:[]},{regionId:2645,parentId:2634,name:"阿坝县",childers:[]},{regionId:2646,parentId:2634,name:"若尔盖县",childers:[]},{regionId:2647,parentId:2634,name:"红原县",childers:[]}]},{regionId:2648,parentId:2477,name:"甘孜藏族自治州",childers:[{regionId:2649,parentId:2648,name:"康定市",childers:[]},{regionId:2650,parentId:2648,name:"泸定县",childers:[]},{regionId:2651,parentId:2648,name:"丹巴县",childers:[]},{regionId:2652,parentId:2648,name:"九龙县",childers:[]},{regionId:2653,parentId:2648,name:"雅江县",childers:[]},{regionId:2654,parentId:2648,name:"道孚县",childers:[]},{regionId:2655,parentId:2648,name:"炉霍县",childers:[]},{regionId:2656,parentId:2648,name:"甘孜县",childers:[]},{regionId:2657,parentId:2648,name:"新龙县",childers:[]},{regionId:2658,parentId:2648,name:"德格县",childers:[]},{regionId:2659,parentId:2648,name:"白玉县",childers:[]},{regionId:2660,parentId:2648,name:"石渠县",childers:[]},{regionId:2661,parentId:2648,name:"色达县",childers:[]},{regionId:2662,parentId:2648,name:"理塘县",childers:[]},{regionId:2663,parentId:2648,name:"巴塘县",childers:[]},{regionId:2664,parentId:2648,name:"乡城县",childers:[]},{regionId:2665,parentId:2648,name:"稻城县",childers:[]},{regionId:2666,parentId:2648,name:"得荣县",childers:[]}]},{regionId:2667,parentId:2477,name:"凉山彝族自治州",childers:[{regionId:2668,parentId:2667,name:"西昌市",childers:[]},{regionId:2669,parentId:2667,name:"木里藏族自治县",childers:[]},{regionId:2670,parentId:2667,name:"盐源县",childers:[]},{regionId:2671,parentId:2667,name:"德昌县",childers:[]},{regionId:2672,parentId:2667,name:"会理县",childers:[]},{regionId:2673,parentId:2667,name:"会东县",childers:[]},{regionId:2674,parentId:2667,name:"宁南县",childers:[]},{regionId:2675,parentId:2667,name:"普格县",childers:[]},{regionId:2676,parentId:2667,name:"布拖县",childers:[]},{regionId:2677,parentId:2667,name:"金阳县",childers:[]},{regionId:2678,parentId:2667,name:"昭觉县",childers:[]},{regionId:2679,parentId:2667,name:"喜德县",childers:[]},{regionId:2680,parentId:2667,name:"冕宁县",childers:[]},{regionId:2681,parentId:2667,name:"越西县",childers:[]},{regionId:2682,parentId:2667,name:"甘洛县",childers:[]},{regionId:2683,parentId:2667,name:"美姑县",childers:[]},{regionId:2684,parentId:2667,name:"雷波县",childers:[]}]}]},{regionId:2685,parentId:0,name:"贵州省",childers:[{regionId:2686,parentId:2685,name:"贵阳市",childers:[{regionId:2687,parentId:2686,name:"南明区",childers:[]},{regionId:2688,parentId:2686,name:"云岩区",childers:[]},{regionId:2689,parentId:2686,name:"花溪区",childers:[]},{regionId:2690,parentId:2686,name:"乌当区",childers:[]},{regionId:2691,parentId:2686,name:"白云区",childers:[]},{regionId:2692,parentId:2686,name:"观山湖区",childers:[]},{regionId:2693,parentId:2686,name:"开阳县",childers:[]},{regionId:2694,parentId:2686,name:"息烽县",childers:[]},{regionId:2695,parentId:2686,name:"修文县",childers:[]},{regionId:2696,parentId:2686,name:"清镇市",childers:[]}]},{regionId:2697,parentId:2685,name:"六盘水市",childers:[{regionId:2698,parentId:2697,name:"钟山区",childers:[]},{regionId:2699,parentId:2697,name:"六枝特区",childers:[]},{regionId:2700,parentId:2697,name:"水城县",childers:[]},{regionId:2701,parentId:2697,name:"盘州市",childers:[]}]},{regionId:2702,parentId:2685,name:"遵义市",childers:[{regionId:2703,parentId:2702,name:"红花岗区",childers:[]},{regionId:2704,parentId:2702,name:"汇川区",childers:[]},{regionId:2705,parentId:2702,name:"播州区",childers:[]},{regionId:2706,parentId:2702,name:"桐梓县",childers:[]},{regionId:2707,parentId:2702,name:"绥阳县",childers:[]},{regionId:2708,parentId:2702,name:"正安县",childers:[]},{regionId:2709,parentId:2702,name:"道真仡佬族苗族自治县",childers:[]},{regionId:2710,parentId:2702,name:"务川仡佬族苗族自治县",childers:[]},{regionId:2711,parentId:2702,name:"凤冈县",childers:[]},{regionId:2712,parentId:2702,name:"湄潭县",childers:[]},{regionId:2713,parentId:2702,name:"余庆县",childers:[]},{regionId:2714,parentId:2702,name:"习水县",childers:[]},{regionId:2715,parentId:2702,name:"赤水市",childers:[]},{regionId:2716,parentId:2702,name:"仁怀市",childers:[]}]},{regionId:2717,parentId:2685,name:"安顺市",childers:[{regionId:2718,parentId:2717,name:"西秀区",childers:[]},{regionId:2719,parentId:2717,name:"平坝区",childers:[]},{regionId:2720,parentId:2717,name:"普定县",childers:[]},{regionId:2721,parentId:2717,name:"镇宁布依族苗族自治县",childers:[]},{regionId:2722,parentId:2717,name:"关岭布依族苗族自治县",childers:[]},{regionId:2723,parentId:2717,name:"紫云苗族布依族自治县",childers:[]}]},{regionId:2724,parentId:2685,name:"毕节市",childers:[{regionId:2725,parentId:2724,name:"七星关区",childers:[]},{regionId:2726,parentId:2724,name:"大方县",childers:[]},{regionId:2727,parentId:2724,name:"黔西县",childers:[]},{regionId:2728,parentId:2724,name:"金沙县",childers:[]},{regionId:2729,parentId:2724,name:"织金县",childers:[]},{regionId:2730,parentId:2724,name:"纳雍县",childers:[]},{regionId:2731,parentId:2724,name:"威宁彝族回族苗族自治县",childers:[]},{regionId:2732,parentId:2724,name:"赫章县",childers:[]}]},{regionId:2733,parentId:2685,name:"铜仁市",childers:[{regionId:2734,parentId:2733,name:"碧江区",childers:[]},{regionId:2735,parentId:2733,name:"万山区",childers:[]},{regionId:2736,parentId:2733,name:"江口县",childers:[]},{regionId:2737,parentId:2733,name:"玉屏侗族自治县",childers:[]},{regionId:2738,parentId:2733,name:"石阡县",childers:[]},{regionId:2739,parentId:2733,name:"思南县",childers:[]},{regionId:2740,parentId:2733,name:"印江土家族苗族自治县",childers:[]},{regionId:2741,parentId:2733,name:"德江县",childers:[]},{regionId:2742,parentId:2733,name:"沿河土家族自治县",childers:[]},{regionId:2743,parentId:2733,name:"松桃苗族自治县",childers:[]}]},{regionId:2744,parentId:2685,name:"黔西南布依族苗族自治州",childers:[{regionId:2745,parentId:2744,name:"兴义市",childers:[]},{regionId:2746,parentId:2744,name:"兴仁市",childers:[]},{regionId:2747,parentId:2744,name:"普安县",childers:[]},{regionId:2748,parentId:2744,name:"晴隆县",childers:[]},{regionId:2749,parentId:2744,name:"贞丰县",childers:[]},{regionId:2750,parentId:2744,name:"望谟县",childers:[]},{regionId:2751,parentId:2744,name:"册亨县",childers:[]},{regionId:2752,parentId:2744,name:"安龙县",childers:[]}]},{regionId:2753,parentId:2685,name:"黔东南苗族侗族自治州",childers:[{regionId:2754,parentId:2753,name:"凯里市",childers:[]},{regionId:2755,parentId:2753,name:"黄平县",childers:[]},{regionId:2756,parentId:2753,name:"施秉县",childers:[]},{regionId:2757,parentId:2753,name:"三穗县",childers:[]},{regionId:2758,parentId:2753,name:"镇远县",childers:[]},{regionId:2759,parentId:2753,name:"岑巩县",childers:[]},{regionId:2760,parentId:2753,name:"天柱县",childers:[]},{regionId:2761,parentId:2753,name:"锦屏县",childers:[]},{regionId:2762,parentId:2753,name:"剑河县",childers:[]},{regionId:2763,parentId:2753,name:"台江县",childers:[]},{regionId:2764,parentId:2753,name:"黎平县",childers:[]},{regionId:2765,parentId:2753,name:"榕江县",childers:[]},{regionId:2766,parentId:2753,name:"从江县",childers:[]},{regionId:2767,parentId:2753,name:"雷山县",childers:[]},{regionId:2768,parentId:2753,name:"麻江县",childers:[]},{regionId:2769,parentId:2753,name:"丹寨县",childers:[]}]},{regionId:2770,parentId:2685,name:"黔南布依族苗族自治州",childers:[{regionId:2771,parentId:2770,name:"都匀市",childers:[]},{regionId:2772,parentId:2770,name:"福泉市",childers:[]},{regionId:2773,parentId:2770,name:"荔波县",childers:[]},{regionId:2774,parentId:2770,name:"贵定县",childers:[]},{regionId:2775,parentId:2770,name:"瓮安县",childers:[]},{regionId:2776,parentId:2770,name:"独山县",childers:[]},{regionId:2777,parentId:2770,name:"平塘县",childers:[]},{regionId:2778,parentId:2770,name:"罗甸县",childers:[]},{regionId:2779,parentId:2770,name:"长顺县",childers:[]},{regionId:2780,parentId:2770,name:"龙里县",childers:[]},{regionId:2781,parentId:2770,name:"惠水县",childers:[]},{regionId:2782,parentId:2770,name:"三都水族自治县",childers:[]}]}]},{regionId:2783,parentId:0,name:"云南省",childers:[{regionId:2784,parentId:2783,name:"昆明市",childers:[{regionId:2785,parentId:2784,name:"五华区",childers:[]},{regionId:2786,parentId:2784,name:"盘龙区",childers:[]},{regionId:2787,parentId:2784,name:"官渡区",childers:[]},{regionId:2788,parentId:2784,name:"西山区",childers:[]},{regionId:2789,parentId:2784,name:"东川区",childers:[]},{regionId:2790,parentId:2784,name:"呈贡区",childers:[]},{regionId:2791,parentId:2784,name:"晋宁区",childers:[]},{regionId:2792,parentId:2784,name:"富民县",childers:[]},{regionId:2793,parentId:2784,name:"宜良县",childers:[]},{regionId:2794,parentId:2784,name:"石林彝族自治县",childers:[]},{regionId:2795,parentId:2784,name:"嵩明县",childers:[]},{regionId:2796,parentId:2784,name:"禄劝彝族苗族自治县",childers:[]},{regionId:2797,parentId:2784,name:"寻甸回族彝族自治县",childers:[]},{regionId:2798,parentId:2784,name:"安宁市",childers:[]}]},{regionId:2799,parentId:2783,name:"曲靖市",childers:[{regionId:2800,parentId:2799,name:"麒麟区",childers:[]},{regionId:2801,parentId:2799,name:"沾益区",childers:[]},{regionId:2802,parentId:2799,name:"马龙区",childers:[]},{regionId:2803,parentId:2799,name:"陆良县",childers:[]},{regionId:2804,parentId:2799,name:"师宗县",childers:[]},{regionId:2805,parentId:2799,name:"罗平县",childers:[]},{regionId:2806,parentId:2799,name:"富源县",childers:[]},{regionId:2807,parentId:2799,name:"会泽县",childers:[]},{regionId:2808,parentId:2799,name:"宣威市",childers:[]}]},{regionId:2809,parentId:2783,name:"玉溪市",childers:[{regionId:2810,parentId:2809,name:"红塔区",childers:[]},{regionId:2811,parentId:2809,name:"江川区",childers:[]},{regionId:2812,parentId:2809,name:"通海县",childers:[]},{regionId:2813,parentId:2809,name:"华宁县",childers:[]},{regionId:2814,parentId:2809,name:"易门县",childers:[]},{regionId:2815,parentId:2809,name:"峨山彝族自治县",childers:[]},{regionId:2816,parentId:2809,name:"新平彝族傣族自治县",childers:[]},{regionId:2817,parentId:2809,name:"元江哈尼族彝族傣族自治县",childers:[]},{regionId:2818,parentId:2809,name:"澄江市",childers:[]}]},{regionId:2819,parentId:2783,name:"保山市",childers:[{regionId:2820,parentId:2819,name:"隆阳区",childers:[]},{regionId:2821,parentId:2819,name:"施甸县",childers:[]},{regionId:2822,parentId:2819,name:"龙陵县",childers:[]},{regionId:2823,parentId:2819,name:"昌宁县",childers:[]},{regionId:2824,parentId:2819,name:"腾冲市",childers:[]}]},{regionId:2825,parentId:2783,name:"昭通市",childers:[{regionId:2826,parentId:2825,name:"昭阳区",childers:[]},{regionId:2827,parentId:2825,name:"鲁甸县",childers:[]},{regionId:2828,parentId:2825,name:"巧家县",childers:[]},{regionId:2829,parentId:2825,name:"盐津县",childers:[]},{regionId:2830,parentId:2825,name:"大关县",childers:[]},{regionId:2831,parentId:2825,name:"永善县",childers:[]},{regionId:2832,parentId:2825,name:"绥江县",childers:[]},{regionId:2833,parentId:2825,name:"镇雄县",childers:[]},{regionId:2834,parentId:2825,name:"彝良县",childers:[]},{regionId:2835,parentId:2825,name:"威信县",childers:[]},{regionId:2836,parentId:2825,name:"水富市",childers:[]}]},{regionId:2837,parentId:2783,name:"丽江市",childers:[{regionId:2838,parentId:2837,name:"古城区",childers:[]},{regionId:2839,parentId:2837,name:"玉龙纳西族自治县",childers:[]},{regionId:2840,parentId:2837,name:"永胜县",childers:[]},{regionId:2841,parentId:2837,name:"华坪县",childers:[]},{regionId:2842,parentId:2837,name:"宁蒗彝族自治县",childers:[]}]},{regionId:2843,parentId:2783,name:"普洱市",childers:[{regionId:2844,parentId:2843,name:"思茅区",childers:[]},{regionId:2845,parentId:2843,name:"宁洱哈尼族彝族自治县",childers:[]},{regionId:2846,parentId:2843,name:"墨江哈尼族自治县",childers:[]},{regionId:2847,parentId:2843,name:"景东彝族自治县",childers:[]},{regionId:2848,parentId:2843,name:"景谷傣族彝族自治县",childers:[]},{regionId:2849,parentId:2843,name:"镇沅彝族哈尼族拉祜族自治县",childers:[]},{regionId:2850,parentId:2843,name:"江城哈尼族彝族自治县",childers:[]},{regionId:2851,parentId:2843,name:"孟连傣族拉祜族佤族自治县",childers:[]},{regionId:2852,parentId:2843,name:"澜沧拉祜族自治县",childers:[]},{regionId:2853,parentId:2843,name:"西盟佤族自治县",childers:[]}]},{regionId:2854,parentId:2783,name:"临沧市",childers:[{regionId:2855,parentId:2854,name:"临翔区",childers:[]},{regionId:2856,parentId:2854,name:"凤庆县",childers:[]},{regionId:2857,parentId:2854,name:"云县",childers:[]},{regionId:2858,parentId:2854,name:"永德县",childers:[]},{regionId:2859,parentId:2854,name:"镇康县",childers:[]},{regionId:2860,parentId:2854,name:"双江拉祜族佤族布朗族傣族自治县",childers:[]},{regionId:2861,parentId:2854,name:"耿马傣族佤族自治县",childers:[]},{regionId:2862,parentId:2854,name:"沧源佤族自治县",childers:[]}]},{regionId:2863,parentId:2783,name:"楚雄彝族自治州",childers:[{regionId:2864,parentId:2863,name:"楚雄市",childers:[]},{regionId:2865,parentId:2863,name:"双柏县",childers:[]},{regionId:2866,parentId:2863,name:"牟定县",childers:[]},{regionId:2867,parentId:2863,name:"南华县",childers:[]},{regionId:2868,parentId:2863,name:"姚安县",childers:[]},{regionId:2869,parentId:2863,name:"大姚县",childers:[]},{regionId:2870,parentId:2863,name:"永仁县",childers:[]},{regionId:2871,parentId:2863,name:"元谋县",childers:[]},{regionId:2872,parentId:2863,name:"武定县",childers:[]},{regionId:2873,parentId:2863,name:"禄丰县",childers:[]}]},{regionId:2874,parentId:2783,name:"红河哈尼族彝族自治州",childers:[{regionId:2875,parentId:2874,name:"个旧市",childers:[]},{regionId:2876,parentId:2874,name:"开远市",childers:[]},{regionId:2877,parentId:2874,name:"蒙自市",childers:[]},{regionId:2878,parentId:2874,name:"弥勒市",childers:[]},{regionId:2879,parentId:2874,name:"屏边苗族自治县",childers:[]},{regionId:2880,parentId:2874,name:"建水县",childers:[]},{regionId:2881,parentId:2874,name:"石屏县",childers:[]},{regionId:2882,parentId:2874,name:"泸西县",childers:[]},{regionId:2883,parentId:2874,name:"元阳县",childers:[]},{regionId:2884,parentId:2874,name:"红河县",childers:[]},{regionId:2885,parentId:2874,name:"金平苗族瑶族傣族自治县",childers:[]},{regionId:2886,parentId:2874,name:"绿春县",childers:[]},{regionId:2887,parentId:2874,name:"河口瑶族自治县",childers:[]}]},{regionId:2888,parentId:2783,name:"文山壮族苗族自治州",childers:[{regionId:2889,parentId:2888,name:"文山市",childers:[]},{regionId:2890,parentId:2888,name:"砚山县",childers:[]},{regionId:2891,parentId:2888,name:"西畴县",childers:[]},{regionId:2892,parentId:2888,name:"麻栗坡县",childers:[]},{regionId:2893,parentId:2888,name:"马关县",childers:[]},{regionId:2894,parentId:2888,name:"丘北县",childers:[]},{regionId:2895,parentId:2888,name:"广南县",childers:[]},{regionId:2896,parentId:2888,name:"富宁县",childers:[]}]},{regionId:2897,parentId:2783,name:"西双版纳傣族自治州",childers:[{regionId:2898,parentId:2897,name:"景洪市",childers:[]},{regionId:2899,parentId:2897,name:"勐海县",childers:[]},{regionId:2900,parentId:2897,name:"勐腊县",childers:[]}]},{regionId:2901,parentId:2783,name:"大理白族自治州",childers:[{regionId:2902,parentId:2901,name:"大理市",childers:[]},{regionId:2903,parentId:2901,name:"漾濞彝族自治县",childers:[]},{regionId:2904,parentId:2901,name:"祥云县",childers:[]},{regionId:2905,parentId:2901,name:"宾川县",childers:[]},{regionId:2906,parentId:2901,name:"弥渡县",childers:[]},{regionId:2907,parentId:2901,name:"南涧彝族自治县",childers:[]},{regionId:2908,parentId:2901,name:"巍山彝族回族自治县",childers:[]},{regionId:2909,parentId:2901,name:"永平县",childers:[]},{regionId:2910,parentId:2901,name:"云龙县",childers:[]},{regionId:2911,parentId:2901,name:"洱源县",childers:[]},{regionId:2912,parentId:2901,name:"剑川县",childers:[]},{regionId:2913,parentId:2901,name:"鹤庆县",childers:[]}]},{regionId:2914,parentId:2783,name:"德宏傣族景颇族自治州",childers:[{regionId:2915,parentId:2914,name:"瑞丽市",childers:[]},{regionId:2916,parentId:2914,name:"芒市",childers:[]},{regionId:2917,parentId:2914,name:"梁河县",childers:[]},{regionId:2918,parentId:2914,name:"盈江县",childers:[]},{regionId:2919,parentId:2914,name:"陇川县",childers:[]}]},{regionId:2920,parentId:2783,name:"怒江傈僳族自治州",childers:[{regionId:2921,parentId:2920,name:"泸水市",childers:[]},{regionId:2922,parentId:2920,name:"福贡县",childers:[]},{regionId:2923,parentId:2920,name:"贡山独龙族怒族自治县",childers:[]},{regionId:2924,parentId:2920,name:"兰坪白族普米族自治县",childers:[]}]},{regionId:2925,parentId:2783,name:"迪庆藏族自治州",childers:[{regionId:2926,parentId:2925,name:"香格里拉市",childers:[]},{regionId:2927,parentId:2925,name:"德钦县",childers:[]},{regionId:2928,parentId:2925,name:"维西傈僳族自治县",childers:[]}]}]},{regionId:2929,parentId:0,name:"西藏自治区",childers:[{regionId:2930,parentId:2929,name:"拉萨市",childers:[{regionId:2931,parentId:2930,name:"城关区",childers:[]},{regionId:2932,parentId:2930,name:"堆龙德庆区",childers:[]},{regionId:2933,parentId:2930,name:"达孜区",childers:[]},{regionId:2934,parentId:2930,name:"林周县",childers:[]},{regionId:2935,parentId:2930,name:"当雄县",childers:[]},{regionId:2936,parentId:2930,name:"尼木县",childers:[]},{regionId:2937,parentId:2930,name:"曲水县",childers:[]},{regionId:2938,parentId:2930,name:"墨竹工卡县",childers:[]},{regionId:2939,parentId:2930,name:"格尔木藏青工业园区",childers:[]},{regionId:2940,parentId:2930,name:"拉萨经济技术开发区",childers:[]},{regionId:2941,parentId:2930,name:"西藏文化旅游创意园区",childers:[]},{regionId:2942,parentId:2930,name:"达孜工业园区",childers:[]}]},{regionId:2943,parentId:2929,name:"日喀则市",childers:[{regionId:2944,parentId:2943,name:"桑珠孜区",childers:[]},{regionId:2945,parentId:2943,name:"南木林县",childers:[]},{regionId:2946,parentId:2943,name:"江孜县",childers:[]},{regionId:2947,parentId:2943,name:"定日县",childers:[]},{regionId:2948,parentId:2943,name:"萨迦县",childers:[]},{regionId:2949,parentId:2943,name:"拉孜县",childers:[]},{regionId:2950,parentId:2943,name:"昂仁县",childers:[]},{regionId:2951,parentId:2943,name:"谢通门县",childers:[]},{regionId:2952,parentId:2943,name:"白朗县",childers:[]},{regionId:2953,parentId:2943,name:"仁布县",childers:[]},{regionId:2954,parentId:2943,name:"康马县",childers:[]},{regionId:2955,parentId:2943,name:"定结县",childers:[]},{regionId:2956,parentId:2943,name:"仲巴县",childers:[]},{regionId:2957,parentId:2943,name:"亚东县",childers:[]},{regionId:2958,parentId:2943,name:"吉隆县",childers:[]},{regionId:2959,parentId:2943,name:"聂拉木县",childers:[]},{regionId:2960,parentId:2943,name:"萨嘎县",childers:[]},{regionId:2961,parentId:2943,name:"岗巴县",childers:[]}]},{regionId:2962,parentId:2929,name:"昌都市",childers:[{regionId:2963,parentId:2962,name:"卡若区",childers:[]},{regionId:2964,parentId:2962,name:"江达县",childers:[]},{regionId:2965,parentId:2962,name:"贡觉县",childers:[]},{regionId:2966,parentId:2962,name:"类乌齐县",childers:[]},{regionId:2967,parentId:2962,name:"丁青县",childers:[]},{regionId:2968,parentId:2962,name:"察雅县",childers:[]},{regionId:2969,parentId:2962,name:"八宿县",childers:[]},{regionId:2970,parentId:2962,name:"左贡县",childers:[]},{regionId:2971,parentId:2962,name:"芒康县",childers:[]},{regionId:2972,parentId:2962,name:"洛隆县",childers:[]},{regionId:2973,parentId:2962,name:"边坝县",childers:[]}]},{regionId:2974,parentId:2929,name:"林芝市",childers:[{regionId:2975,parentId:2974,name:"巴宜区",childers:[]},{regionId:2976,parentId:2974,name:"工布江达县",childers:[]},{regionId:2977,parentId:2974,name:"米林县",childers:[]},{regionId:2978,parentId:2974,name:"墨脱县",childers:[]},{regionId:2979,parentId:2974,name:"波密县",childers:[]},{regionId:2980,parentId:2974,name:"察隅县",childers:[]},{regionId:2981,parentId:2974,name:"朗县",childers:[]}]},{regionId:2982,parentId:2929,name:"山南市",childers:[{regionId:2983,parentId:2982,name:"乃东区",childers:[]},{regionId:2984,parentId:2982,name:"扎囊县",childers:[]},{regionId:2985,parentId:2982,name:"贡嘎县",childers:[]},{regionId:2986,parentId:2982,name:"桑日县",childers:[]},{regionId:2987,parentId:2982,name:"琼结县",childers:[]},{regionId:2988,parentId:2982,name:"曲松县",childers:[]},{regionId:2989,parentId:2982,name:"措美县",childers:[]},{regionId:2990,parentId:2982,name:"洛扎县",childers:[]},{regionId:2991,parentId:2982,name:"加查县",childers:[]},{regionId:2992,parentId:2982,name:"隆子县",childers:[]},{regionId:2993,parentId:2982,name:"错那县",childers:[]},{regionId:2994,parentId:2982,name:"浪卡子县",childers:[]}]},{regionId:2995,parentId:2929,name:"那曲市",childers:[{regionId:2996,parentId:2995,name:"色尼区",childers:[]},{regionId:2997,parentId:2995,name:"嘉黎县",childers:[]},{regionId:2998,parentId:2995,name:"比如县",childers:[]},{regionId:2999,parentId:2995,name:"聂荣县",childers:[]},{regionId:3e3,parentId:2995,name:"安多县",childers:[]},{regionId:3001,parentId:2995,name:"申扎县",childers:[]},{regionId:3002,parentId:2995,name:"索县",childers:[]},{regionId:3003,parentId:2995,name:"班戈县",childers:[]},{regionId:3004,parentId:2995,name:"巴青县",childers:[]},{regionId:3005,parentId:2995,name:"尼玛县",childers:[]},{regionId:3006,parentId:2995,name:"双湖县",childers:[]}]},{regionId:3007,parentId:2929,name:"阿里地区",childers:[{regionId:3008,parentId:3007,name:"普兰县",childers:[]},{regionId:3009,parentId:3007,name:"札达县",childers:[]},{regionId:3010,parentId:3007,name:"噶尔县",childers:[]},{regionId:3011,parentId:3007,name:"日土县",childers:[]},{regionId:3012,parentId:3007,name:"革吉县",childers:[]},{regionId:3013,parentId:3007,name:"改则县",childers:[]},{regionId:3014,parentId:3007,name:"措勤县",childers:[]}]}]},{regionId:3015,parentId:0,name:"陕西省",childers:[{regionId:3016,parentId:3015,name:"西安市",childers:[{regionId:3017,parentId:3016,name:"新城区",childers:[]},{regionId:3018,parentId:3016,name:"碑林区",childers:[]},{regionId:3019,parentId:3016,name:"莲湖区",childers:[]},{regionId:3020,parentId:3016,name:"灞桥区",childers:[]},{regionId:3021,parentId:3016,name:"未央区",childers:[]},{regionId:3022,parentId:3016,name:"雁塔区",childers:[]},{regionId:3023,parentId:3016,name:"阎良区",childers:[]},{regionId:3024,parentId:3016,name:"临潼区",childers:[]},{regionId:3025,parentId:3016,name:"长安区",childers:[]},{regionId:3026,parentId:3016,name:"高陵区",childers:[]},{regionId:3027,parentId:3016,name:"鄠邑区",childers:[]},{regionId:3028,parentId:3016,name:"蓝田县",childers:[]},{regionId:3029,parentId:3016,name:"周至县",childers:[]}]},{regionId:3030,parentId:3015,name:"铜川市",childers:[{regionId:3031,parentId:3030,name:"王益区",childers:[]},{regionId:3032,parentId:3030,name:"印台区",childers:[]},{regionId:3033,parentId:3030,name:"耀州区",childers:[]},{regionId:3034,parentId:3030,name:"宜君县",childers:[]}]},{regionId:3035,parentId:3015,name:"宝鸡市",childers:[{regionId:3036,parentId:3035,name:"渭滨区",childers:[]},{regionId:3037,parentId:3035,name:"金台区",childers:[]},{regionId:3038,parentId:3035,name:"陈仓区",childers:[]},{regionId:3039,parentId:3035,name:"凤翔县",childers:[]},{regionId:3040,parentId:3035,name:"岐山县",childers:[]},{regionId:3041,parentId:3035,name:"扶风县",childers:[]},{regionId:3042,parentId:3035,name:"眉县",childers:[]},{regionId:3043,parentId:3035,name:"陇县",childers:[]},{regionId:3044,parentId:3035,name:"千阳县",childers:[]},{regionId:3045,parentId:3035,name:"麟游县",childers:[]},{regionId:3046,parentId:3035,name:"凤县",childers:[]},{regionId:3047,parentId:3035,name:"太白县",childers:[]}]},{regionId:3048,parentId:3015,name:"咸阳市",childers:[{regionId:3049,parentId:3048,name:"秦都区",childers:[]},{regionId:3050,parentId:3048,name:"杨陵区",childers:[]},{regionId:3051,parentId:3048,name:"渭城区",childers:[]},{regionId:3052,parentId:3048,name:"三原县",childers:[]},{regionId:3053,parentId:3048,name:"泾阳县",childers:[]},{regionId:3054,parentId:3048,name:"乾县",childers:[]},{regionId:3055,parentId:3048,name:"礼泉县",childers:[]},{regionId:3056,parentId:3048,name:"永寿县",childers:[]},{regionId:3057,parentId:3048,name:"长武县",childers:[]},{regionId:3058,parentId:3048,name:"旬邑县",childers:[]},{regionId:3059,parentId:3048,name:"淳化县",childers:[]},{regionId:3060,parentId:3048,name:"武功县",childers:[]},{regionId:3061,parentId:3048,name:"兴平市",childers:[]},{regionId:3062,parentId:3048,name:"彬州市",childers:[]}]},{regionId:3063,parentId:3015,name:"渭南市",childers:[{regionId:3064,parentId:3063,name:"临渭区",childers:[]},{regionId:3065,parentId:3063,name:"华州区",childers:[]},{regionId:3066,parentId:3063,name:"潼关县",childers:[]},{regionId:3067,parentId:3063,name:"大荔县",childers:[]},{regionId:3068,parentId:3063,name:"合阳县",childers:[]},{regionId:3069,parentId:3063,name:"澄城县",childers:[]},{regionId:3070,parentId:3063,name:"蒲城县",childers:[]},{regionId:3071,parentId:3063,name:"白水县",childers:[]},{regionId:3072,parentId:3063,name:"富平县",childers:[]},{regionId:3073,parentId:3063,name:"韩城市",childers:[]},{regionId:3074,parentId:3063,name:"华阴市",childers:[]}]},{regionId:3075,parentId:3015,name:"延安市",childers:[{regionId:3076,parentId:3075,name:"宝塔区",childers:[]},{regionId:3077,parentId:3075,name:"安塞区",childers:[]},{regionId:3078,parentId:3075,name:"延长县",childers:[]},{regionId:3079,parentId:3075,name:"延川县",childers:[]},{regionId:3080,parentId:3075,name:"志丹县",childers:[]},{regionId:3081,parentId:3075,name:"吴起县",childers:[]},{regionId:3082,parentId:3075,name:"甘泉县",childers:[]},{regionId:3083,parentId:3075,name:"富县",childers:[]},{regionId:3084,parentId:3075,name:"洛川县",childers:[]},{regionId:3085,parentId:3075,name:"宜川县",childers:[]},{regionId:3086,parentId:3075,name:"黄龙县",childers:[]},{regionId:3087,parentId:3075,name:"黄陵县",childers:[]},{regionId:3088,parentId:3075,name:"子长市",childers:[]}]},{regionId:3089,parentId:3015,name:"汉中市",childers:[{regionId:3090,parentId:3089,name:"汉台区",childers:[]},{regionId:3091,parentId:3089,name:"南郑区",childers:[]},{regionId:3092,parentId:3089,name:"城固县",childers:[]},{regionId:3093,parentId:3089,name:"洋县",childers:[]},{regionId:3094,parentId:3089,name:"西乡县",childers:[]},{regionId:3095,parentId:3089,name:"勉县",childers:[]},{regionId:3096,parentId:3089,name:"宁强县",childers:[]},{regionId:3097,parentId:3089,name:"略阳县",childers:[]},{regionId:3098,parentId:3089,name:"镇巴县",childers:[]},{regionId:3099,parentId:3089,name:"留坝县",childers:[]},{regionId:3100,parentId:3089,name:"佛坪县",childers:[]}]},{regionId:3101,parentId:3015,name:"榆林市",childers:[{regionId:3102,parentId:3101,name:"榆阳区",childers:[]},{regionId:3103,parentId:3101,name:"横山区",childers:[]},{regionId:3104,parentId:3101,name:"府谷县",childers:[]},{regionId:3105,parentId:3101,name:"靖边县",childers:[]},{regionId:3106,parentId:3101,name:"定边县",childers:[]},{regionId:3107,parentId:3101,name:"绥德县",childers:[]},{regionId:3108,parentId:3101,name:"米脂县",childers:[]},{regionId:3109,parentId:3101,name:"佳县",childers:[]},{regionId:3110,parentId:3101,name:"吴堡县",childers:[]},{regionId:3111,parentId:3101,name:"清涧县",childers:[]},{regionId:3112,parentId:3101,name:"子洲县",childers:[]},{regionId:3113,parentId:3101,name:"神木市",childers:[]}]},{regionId:3114,parentId:3015,name:"安康市",childers:[{regionId:3115,parentId:3114,name:"汉滨区",childers:[]},{regionId:3116,parentId:3114,name:"汉阴县",childers:[]},{regionId:3117,parentId:3114,name:"石泉县",childers:[]},{regionId:3118,parentId:3114,name:"宁陕县",childers:[]},{regionId:3119,parentId:3114,name:"紫阳县",childers:[]},{regionId:3120,parentId:3114,name:"岚皋县",childers:[]},{regionId:3121,parentId:3114,name:"平利县",childers:[]},{regionId:3122,parentId:3114,name:"镇坪县",childers:[]},{regionId:3123,parentId:3114,name:"旬阳县",childers:[]},{regionId:3124,parentId:3114,name:"白河县",childers:[]}]},{regionId:3125,parentId:3015,name:"商洛市",childers:[{regionId:3126,parentId:3125,name:"商州区",childers:[]},{regionId:3127,parentId:3125,name:"洛南县",childers:[]},{regionId:3128,parentId:3125,name:"丹凤县",childers:[]},{regionId:3129,parentId:3125,name:"商南县",childers:[]},{regionId:3130,parentId:3125,name:"山阳县",childers:[]},{regionId:3131,parentId:3125,name:"镇安县",childers:[]},{regionId:3132,parentId:3125,name:"柞水县",childers:[]}]}]},{regionId:3133,parentId:0,name:"甘肃省",childers:[{regionId:3134,parentId:3133,name:"兰州市",childers:[{regionId:3135,parentId:3134,name:"城关区",childers:[]},{regionId:3136,parentId:3134,name:"七里河区",childers:[]},{regionId:3137,parentId:3134,name:"西固区",childers:[]},{regionId:3138,parentId:3134,name:"安宁区",childers:[]},{regionId:3139,parentId:3134,name:"红古区",childers:[]},{regionId:3140,parentId:3134,name:"永登县",childers:[]},{regionId:3141,parentId:3134,name:"皋兰县",childers:[]},{regionId:3142,parentId:3134,name:"榆中县",childers:[]},{regionId:3143,parentId:3134,name:"兰州新区",childers:[]}]},{regionId:3144,parentId:3133,name:"嘉峪关市",childers:[{regionId:3145,parentId:3144,name:"市辖区",childers:[]}]},{regionId:3146,parentId:3133,name:"金昌市",childers:[{regionId:3147,parentId:3146,name:"金川区",childers:[]},{regionId:3148,parentId:3146,name:"永昌县",childers:[]}]},{regionId:3149,parentId:3133,name:"白银市",childers:[{regionId:3150,parentId:3149,name:"白银区",childers:[]},{regionId:3151,parentId:3149,name:"平川区",childers:[]},{regionId:3152,parentId:3149,name:"靖远县",childers:[]},{regionId:3153,parentId:3149,name:"会宁县",childers:[]},{regionId:3154,parentId:3149,name:"景泰县",childers:[]}]},{regionId:3155,parentId:3133,name:"天水市",childers:[{regionId:3156,parentId:3155,name:"秦州区",childers:[]},{regionId:3157,parentId:3155,name:"麦积区",childers:[]},{regionId:3158,parentId:3155,name:"清水县",childers:[]},{regionId:3159,parentId:3155,name:"秦安县",childers:[]},{regionId:3160,parentId:3155,name:"甘谷县",childers:[]},{regionId:3161,parentId:3155,name:"武山县",childers:[]},{regionId:3162,parentId:3155,name:"张家川回族自治县",childers:[]}]},{regionId:3163,parentId:3133,name:"武威市",childers:[{regionId:3164,parentId:3163,name:"凉州区",childers:[]},{regionId:3165,parentId:3163,name:"民勤县",childers:[]},{regionId:3166,parentId:3163,name:"古浪县",childers:[]},{regionId:3167,parentId:3163,name:"天祝藏族自治县",childers:[]}]},{regionId:3168,parentId:3133,name:"张掖市",childers:[{regionId:3169,parentId:3168,name:"甘州区",childers:[]},{regionId:3170,parentId:3168,name:"肃南裕固族自治县",childers:[]},{regionId:3171,parentId:3168,name:"民乐县",childers:[]},{regionId:3172,parentId:3168,name:"临泽县",childers:[]},{regionId:3173,parentId:3168,name:"高台县",childers:[]},{regionId:3174,parentId:3168,name:"山丹县",childers:[]}]},{regionId:3175,parentId:3133,name:"平凉市",childers:[{regionId:3176,parentId:3175,name:"崆峒区",childers:[]},{regionId:3177,parentId:3175,name:"泾川县",childers:[]},{regionId:3178,parentId:3175,name:"灵台县",childers:[]},{regionId:3179,parentId:3175,name:"崇信县",childers:[]},{regionId:3180,parentId:3175,name:"庄浪县",childers:[]},{regionId:3181,parentId:3175,name:"静宁县",childers:[]},{regionId:3182,parentId:3175,name:"华亭市",childers:[]}]},{regionId:3183,parentId:3133,name:"酒泉市",childers:[{regionId:3184,parentId:3183,name:"肃州区",childers:[]},{regionId:3185,parentId:3183,name:"金塔县",childers:[]},{regionId:3186,parentId:3183,name:"瓜州县",childers:[]},{regionId:3187,parentId:3183,name:"肃北蒙古族自治县",childers:[]},{regionId:3188,parentId:3183,name:"阿克塞哈萨克族自治县",childers:[]},{regionId:3189,parentId:3183,name:"玉门市",childers:[]},{regionId:3190,parentId:3183,name:"敦煌市",childers:[]}]},{regionId:3191,parentId:3133,name:"庆阳市",childers:[{regionId:3192,parentId:3191,name:"西峰区",childers:[]},{regionId:3193,parentId:3191,name:"庆城县",childers:[]},{regionId:3194,parentId:3191,name:"环县",childers:[]},{regionId:3195,parentId:3191,name:"华池县",childers:[]},{regionId:3196,parentId:3191,name:"合水县",childers:[]},{regionId:3197,parentId:3191,name:"正宁县",childers:[]},{regionId:3198,parentId:3191,name:"宁县",childers:[]},{regionId:3199,parentId:3191,name:"镇原县",childers:[]}]},{regionId:3200,parentId:3133,name:"定西市",childers:[{regionId:3201,parentId:3200,name:"安定区",childers:[]},{regionId:3202,parentId:3200,name:"通渭县",childers:[]},{regionId:3203,parentId:3200,name:"陇西县",childers:[]},{regionId:3204,parentId:3200,name:"渭源县",childers:[]},{regionId:3205,parentId:3200,name:"临洮县",childers:[]},{regionId:3206,parentId:3200,name:"漳县",childers:[]},{regionId:3207,parentId:3200,name:"岷县",childers:[]}]},{regionId:3208,parentId:3133,name:"陇南市",childers:[{regionId:3209,parentId:3208,name:"武都区",childers:[]},{regionId:3210,parentId:3208,name:"成县",childers:[]},{regionId:3211,parentId:3208,name:"文县",childers:[]},{regionId:3212,parentId:3208,name:"宕昌县",childers:[]},{regionId:3213,parentId:3208,name:"康县",childers:[]},{regionId:3214,parentId:3208,name:"西和县",childers:[]},{regionId:3215,parentId:3208,name:"礼县",childers:[]},{regionId:3216,parentId:3208,name:"徽县",childers:[]},{regionId:3217,parentId:3208,name:"两当县",childers:[]}]},{regionId:3218,parentId:3133,name:"临夏回族自治州",childers:[{regionId:3219,parentId:3218,name:"临夏市",childers:[]},{regionId:3220,parentId:3218,name:"临夏县",childers:[]},{regionId:3221,parentId:3218,name:"康乐县",childers:[]},{regionId:3222,parentId:3218,name:"永靖县",childers:[]},{regionId:3223,parentId:3218,name:"广河县",childers:[]},{regionId:3224,parentId:3218,name:"和政县",childers:[]},{regionId:3225,parentId:3218,name:"东乡族自治县",childers:[]},{regionId:3226,parentId:3218,name:"积石山保安族东乡族撒拉族自治县",childers:[]}]},{regionId:3227,parentId:3133,name:"甘南藏族自治州",childers:[{regionId:3228,parentId:3227,name:"合作市",childers:[]},{regionId:3229,parentId:3227,name:"临潭县",childers:[]},{regionId:3230,parentId:3227,name:"卓尼县",childers:[]},{regionId:3231,parentId:3227,name:"舟曲县",childers:[]},{regionId:3232,parentId:3227,name:"迭部县",childers:[]},{regionId:3233,parentId:3227,name:"玛曲县",childers:[]},{regionId:3234,parentId:3227,name:"碌曲县",childers:[]},{regionId:3235,parentId:3227,name:"夏河县",childers:[]}]}]},{regionId:3236,parentId:0,name:"青海省",childers:[{regionId:3237,parentId:3236,name:"西宁市",childers:[{regionId:3238,parentId:3237,name:"城东区",childers:[]},{regionId:3239,parentId:3237,name:"城中区",childers:[]},{regionId:3240,parentId:3237,name:"城西区",childers:[]},{regionId:3241,parentId:3237,name:"城北区",childers:[]},{regionId:3242,parentId:3237,name:"湟中区",childers:[]},{regionId:3243,parentId:3237,name:"大通回族土族自治县",childers:[]},{regionId:3244,parentId:3237,name:"湟源县",childers:[]}]},{regionId:3245,parentId:3236,name:"海东市",childers:[{regionId:3246,parentId:3245,name:"乐都区",childers:[]},{regionId:3247,parentId:3245,name:"平安区",childers:[]},{regionId:3248,parentId:3245,name:"民和回族土族自治县",childers:[]},{regionId:3249,parentId:3245,name:"互助土族自治县",childers:[]},{regionId:3250,parentId:3245,name:"化隆回族自治县",childers:[]},{regionId:3251,parentId:3245,name:"循化撒拉族自治县",childers:[]}]},{regionId:3252,parentId:3236,name:"海北藏族自治州",childers:[{regionId:3253,parentId:3252,name:"门源回族自治县",childers:[]},{regionId:3254,parentId:3252,name:"祁连县",childers:[]},{regionId:3255,parentId:3252,name:"海晏县",childers:[]},{regionId:3256,parentId:3252,name:"刚察县",childers:[]}]},{regionId:3257,parentId:3236,name:"黄南藏族自治州",childers:[{regionId:3258,parentId:3257,name:"同仁县",childers:[]},{regionId:3259,parentId:3257,name:"尖扎县",childers:[]},{regionId:3260,parentId:3257,name:"泽库县",childers:[]},{regionId:3261,parentId:3257,name:"河南蒙古族自治县",childers:[]}]},{regionId:3262,parentId:3236,name:"海南藏族自治州",childers:[{regionId:3263,parentId:3262,name:"共和县",childers:[]},{regionId:3264,parentId:3262,name:"同德县",childers:[]},{regionId:3265,parentId:3262,name:"贵德县",childers:[]},{regionId:3266,parentId:3262,name:"兴海县",childers:[]},{regionId:3267,parentId:3262,name:"贵南县",childers:[]}]},{regionId:3268,parentId:3236,name:"果洛藏族自治州",childers:[{regionId:3269,parentId:3268,name:"玛沁县",childers:[]},{regionId:3270,parentId:3268,name:"班玛县",childers:[]},{regionId:3271,parentId:3268,name:"甘德县",childers:[]},{regionId:3272,parentId:3268,name:"达日县",childers:[]},{regionId:3273,parentId:3268,name:"久治县",childers:[]},{regionId:3274,parentId:3268,name:"玛多县",childers:[]}]},{regionId:3275,parentId:3236,name:"玉树藏族自治州",childers:[{regionId:3276,parentId:3275,name:"玉树市",childers:[]},{regionId:3277,parentId:3275,name:"杂多县",childers:[]},{regionId:3278,parentId:3275,name:"称多县",childers:[]},{regionId:3279,parentId:3275,name:"治多县",childers:[]},{regionId:3280,parentId:3275,name:"囊谦县",childers:[]},{regionId:3281,parentId:3275,name:"曲麻莱县",childers:[]}]},{regionId:3282,parentId:3236,name:"海西蒙古族藏族自治州",childers:[{regionId:3283,parentId:3282,name:"格尔木市",childers:[]},{regionId:3284,parentId:3282,name:"德令哈市",childers:[]},{regionId:3285,parentId:3282,name:"茫崖市",childers:[]},{regionId:3286,parentId:3282,name:"乌兰县",childers:[]},{regionId:3287,parentId:3282,name:"都兰县",childers:[]},{regionId:3288,parentId:3282,name:"天峻县",childers:[]},{regionId:3289,parentId:3282,name:"大柴旦行政委员会",childers:[]}]}]},{regionId:3290,parentId:0,name:"宁夏回族自治区",childers:[{regionId:3291,parentId:3290,name:"银川市",childers:[{regionId:3292,parentId:3291,name:"兴庆区",childers:[]},{regionId:3293,parentId:3291,name:"西夏区",childers:[]},{regionId:3294,parentId:3291,name:"金凤区",childers:[]},{regionId:3295,parentId:3291,name:"永宁县",childers:[]},{regionId:3296,parentId:3291,name:"贺兰县",childers:[]},{regionId:3297,parentId:3291,name:"灵武市",childers:[]}]},{regionId:3298,parentId:3290,name:"石嘴山市",childers:[{regionId:3299,parentId:3298,name:"大武口区",childers:[]},{regionId:3300,parentId:3298,name:"惠农区",childers:[]},{regionId:3301,parentId:3298,name:"平罗县",childers:[]}]},{regionId:3302,parentId:3290,name:"吴忠市",childers:[{regionId:3303,parentId:3302,name:"利通区",childers:[]},{regionId:3304,parentId:3302,name:"红寺堡区",childers:[]},{regionId:3305,parentId:3302,name:"盐池县",childers:[]},{regionId:3306,parentId:3302,name:"同心县",childers:[]},{regionId:3307,parentId:3302,name:"青铜峡市",childers:[]}]},{regionId:3308,parentId:3290,name:"固原市",childers:[{regionId:3309,parentId:3308,name:"原州区",childers:[]},{regionId:3310,parentId:3308,name:"西吉县",childers:[]},{regionId:3311,parentId:3308,name:"隆德县",childers:[]},{regionId:3312,parentId:3308,name:"泾源县",childers:[]},{regionId:3313,parentId:3308,name:"彭阳县",childers:[]}]},{regionId:3314,parentId:3290,name:"中卫市",childers:[{regionId:3315,parentId:3314,name:"沙坡头区",childers:[]},{regionId:3316,parentId:3314,name:"中宁县",childers:[]},{regionId:3317,parentId:3314,name:"海原县",childers:[]}]}]},{regionId:3318,parentId:0,name:"新疆维吾尔自治区",childers:[{regionId:3319,parentId:3318,name:"乌鲁木齐市",childers:[{regionId:3320,parentId:3319,name:"天山区",childers:[]},{regionId:3321,parentId:3319,name:"沙依巴克区",childers:[]},{regionId:3322,parentId:3319,name:"新市区",childers:[]},{regionId:3323,parentId:3319,name:"水磨沟区",childers:[]},{regionId:3324,parentId:3319,name:"头屯河区",childers:[]},{regionId:3325,parentId:3319,name:"达坂城区",childers:[]},{regionId:3326,parentId:3319,name:"米东区",childers:[]},{regionId:3327,parentId:3319,name:"乌鲁木齐县",childers:[]}]},{regionId:3328,parentId:3318,name:"克拉玛依市",childers:[{regionId:3329,parentId:3328,name:"独山子区",childers:[]},{regionId:3330,parentId:3328,name:"克拉玛依区",childers:[]},{regionId:3331,parentId:3328,name:"白碱滩区",childers:[]},{regionId:3332,parentId:3328,name:"乌尔禾区",childers:[]}]},{regionId:3333,parentId:3318,name:"吐鲁番市",childers:[{regionId:3334,parentId:3333,name:"高昌区",childers:[]},{regionId:3335,parentId:3333,name:"鄯善县",childers:[]},{regionId:3336,parentId:3333,name:"托克逊县",childers:[]}]},{regionId:3337,parentId:3318,name:"哈密市",childers:[{regionId:3338,parentId:3337,name:"伊州区",childers:[]},{regionId:3339,parentId:3337,name:"巴里坤哈萨克自治县",childers:[]},{regionId:3340,parentId:3337,name:"伊吾县",childers:[]}]},{regionId:3341,parentId:3318,name:"昌吉回族自治州",childers:[{regionId:3342,parentId:3341,name:"昌吉市",childers:[]},{regionId:3343,parentId:3341,name:"阜康市",childers:[]},{regionId:3344,parentId:3341,name:"呼图壁县",childers:[]},{regionId:3345,parentId:3341,name:"玛纳斯县",childers:[]},{regionId:3346,parentId:3341,name:"奇台县",childers:[]},{regionId:3347,parentId:3341,name:"吉木萨尔县",childers:[]},{regionId:3348,parentId:3341,name:"木垒哈萨克自治县",childers:[]}]},{regionId:3349,parentId:3318,name:"博尔塔拉蒙古自治州",childers:[{regionId:3350,parentId:3349,name:"博乐市",childers:[]},{regionId:3351,parentId:3349,name:"阿拉山口市",childers:[]},{regionId:3352,parentId:3349,name:"精河县",childers:[]},{regionId:3353,parentId:3349,name:"温泉县",childers:[]}]},{regionId:3354,parentId:3318,name:"巴音郭楞蒙古自治州",childers:[{regionId:3355,parentId:3354,name:"库尔勒市",childers:[]},{regionId:3356,parentId:3354,name:"轮台县",childers:[]},{regionId:3357,parentId:3354,name:"尉犁县",childers:[]},{regionId:3358,parentId:3354,name:"若羌县",childers:[]},{regionId:3359,parentId:3354,name:"且末县",childers:[]},{regionId:3360,parentId:3354,name:"焉耆回族自治县",childers:[]},{regionId:3361,parentId:3354,name:"和静县",childers:[]},{regionId:3362,parentId:3354,name:"和硕县",childers:[]},{regionId:3363,parentId:3354,name:"博湖县",childers:[]},{regionId:3364,parentId:3354,name:"库尔勒经济技术开发区",childers:[]}]},{regionId:3365,parentId:3318,name:"阿克苏地区",childers:[{regionId:3366,parentId:3365,name:"阿克苏市",childers:[]},{regionId:3367,parentId:3365,name:"库车市",childers:[]},{regionId:3368,parentId:3365,name:"温宿县",childers:[]},{regionId:3369,parentId:3365,name:"沙雅县",childers:[]},{regionId:3370,parentId:3365,name:"新和县",childers:[]},{regionId:3371,parentId:3365,name:"拜城县",childers:[]},{regionId:3372,parentId:3365,name:"乌什县",childers:[]},{regionId:3373,parentId:3365,name:"阿瓦提县",childers:[]},{regionId:3374,parentId:3365,name:"柯坪县",childers:[]}]},{regionId:3375,parentId:3318,name:"克孜勒苏柯尔克孜自治州",childers:[{regionId:3376,parentId:3375,name:"阿图什市",childers:[]},{regionId:3377,parentId:3375,name:"阿克陶县",childers:[]},{regionId:3378,parentId:3375,name:"阿合奇县",childers:[]},{regionId:3379,parentId:3375,name:"乌恰县",childers:[]}]},{regionId:3380,parentId:3318,name:"喀什地区",childers:[{regionId:3381,parentId:3380,name:"喀什市",childers:[]},{regionId:3382,parentId:3380,name:"疏附县",childers:[]},{regionId:3383,parentId:3380,name:"疏勒县",childers:[]},{regionId:3384,parentId:3380,name:"英吉沙县",childers:[]},{regionId:3385,parentId:3380,name:"泽普县",childers:[]},{regionId:3386,parentId:3380,name:"莎车县",childers:[]},{regionId:3387,parentId:3380,name:"叶城县",childers:[]},{regionId:3388,parentId:3380,name:"麦盖提县",childers:[]},{regionId:3389,parentId:3380,name:"岳普湖县",childers:[]},{regionId:3390,parentId:3380,name:"伽师县",childers:[]},{regionId:3391,parentId:3380,name:"巴楚县",childers:[]},{regionId:3392,parentId:3380,name:"塔什库尔干塔吉克自治县",childers:[]}]},{regionId:3393,parentId:3318,name:"和田地区",childers:[{regionId:3394,parentId:3393,name:"和田市",childers:[]},{regionId:3395,parentId:3393,name:"和田县",childers:[]},{regionId:3396,parentId:3393,name:"墨玉县",childers:[]},{regionId:3397,parentId:3393,name:"皮山县",childers:[]},{regionId:3398,parentId:3393,name:"洛浦县",childers:[]},{regionId:3399,parentId:3393,name:"策勒县",childers:[]},{regionId:3400,parentId:3393,name:"于田县",childers:[]},{regionId:3401,parentId:3393,name:"民丰县",childers:[]}]},{regionId:3402,parentId:3318,name:"伊犁哈萨克自治州",childers:[{regionId:3403,parentId:3402,name:"伊宁市",childers:[]},{regionId:3404,parentId:3402,name:"奎屯市",childers:[]},{regionId:3405,parentId:3402,name:"霍尔果斯市",childers:[]},{regionId:3406,parentId:3402,name:"伊宁县",childers:[]},{regionId:3407,parentId:3402,name:"察布查尔锡伯自治县",childers:[]},{regionId:3408,parentId:3402,name:"霍城县",childers:[]},{regionId:3409,parentId:3402,name:"巩留县",childers:[]},{regionId:3410,parentId:3402,name:"新源县",childers:[]},{regionId:3411,parentId:3402,name:"昭苏县",childers:[]},{regionId:3412,parentId:3402,name:"特克斯县",childers:[]},{regionId:3413,parentId:3402,name:"尼勒克县",childers:[]}]},{regionId:3414,parentId:3318,name:"塔城地区",childers:[{regionId:3415,parentId:3414,name:"塔城市",childers:[]},{regionId:3416,parentId:3414,name:"乌苏市",childers:[]},{regionId:3417,parentId:3414,name:"额敏县",childers:[]},{regionId:3418,parentId:3414,name:"沙湾县",childers:[]},{regionId:3419,parentId:3414,name:"托里县",childers:[]},{regionId:3420,parentId:3414,name:"裕民县",childers:[]},{regionId:3421,parentId:3414,name:"和布克赛尔蒙古自治县",childers:[]}]},{regionId:3422,parentId:3318,name:"阿勒泰地区",childers:[{regionId:3423,parentId:3422,name:"阿勒泰市",childers:[]},{regionId:3424,parentId:3422,name:"布尔津县",childers:[]},{regionId:3425,parentId:3422,name:"富蕴县",childers:[]},{regionId:3426,parentId:3422,name:"福海县",childers:[]},{regionId:3427,parentId:3422,name:"哈巴河县",childers:[]},{regionId:3428,parentId:3422,name:"青河县",childers:[]},{regionId:3429,parentId:3422,name:"吉木乃县",childers:[]}]},{regionId:3430,parentId:3318,name:"自治区直辖县级行政区划",childers:[{regionId:3431,parentId:3430,name:"石河子市",childers:[]},{regionId:3432,parentId:3430,name:"阿拉尔市",childers:[]},{regionId:3433,parentId:3430,name:"图木舒克市",childers:[]},{regionId:3434,parentId:3430,name:"五家渠市",childers:[]},{regionId:3435,parentId:3430,name:"北屯市",childers:[]},{regionId:3436,parentId:3430,name:"铁门关市",childers:[]},{regionId:3437,parentId:3430,name:"双河市",childers:[]},{regionId:3438,parentId:3430,name:"可克达拉市",childers:[]},{regionId:3439,parentId:3430,name:"昆玉市",childers:[]},{regionId:3440,parentId:3430,name:"胡杨河市",childers:[]}]}]}];e.exports=a},"36e6":function(e,r,a){},"3a89":function(e,r,a){"use strict";a("6ddd")},"3b8c":function(e,r,a){"use strict";a("6eca")},"3e70":function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"app-container"},[a("el-tabs",{attrs:{type:"border-card"},model:{value:e.activeName,callback:function(r){e.activeName=r},expression:"activeName"}},[a("el-tab-pane",{attrs:{label:"修改密码",name:"first"}},[a("el-form",{ref:"editFrom",staticClass:"yuebon-setting-form",attrs:{model:e.editFrom,rules:e.rules}},[a("el-form-item",{attrs:{label:"原密码","label-width":e.formLabelWidth,prop:"OldPassword"}},[a("el-input",{attrs:{type:"password",placeholder:"请输入原密码",autocomplete:"off",clearable:""},model:{value:e.editFrom.OldPassword,callback:function(r){e.$set(e.editFrom,"OldPassword",r)},expression:"editFrom.OldPassword"}})],1),a("el-form-item",{attrs:{label:"新密码","label-width":e.formLabelWidth,prop:"NewPassword"}},[a("el-input",{attrs:{type:"password",placeholder:"请输入新密码",autocomplete:"off",clearable:""},model:{value:e.editFrom.NewPassword,callback:function(r){e.$set(e.editFrom,"NewPassword",r)},expression:"editFrom.NewPassword"}})],1),a("el-form-item",{attrs:{label:"再输入一次","label-width":e.formLabelWidth,prop:"NewPassword2"}},[a("el-input",{attrs:{type:"password",placeholder:"请再输入一次新密码",autocomplete:"off",clearable:""},model:{value:e.editFrom.NewPassword2,callback:function(r){e.$set(e.editFrom,"NewPassword2",r)},expression:"editFrom.NewPassword2"}})],1),a("el-form-item",[a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.saveEditForm()}}},[e._v("保 存")])],1)],1)],1)],1)],1)},t=[],i=a("da02"),d={name:"Usercentermodify",data:function(){return{activeName:"first",editFrom:{OldPassword:"",NewPassword:"",NewPassword2:""},rules:{OldPassword:[{required:!0,message:"请输入原密码",trigger:"blur"},{min:6,max:50,message:"长度在 6 到 32 个字符",trigger:"blur"}],NewPassword:[{required:!0,message:"请输入新密码",trigger:"blur"},{min:6,max:50,message:"长度在 6 到 32 个字符",trigger:"blur"}],NewPassword2:[{required:!0,message:"请再输入一次新密码",trigger:"blur"},{min:6,max:50,message:"长度在 6 到 32 个字符",trigger:"blur"}]},formLabelWidth:"100px"}},methods:{saveEditForm:function(){var e=this;this.$refs["editFrom"].validate((function(r){if(!r)return!1;var a={oldpassword:e.editFrom.OldPassword,password:e.editFrom.NewPassword,password2:e.editFrom.NewPassword2};Object(i["e"])(a).then((function(r){r.Success?(e.$message({message:"恭喜你,操作成功",type:"success"}),e.$refs["editFrom"].resetFields()):e.$message({message:r.ErrMsg,type:"error"})}))}))}}},s=d,l=(a("0b6a"),a("2877")),o=Object(l["a"])(s,n,t,!1,null,"1d7e6f83",null);r["default"]=o.exports},"432a":function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"app-container"},[a("div",{staticClass:"filter-container"},[a("el-card",[a("div",{staticClass:"top_card"},[a("div",[a("el-input",{staticClass:"input_css",attrs:{clearable:"",placeholder:"banner名称"},model:{value:e.searchBannerVal,callback:function(r){e.searchBannerVal=r},expression:"searchBannerVal"}}),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleSearch()}}},[e._v("查询")]),a("el-button",{attrs:{type:"warning"},on:{click:function(r){return e.handleNull()}}},[e._v("重置")])],1),a("div",[a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleAddBanner()}}},[e._v("新建")])],1)])])],1),a("el-card",[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableloading,expression:"tableloading"}],ref:"gridtable",staticStyle:{width:"100%"},attrs:{data:e.tableData,border:"",stripe:"","highlight-current-row":"",height:"600","cell-style":{"text-align":"center"},"header-cell-style":{"text-align":"center","background-color":"#EBF5FF"},"default-sort":{prop:"SortCode",order:"descending"}}},[a("el-table-column",{attrs:{prop:"Name",label:"banner名称"}}),a("el-table-column",{attrs:{prop:"PicUrl",label:"banner",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("el-image",{staticStyle:{height:"80px",width:"150px"},attrs:{src:r.row.PicUrl,"preview-src-list":[r.row.PicUrl]}},[a("div",{staticClass:"image_slot",attrs:{slot:"placeholder"},slot:"placeholder"},[e._v(" 加载中"),a("span",{staticClass:"dot"},[e._v("...")])])])]}}])}),a("el-table-column",{attrs:{prop:"StartTime",label:"开始时间"}}),a("el-table-column",{attrs:{prop:"EndTime",label:"结束时间"}}),a("el-table-column",{attrs:{prop:"Status",label:"活动状态",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return[0==r.row.State?a("el-tag",{attrs:{type:"info"}},[e._v("未开始")]):1==r.row.State?a("el-tag",{attrs:{type:"success"}},[e._v("进行中")]):a("el-tag",{attrs:{type:"danger"}},[e._v("已结束")])]}}])}),a("el-table-column",{attrs:{label:"操作"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("span",{staticStyle:{color:"#1d7fff",cursor:"pointer"},on:{click:function(a){return a.stopPropagation(),e.handleChange(r.row)}}},[e._v("编辑")]),a("span",{staticStyle:{color:"red",cursor:"pointer","margin-left":"20px"},on:{click:function(a){return a.stopPropagation(),e.del(r.row)}}},[e._v("删除")])]}}])})],1),a("div",{staticClass:"pagination-container"},[a("el-pagination",{attrs:{background:"","current-page":e.page.currentPage,"page-size":e.page.pagesize,layout:"total, prev, pager, next",total:e.page.pageTotal},on:{"current-change":e.handlePage}})],1)],1),a("el-drawer",{ref:"drawer",attrs:{visible:e.showAddBanner,direction:"rtl","show-close":!1},on:{"update:visible":function(r){e.showAddBanner=r}}},[a("div",{staticClass:"demo-drawer__content"},[a("div",{staticClass:"top_name"},[e._v(e._s(e.drawerName))]),a("el-form",{ref:"addFormHd",attrs:{model:e.addFormHd,rules:e.rules,"label-position":"right","label-width":"110px"}},[a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"banner名称",prop:"Name"}},[a("el-input",{staticClass:"inp_width",attrs:{placeholder:"请输入banner名称"},model:{value:e.addFormHd.Name,callback:function(r){e.$set(e.addFormHd,"Name",r)},expression:"addFormHd.Name"}})],1),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"开始时间",prop:"StartTime"}},[a("el-date-picker",{attrs:{type:"datetime",align:"right",placeholder:"选择开始时间","value-format":"yyyy-MM-dd HH:mm:ss"},model:{value:e.addFormHd.StartTime,callback:function(r){e.$set(e.addFormHd,"StartTime",r)},expression:"addFormHd.StartTime"}})],1),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"结束时间",prop:"EndTime"}},[a("el-date-picker",{attrs:{type:"datetime",align:"right",placeholder:"选择结束时间","value-format":"yyyy-MM-dd HH:mm:ss"},on:{change:e.endtime_fun},model:{value:e.addFormHd.EndTime,callback:function(r){e.$set(e.addFormHd,"EndTime",r)},expression:"addFormHd.EndTime"}})],1),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"banner类型",prop:"Type"}},[a("el-select",{attrs:{placeholder:"请选择banner类型"},on:{change:e.option_fn},model:{value:e.Type_text,callback:function(r){e.Type_text=r},expression:"Type_text"}},e._l(e.options,(function(e){return a("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1),1==e.addFormHd.Type?a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"电 话",prop:"Phone"}},[a("el-input",{staticClass:"inp_width",attrs:{placeholder:"请输入电话"},model:{value:e.addFormHd.Phone,callback:function(r){e.$set(e.addFormHd,"Phone",r)},expression:"addFormHd.Phone"}})],1):e._e(),2==e.addFormHd.Type?a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"链接地址",prop:"PageUrl"}},[a("el-input",{staticClass:"inp_width",attrs:{placeholder:"请输入链接地址"},model:{value:e.addFormHd.PageUrl,callback:function(r){e.$set(e.addFormHd,"PageUrl",r)},expression:"addFormHd.PageUrl"}})],1):e._e(),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"规则banner",prop:"PicUrl"}},[a("el-upload",{staticClass:"avatar-uploader",attrs:{action:"#","show-file-list":!1,"http-request":e.upload}},[e.addFormHd.PicUrl?[a("img",{staticClass:"avatar",attrs:{src:e.addFormHd.PicUrl}})]:[a("i",{staticClass:"el-icon-plus avatar-uploader-icon"}),a("div",{staticClass:"img_tex"},[e._v("点击上传图片")]),a("div",{staticClass:"img_log"},[e._v("建议尺寸710*258像素")])]],2)],1)],1),a("el-divider"),a("div",{staticClass:"demo-drawer__footer"},[a("el-button",{on:{click:function(r){return e.on_qx()}}},[e._v("取 消")]),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.onBcHd("addFormHd")}}},[e._v("保存")])],1)],1)])],1)},t=[],i=a("2993"),d=a("3438"),s={name:"Banner",data:function(){return{searchBannerVal:"",tableloading:!1,tableData:[],page:{currentPage:1,pagesize:20,pageTotal:0},showAddBanner:!1,drawerName:"新建活动",addFormHd:{Name:"",StartTime:"",EndTime:"",PicUrl:"",Type:"",Phone:"",PageUrl:""},rules:{Name:[{required:!0,message:"请输入活动名称",trigger:"blur"}],StartTime:[{required:!0,message:"请输入开始时间",trigger:"blur"}],EndTime:[{required:!0,message:"请输入结束时间",trigger:"blur"}],PicUrl:[{required:!0,message:"请上传活动照片",trigger:"blur"}],Type:[{required:!0,message:"请选择类型",trigger:"blur"}],Phone:[{required:!0,message:"请选输入电话",trigger:"blur"}],PageUrl:[{required:!0,message:"请选输入链接地址",trigger:"blur"}]},options:[{value:"0",label:"不关联"},{value:"1",label:"电话"},{value:"2",label:"程序链接"}],Type_text:""}},created:function(){this.getBannerTable(1)},methods:{endtime_fun:function(e){return console.log(e),""==this.addFormHd.StartTime?(this.$message({message:"请先选择开始时间",type:"warning"}),void(this.addFormHd.EndTime="")):new Date(e)<new Date(this.addFormHd.StartTime)?(this.$message({message:"结束时间不得早于开始时间",type:"warning"}),void(this.addFormHd.EndTime="")):void console.log(this.addFormHd.StartTime)},option_fn:function(e){console.log(e),this.Type_text=this.options[e].label,this.addFormHd.Type=e},handleSearch:function(){this.getBannerTable(1)},handleNull:function(){this.searchBannerVal="",this.getBannerTable(1)},handleAddBanner:function(){this.Type_text="",this.addFormHd={Name:"",PicUrl:"",StartTime:"",EndTime:"",Type:"",Phone:"",PageUrl:""},this.drawerName="新建活动",this.showAddBanner=!0},on_qx:function(){this.showAddBanner=!1,this.getBannerTable(1)},onBcHd:function(){var e=this;this.$refs["addFormHd"].validate((function(r){if(!r)return!1;if(e.addFormHd.Id){var a={id:e.addFormHd.Id,Name:e.addFormHd.Name,StartTime:e.addFormHd.StartTime,EndTime:e.addFormHd.EndTime,PicUrl:e.addFormHd.PicUrl,Type:e.addFormHd.Type,Phone:1==e.addFormHd.Type?e.addFormHd.Phone:"",PageUrl:2==e.addFormHd.Type?e.addFormHd.PageUrl:""};console.log(a),Object(i["e"])(a).then((function(r){0==r.ErrCode?(e.$message.success("编辑成功"),e.showAddBanner=!1,e.getBannerTable(1)):e.$message.error(res.ErrMsg)}))}else Object(i["d"])(e.addFormHd).then((function(r){0==r.ErrCode?(e.$message.success("新建成功"),e.showAddBanner=!1,e.getBannerTable(1)):e.$message.error(r.ErrMsg)}))}))},handleChange:function(e){console.log("编辑",e),this.addFormHd=e,this.Type_text=this.options[e.Type].label,this.drawerName="编辑活动",this.showAddBanner=!0},handlePage:function(e){this.page.currentPage=e,this.getBannerTable(e)},upload:function(e){var r=this,a="cloudcar/wx/upload/banner/"+(new Date).getTime()+e.file.uid+".png",n=e.file;e.file&&r.getCosTokenUpLoad(a,n)},getCosTokenUpLoad:function(e,r){var a=this;Object(i["c"])().then((function(n){console.log(n);var t=new d({getAuthorization:function(e,r){var a={TmpSecretId:n.ResData.Credentials.TmpSecretId,TmpSecretKey:n.ResData.Credentials.TmpSecretKey,SecurityToken:n.ResData.Credentials.Token,StartTime:n.ResData.StartTime,ExpiredTime:n.ResData.ExpiredTime,ScopeLimit:!0};r(a)}});t.putObject({Bucket:"znyc-images-1304677865",Region:"ap-guangzhou",Key:e,StorageClass:"STANDARD",Body:r},(function(e,r){console.log(e||r),e?a.$message.error("上传失败"):200===r.statusCode&&(console.log("图片上传成功"),a.addFormHd.PicUrl="https:".concat(r.Location))}))}))},getBannerTable:function(e){var r=this;r.tableloading=!0;var a={CurrenetPageIndex:e,PageSize:r.page.pagesize,Keywords:r.searchBannerVal,Order:"desc",Sort:"CreatedTime"};Object(i["b"])(a).then((function(e){console.log(e),r.page.pageTotal=e.ResData.TotalItems,r.tableData=e.ResData.Items,r.tableloading=!1}))},del:function(e){var r=this;this.$confirm("此操作将永久删除, 是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){var a={id:e.Id,bltag:1};Object(i["a"])(a).then((function(e){console.log(e),r.$message({type:"success",message:"删除成功!"}),r.getBannerTable(1)})).catch((function(e){r.$message({message:"服务器错误,请稍后",type:"error"})}))})).catch((function(){r.$message({type:"info",message:"已取消删除"})}))}}},l=s,o=(a("1c3e"),a("2877")),c=Object(o["a"])(l,n,t,!1,null,"5f372504",null);r["default"]=c.exports},"4b3b":function(e,r,a){var n={"./activity":"7a17","./activity/":"7a17","./activity/index":"7a17","./activity/index.vue":"7a17","./adminuser":"a4de","./adminuser/":"a4de","./adminuser/index":"a4de","./adminuser/index.vue":"a4de","./apply":"8fd0","./apply/":"8fd0","./apply/index":"8fd0","./apply/index.vue":"8fd0","./banner":"432a","./banner/":"432a","./banner/index":"432a","./banner/index.vue":"432a","./dashboard":"9406","./dashboard/":"9406","./dashboard/index":"9406","./dashboard/index.vue":"9406","./error/401":"ec55","./error/401.vue":"ec55","./error/403":"7fa2","./error/403.vue":"7fa2","./error/404":"2754","./error/404.vue":"2754","./industry":"16bd","./industry/":"16bd","./industry/index":"16bd","./industry/index.vue":"16bd","./information":"a93a","./information/":"a93a","./information/index":"a93a","./information/index.vue":"a93a","./items":"7278","./items/":"7278","./items/index":"7278","./items/index.vue":"7278","./login":"9ed6","./login/":"9ed6","./login/index":"9ed6","./login/index.vue":"9ed6","./organize":"c2fa","./organize/":"c2fa","./organize/index":"c2fa","./organize/index.vue":"c2fa","./preferential":"91fa","./preferential/":"91fa","./preferential/index":"91fa","./preferential/index.vue":"91fa","./proposal":"de2b","./proposal/":"de2b","./proposal/index":"de2b","./proposal/index.vue":"de2b","./recharge":"62f2","./recharge/":"62f2","./recharge/index":"62f2","./recharge/index.vue":"62f2","./recruitment":"885f","./recruitment/":"885f","./recruitment/index":"885f","./recruitment/index.vue":"885f","./redirect":"ef3c","./redirect/":"ef3c","./redirect/index":"ef3c","./redirect/index.vue":"ef3c","./setting":"7424","./setting/":"7424","./setting/index":"7424","./setting/index.vue":"7424","./user":"e382","./user/":"e382","./user/index":"e382","./user/index.vue":"e382","./usercenter":"08e1","./usercenter/":"08e1","./usercenter/index":"08e1","./usercenter/index.vue":"08e1","./usercenter/modify":"3e70","./usercenter/modify.vue":"3e70","./yunbi":"12cf","./yunbi/":"12cf","./yunbi/index":"12cf","./yunbi/index.vue":"12cf"};function t(e){var r=i(e);return a(r)}function i(e){if(!a.o(n,e)){var r=new Error("Cannot find module '"+e+"'");throw r.code="MODULE_NOT_FOUND",r}return n[e]}t.keys=function(){return Object.keys(n)},t.resolve=i,e.exports=t,t.id="4b3b"},"4f51":function(e,r,a){e.exports=a.p+"static/img/403.4f9dbde6.png"},5057:function(e,r,a){},"62f2":function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"warp"},[a("el-card",[a("div",{staticClass:"top_card"},[a("div",{staticClass:"t_c_l_item"},[e._v(" 用户信息:"),a("el-input",{staticClass:"input_css",attrs:{clearable:"",placeholder:"用户信息"},model:{value:e.searchUserVal,callback:function(r){e.searchUserVal=r},expression:"searchUserVal"}})],1),a("div",{staticClass:"t_c_l_item"},[e._v(" 日期:"),a("el-date-picker",{attrs:{type:"daterange",align:"left","unlink-panels":"","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期","picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.searchTime,callback:function(r){e.searchTime=r},expression:"searchTime"}})],1),a("div",{staticClass:"t_c_l_item"},[e._v(" 充值金额:"),a("el-select",{staticStyle:{width:"100px"},attrs:{placeholder:"请选择"},model:{value:e.searchMoney,callback:function(r){e.searchMoney=r},expression:"searchMoney"}},e._l(e.selectMoney,(function(e){return a("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleSearch()}}},[e._v("查询")]),a("el-button",{attrs:{type:"warning"},on:{click:function(r){return e.handleNull()}}},[e._v("重置")])],1),a("div",{staticClass:"table_css"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableloading,expression:"tableloading"}],ref:"gridtable",staticStyle:{width:"100%"},attrs:{data:e.tableData,height:"600px","header-cell-style":{"background-color":"#EBF5FF"}}},[a("el-table-column",{attrs:{prop:"UserName",label:"用户姓名"}}),a("el-table-column",{attrs:{prop:"AvatarUrl",label:"用户头像"},scopedSlots:e._u([{key:"default",fn:function(e){return[a("el-avatar",{attrs:{size:50,src:e.row.AvatarUrl}})]}}])}),a("el-table-column",{attrs:{prop:"Phone",label:"手机号码"}}),a("el-table-column",{attrs:{prop:"PaymentMoney",label:"充值金额(元)"}}),a("el-table-column",{attrs:{prop:"CreatedTime",label:"操作时间"}})],1),a("div",{staticClass:"pagination-container"},[a("el-pagination",{attrs:{background:"","current-page":e.page.currentPage,"page-size":e.page.pagesize,layout:"total, prev, pager, next",total:e.page.pageTotal},on:{"current-change":e.handlePage}})],1)],1)])],1)},t=[],i=a("b775"),d=a("83d6"),s=a.n(d);function l(e){return i["a"].request({url:"PaymentRecord/FindWithPagerSearchAsync",method:"post",data:e,baseURL:s.a.apiSecurityUrl})}var o={name:"Recharge",data:function(){return{pickerOptions:{shortcuts:[{text:"今天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()),e.$emit("pick",[a,r])}},{text:"昨天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-864e5),e.$emit("pick",[a,r])}},{text:"最近两天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-1728e5),e.$emit("pick",[a,r])}},{text:"最近三天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e5),e.$emit("pick",[a,r])}},{text:"最近一周",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,r])}},{text:"最近一个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,r])}},{text:"最近两个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-5184e6),e.$emit("pick",[a,r])}}]},selectMoney:[{value:"0",label:"全部"},{value:"29",label:"29元"},{value:"59",label:"59元"},{value:"99",label:"99元"},{value:"199",label:"199元"},{value:"399",label:"399元"},{value:"599",label:"599元"}],searchUserVal:"",searchTime:"",searchMoney:"0",tableloading:!0,tableData:[],page:{currentPage:1,pagesize:20,pageTotal:0}}},created:function(){this.getPaymentRecord(1)},methods:{handleSearch:function(){this.getPaymentRecord(1)},handleNull:function(){this.searchUserVal="",this.searchTime="",this.searchMoney="0",this.getPaymentRecord(1)},handlePage:function(e){this.page.currentPage=e,this.getPaymentRecord(e)},getPaymentRecord:function(e){var r=this;r.tableloading=!0;var a={CurrenetPageIndex:e,PageSize:this.page.pagesize,Keywords:this.searchUserVal,StartTime:this.searchTime[0],EndTime:this.searchTime[1],PaymentMoney:this.searchMoney};l(a).then((function(e){r.page.pageTotal=e.ResData.TotalItems,r.tableData=e.ResData.Items,r.tableloading=!1}))}}},c=o,I=(a("daab"),a("2877")),m=Object(I["a"])(c,n,t,!1,null,"85406670",null);r["default"]=m.exports},"6bb1":function(e,r,a){},"6ddd":function(e,r,a){},"6eca":function(e,r,a){},7278:function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"app-container"},[a("el-card",[a("el-row",{attrs:{gutter:24}},[a("el-col",{attrs:{span:10}},[a("div",{staticClass:"grid-content bg-purple"},[a("div",{staticClass:"grid-content bg-purple"},[a("div",{staticClass:"list-btn-container"},[a("el-form",{ref:"searchmenuform",staticClass:"demo-form-inline",attrs:{inline:!0,model:e.searchform,size:"small"}},[a("el-form-item",[a("el-button-group",[a("el-button",{attrs:{type:"default",icon:"el-icon-refresh",size:"small"},on:{click:function(r){return e.loadTableData()}}},[e._v("刷新")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Items/Add"],expression:"['Items/Add']"}],attrs:{type:"primary",icon:"el-icon-plus",size:"small"},on:{click:function(r){return e.ShowItemsEditOrViewDialog()}}},[e._v("新增")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Items/Edit"],expression:"['Items/Edit']"}],staticClass:"el-button-modify",attrs:{type:"primary",icon:"el-icon-edit",size:"small"},on:{click:function(r){return e.ShowItemsEditOrViewDialog("edit")}}},[e._v("修改")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Items/Enable"],expression:"['Items/Enable']"}],attrs:{type:"info",icon:"el-icon-video-pause",size:"small"},on:{click:function(r){return e.setItemsEnable("0")}}},[e._v("禁用")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Items/Enable"],expression:"['Items/Enable']"}],attrs:{type:"success",icon:"el-icon-video-play",size:"small"},on:{click:function(r){return e.setItemsEnable("1")}}},[e._v("启用")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Items/DeleteSoft"],expression:"['Items/DeleteSoft']"}],attrs:{type:"warning",icon:"el-icon-delete",size:"small"},on:{click:function(r){return e.deleteItemsSoft("1")}}},[e._v("软删除")])],1)],1)],1)],1),a("el-table",{staticStyle:{width:"100%","margin-bottom":"20px"},attrs:{data:e.tableDataItemss,"row-key":"Id",border:"",size:"mini","max-height":"850","default-expand-all":"","highlight-current-row":""},on:{"row-click":e.handleClickItemsChange}},[a("el-table-column",{attrs:{prop:"Name",label:"名称"}}),a("el-table-column",{attrs:{label:"状态",width:"80",prop:"IsEnabled",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("el-tag",{attrs:{type:!0===r.row.IsEnabled?"success":"info","disable-transitions":""}},[e._v(" "+e._s(!0===r.row.IsEnabled?"启用":"禁用")+" ")])]}}])})],1)],1)])]),a("el-col",{attrs:{span:14}},[a("div",{staticClass:"grid-content bg-purple"},[a("div",{staticClass:"list-btn-container"},[a("el-form",{ref:"searchform",staticClass:"demo-form-inline",attrs:{inline:!0,model:e.searchform,size:"small"}},[a("el-form-item",[a("el-button-group",[a("el-button",{attrs:{type:"default",icon:"el-icon-refresh",size:"small"},on:{click:function(r){return e.loadTableData()}}},[e._v("刷新")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["ItemsDetail/Add"],expression:"['ItemsDetail/Add']"}],attrs:{type:"primary",icon:"el-icon-plus",size:"small"},on:{click:function(r){return e.ShowItemsDetailEditOrViewDialog()}}},[e._v("新增")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["ItemsDetail/Edit"],expression:"['ItemsDetail/Edit']"}],staticClass:"el-button-modify",attrs:{type:"primary",icon:"el-icon-edit",size:"small"},on:{click:function(r){return e.ShowItemsDetailEditOrViewDialog("edit")}}},[e._v("修改")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["ItemsDetail/Enable"],expression:"['ItemsDetail/Enable']"}],attrs:{type:"info",icon:"el-icon-video-pause",size:"small"},on:{click:function(r){return e.setItemsDetailEnable("0")}}},[e._v("禁用")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["ItemsDetail/Enable"],expression:"['ItemsDetail/Enable']"}],attrs:{type:"success",icon:"el-icon-video-play",size:"small"},on:{click:function(r){return e.setItemsDetailEnable("1")}}},[e._v("启用")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["ItemsDetail/DeleteSoft"],expression:"['ItemsDetail/DeleteSoft']"}],attrs:{type:"warning",icon:"el-icon-delete",size:"small"},on:{click:function(r){return e.deleteItemsDetailSoft("1")}}},[e._v("软删除")])],1)],1)],1)],1)]),a("el-table",{ref:"gridtable",staticStyle:{width:"100%","margin-bottom":"20px"},attrs:{data:e.tableData,"row-key":"Id",border:"",size:"mini","max-height":"850","default-expand-all":"","highlight-current-row":"","tree-props":{children:"Children"}},on:{select:e.handleSelectChange,"select-all":e.handleSelectAllChange}},[a("el-table-column",{attrs:{type:"selection",width:"30"}}),a("el-table-column",{attrs:{prop:"Name",label:"名称",sortable:"custom"}}),a("el-table-column",{attrs:{prop:"Value",label:"值",sortable:"custom"}}),a("el-table-column",{attrs:{prop:"Sort",label:"排序",sortable:"custom",width:"80",align:"center"}}),a("el-table-column",{attrs:{label:"状态",sortable:"custom",width:"80",prop:"IsEnabled",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("el-tag",{attrs:{type:!0===r.row.IsEnabled?"success":"info","disable-transitions":""}},[e._v(" "+e._s(!0===r.row.IsEnabled?"启用":"禁用")+" ")])]}}])})],1)],1)],1)],1),a("el-dialog",{ref:"dialogEditItemsForm",attrs:{title:e.editItemsFormTitle+"字典",visible:e.dialogItemsEditFormVisible,width:"30%"},on:{"update:visible":function(r){e.dialogItemsEditFormVisible=r}}},[a("el-form",{ref:"editItemsFrom",attrs:{model:e.editItemsFrom,rules:e.rulesItems}},[a("el-form-item",{attrs:{label:"字典名称","label-width":e.formLabelWidth,prop:"Name"}},[a("el-input",{attrs:{placeholder:"请输入字典名称",autocomplete:"off",clearable:""},model:{value:e.editItemsFrom.Name,callback:function(r){e.$set(e.editItemsFrom,"Name",r)},expression:"editItemsFrom.Name"}})],1),a("el-form-item",{attrs:{label:"字典编码","label-width":e.formLabelWidth,prop:"Code"}},[a("el-input",{attrs:{placeholder:"请输入字典编码",autocomplete:"off",clearable:""},model:{value:e.editItemsFrom.Code,callback:function(r){e.$set(e.editItemsFrom,"Code",r)},expression:"editItemsFrom.Code"}})],1),a("el-form-item",{attrs:{label:"字典值","label-width":e.formLabelWidth,prop:"Value"}},[a("el-input",{attrs:{placeholder:"请输入字典值",autocomplete:"off",clearable:""},model:{value:e.editItemsFrom.Value,callback:function(r){e.$set(e.editItemsFrom,"Value",r)},expression:"editItemsFrom.Value"}})],1),a("el-form-item",{attrs:{label:"字典描述","label-width":e.formLabelWidth,prop:"Description"}},[a("el-input",{attrs:{placeholder:"请输入字典描述",autocomplete:"off",clearable:""},model:{value:e.editItemsFrom.Description,callback:function(r){e.$set(e.editItemsFrom,"Description",r)},expression:"editItemsFrom.Description"}})],1),a("el-form-item",{attrs:{label:"排序","label-width":e.formLabelWidth,prop:"Sort"}},[a("el-input",{attrs:{placeholder:"请输入排序,默认为99",autocomplete:"off",clearable:""},model:{value:e.editItemsFrom.Sort,callback:function(r){e.$set(e.editItemsFrom,"Sort",e._n(r))},expression:"editItemsFrom.Sort"}})],1),a("el-form-item",{attrs:{label:"属性","label-width":e.formLabelWidth,prop:""}},[a("el-checkbox",{model:{value:e.editItemsFrom.IsEnabled,callback:function(r){e.$set(e.editItemsFrom,"IsEnabled",r)},expression:"editItemsFrom.IsEnabled"}},[e._v("启用")]),a("el-checkbox",{model:{value:e.editItemsFrom.IsTree,callback:function(r){e.$set(e.editItemsFrom,"IsTree",r)},expression:"editItemsFrom.IsTree"}},[e._v("是否是树")])],1)],1),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(r){e.dialogItemsEditFormVisible=!1}}},[e._v("取 消")]),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.saveEditItemsForm()}}},[e._v("确 定")])],1)],1),a("el-dialog",{ref:"dialogEditItemsDetailForm",attrs:{title:e.editItemsDetailFormTitle+"子级",visible:e.dialogItemsDetailEditFormVisible,width:"30%"},on:{"update:visible":function(r){e.dialogItemsDetailEditFormVisible=r}}},[a("el-form",{ref:"editItemsDetailFrom",attrs:{model:e.editItemsDetailFrom,rules:e.rulesfun}},[a("el-form-item",{attrs:{label:"子级名称","label-width":e.formLabelWidth,prop:"Name"}},[a("el-input",{attrs:{placeholder:"请输入子级名称",autocomplete:"off",clearable:""},model:{value:e.editItemsDetailFrom.Name,callback:function(r){e.$set(e.editItemsDetailFrom,"Name",r)},expression:"editItemsDetailFrom.Name"}})],1),a("el-form-item",{attrs:{label:"子级编码","label-width":e.formLabelWidth,prop:"Code"}},[a("el-input",{attrs:{placeholder:"请输入子级编码",autocomplete:"off",clearable:""},model:{value:e.editItemsDetailFrom.Code,callback:function(r){e.$set(e.editItemsDetailFrom,"Code",r)},expression:"editItemsDetailFrom.Code"}})],1),a("el-form-item",{attrs:{label:"字典值","label-width":e.formLabelWidth,prop:"Value"}},[a("el-input",{attrs:{placeholder:"请输入字典值",autocomplete:"off",clearable:""},model:{value:e.editItemsDetailFrom.Value,callback:function(r){e.$set(e.editItemsDetailFrom,"Value",r)},expression:"editItemsDetailFrom.Value"}})],1),a("el-form-item",{attrs:{label:"字典描述","label-width":e.formLabelWidth,prop:"Description"}},[a("el-input",{attrs:{placeholder:"请输入字典描述",autocomplete:"off",clearable:""},model:{value:e.editItemsDetailFrom.Description,callback:function(r){e.$set(e.editItemsDetailFrom,"Description",r)},expression:"editItemsDetailFrom.Description"}})],1),a("el-form-item",{attrs:{label:"上级","label-width":e.formLabelWidth,prop:"ParentId"}},[a("el-cascader",{attrs:{options:e.selectItemss,props:{label:"Name",value:"Id",multiple:!1,emitPath:!1,expandTrigger:"hover"}},on:{change:e.handleAddItemsDetailChange},model:{value:e.selectedItemsOptions,callback:function(r){e.selectedItemsOptions=r},expression:"selectedItemsOptions"}})],1),a("el-form-item",{attrs:{label:"排序","label-width":e.formLabelWidth,prop:"SortCode"}},[a("el-input",{attrs:{placeholder:"请输入排序,默认为99",autocomplete:"off",clearable:""},model:{value:e.editItemsDetailFrom.Sort,callback:function(r){e.$set(e.editItemsDetailFrom,"Sort",e._n(r))},expression:"editItemsDetailFrom.Sort"}})],1),a("el-form-item",{attrs:{label:"是否启用","label-width":e.formLabelWidth,prop:"IsEnabled"}},[a("el-radio-group",{model:{value:e.editItemsDetailFrom.IsEnabled,callback:function(r){e.$set(e.editItemsDetailFrom,"IsEnabled",r)},expression:"editItemsDetailFrom.IsEnabled"}},[a("el-radio",{attrs:{label:!0,value:"true"}},[e._v("启用")]),a("el-radio",{attrs:{label:!1,value:"false"}},[e._v("禁用")])],1)],1)],1),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(r){e.dialogItemsDetailEditFormVisible=!1}}},[e._v("取 消")]),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.saveEditItemsDetailForm()}}},[e._v("确 定")])],1)],1)],1)},t=[],i=a("ade3"),d=(a("159b"),a("b775")),s=a("83d6"),l=a.n(s);function o(){return d["a"].request({url:"Dictionary/GetAllDictionaryTreeTable",method:"get",baseURL:l.a.apiSecurityUrl})}function c(e,r){return d["a"].request({url:r,method:"post",data:e,baseURL:l.a.apiSecurityUrl})}function I(e){return Object(d["a"])({url:"Dictionary/GetDictionaryById",method:"get",params:{id:e},baseURL:l.a.apiSecurityUrl})}function m(e){return Object(d["a"])({url:"Dictionary/SetEnabledMarktBatchAsync",method:"post",data:e,baseURL:l.a.apiSecurityUrl})}function p(e){return Object(d["a"])({url:"Dictionary/DeleteSoftBatchAsync",method:"delete",data:e,baseURL:l.a.apiSecurityUrl})}function h(e,r){return d["a"].request({url:r,method:"post",data:e,baseURL:l.a.apiSecurityUrl})}var g=a("ae0d"),u={name:"Items",data:function(){var e;return{searchform:{keywords:"",code:""},searchmenuform:{systemTypeId:""},selectSystemType:[],loadItemsBtnFunc:[],loadItemsDetailBtnFunc:[],tableData:[],tableloading:!0,pagination:{currentPage:1,pagesize:20,pageTotal:0},sortableData:{order:"",sort:""},selectItemsId:"",dialogItemsEditFormVisible:!1,editItemsFormTitle:"",selectedItemsOptions:[],selectItemss:[],editItemsFrom:{Name:"",Code:"",ParentId:0,IsTree:!1,IsEnabled:!0,Sort:99,Description:"",Value:""},rulesItems:(e={Name:[{required:!0,message:"请输入子级名称",trigger:"blur"},{min:2,max:50,message:"长度在 2 到 50 个字符",trigger:"blur"}],Sort:[{required:!0,message:"请输入字典编码",trigger:"blur"},{min:2,max:50,message:"长度在 2 到 50 个字符",trigger:"blur"}],Value:[{required:!0,message:"请输入字典值",trigger:"blur"}]},Object(i["a"])(e,"Sort",[{required:!0,message:"请输入排序",trigger:"blur"}]),Object(i["a"])(e,"Code",[{required:!0,message:"请输入编码",trigger:"blur"}]),e),formLabelWidth:"80px",currentItemsId:"",dialogItemsDetailEditFormVisible:!1,editItemsDetailFormTitle:"",selectedItemsDetailOptions:[],selectItemsDetails:[],editItemsDetailFrom:{Name:"",Code:"",ParentId:"",IsEnabled:!0,Sort:99,Id:0,Description:"",Value:""},rulesfun:{Name:[{required:!0,message:"请输入名称",trigger:"blur"},{min:2,max:50,message:"长度在 2 到 50 个字符",trigger:"blur"}],Code:[{required:!0,message:"请输入编码",trigger:"blur"}],Sort:[{required:!0,message:"请输入排序",trigger:"blur"}],Value:[{required:!0,message:"请输入字典值",trigger:"blur"}],ParentId:[{required:!0,message:"请选择所属上级",trigger:"blur"}]},currentId:"",currentSelected:[],tableDataItemss:[]}},created:function(){this.pagination.currentPage=1,this.loadTableData()},methods:{InitDictItem:function(){var e=this;Object(g["d"])("Items").then((function(r){e.loadItemsDetailBtnFunc=r.ResData}))},loadTableData:function(){var e=this;o().then((function(r){e.selectItemss=e.tableDataItemss=r.ResData,e.tableData=[],console.log(e.currentItemsId),""!=e.currentItemsId&&e.selectItemss.forEach((function(r){r.Id==e.currentItemsId&&(e.tableData=r.Children)})),console.log(r)}))},handleAddItemsDetailChange:function(e){this.editItemsDetailFrom.ParentId=e},reset:function(){this.editItemsFrom={Name:"",Code:"",ParentId:0,IsTree:!1,IsEnabled:!0,Sort:99,Description:"",Value:""},this.selectedItemsOptions="",this.resetForm("editItemsFrom")},ShowItemsEditOrViewDialog:function(e){this.reset(),void 0!==e?""===this.currentItemsId?this.$alert("请选择一条数据进行编辑/修改","提示"):(this.editItemsFormTitle="编辑",this.dialogItemsEditFormVisible=!0,this.bindItemsEditInfo()):(this.editItemsFormTitle="新增",this.currentItemsId="",this.dialogItemsEditFormVisible=!0)},bindItemsEditInfo:function(){var e=this;I(this.currentItemsId).then((function(r){e.editItemsFrom=r.ResData,e.selectedItemsOptions=r.ResData.ParentId}))},saveEditItemsForm:function(){var e=this;this.$refs["editItemsFrom"].validate((function(r){if(!r)return!1;var a={Name:e.editItemsFrom.Name,Code:e.editItemsFrom.Code,ParentId:0,IsTree:e.editItemsFrom.IsTree,IsEnabled:e.editItemsFrom.IsEnabled,Sort:e.editItemsFrom.Sort,Value:e.editItemsFrom.Value,Description:e.editItemsFrom.Description,Id:0},n="Dictionary/Insert";""!==e.currentItemsId&&(n="Dictionary/Update"),c(a,n).then((function(r){r.Success?(e.$message({message:"恭喜你,操作成功",type:"success"}),e.dialogItemsEditFormVisible=!1,e.selectedItemsOptions="",e.$refs["editItemsFrom"].resetFields(),e.loadTableData(),e.InitDictItem()):e.$message({message:r.ErrMsg,type:"error"})}))}))},setItemsEnable:function(e){var r=this;if(""===this.currentItemsId)return this.$alert("请先选择要操作的数据","提示"),!1;var a=[this.currentItemsId],n={Ids:a,Flag:e};m(n).then((function(e){e.Success?(r.$message({message:"恭喜你,操作成功",type:"success"}),r.loadTableData()):r.$message({message:e.ErrMsg,type:"error"})}))},deleteItemsSoft:function(e){var r=this;if(""===this.currentItemsId)return this.$alert("请先选择要操作的数据","提示"),!1;var a=[this.currentItemsId],n={Ids:a,Flag:e};p(n).then((function(e){e.Success?(r.$message({message:"恭喜你,操作成功",type:"success"}),r.loadTableData()):r.$message({message:e.ErrMsg,type:"error"})}))},resetDetails:function(){this.editItemsDetailFrom={Name:"",Code:"",ParentId:"",IsEnabled:!0,Sort:99,Id:0},this.selectedItemsOptions="",this.resetForm("editItemsDetailFrom")},ShowItemsDetailEditOrViewDialog:function(e){this.resetDetails(),void 0!==e?0===this.currentSelected.length||this.currentSelected.length>1?this.$alert("请选择一条数据进行编辑/修改","提示"):(this.editItemsDetailFormTitle="编辑",this.dialogItemsDetailEditFormVisible=!0,this.currentId=this.currentSelected[0].Id,this.bindItemsDetailEditInfo()):(this.editItemsDetailFormTitle="新增",this.currentId="",this.dialogItemsDetailEditFormVisible=!0)},bindItemsDetailEditInfo:function(){var e=this;I(this.currentId).then((function(r){e.editItemsDetailFrom=r.ResData,e.selectedItemsOptions=r.ResData.ParentId}))},saveEditItemsDetailForm:function(){var e=this;this.$refs["editItemsDetailFrom"].validate((function(r){if(!r)return!1;var a={Name:e.editItemsDetailFrom.Name,Code:e.editItemsDetailFrom.Code,Id:0,ParentId:e.editItemsDetailFrom.ParentId,IsEnabled:e.editItemsDetailFrom.IsEnabled,Sort:e.editItemsDetailFrom.Sort,Description:e.editItemsDetailFrom.Description,Value:e.editItemsDetailFrom.Value},n="Dictionary/Insert";""!==e.currentId&&(n="Dictionary/Update",a.Id=e.currentId),h(a,n).then((function(r){r.Success?(e.$message({message:"恭喜你,操作成功",type:"success"}),e.dialogItemsDetailEditFormVisible=!1,e.currentSelected="",e.selectedItemsOptions="",e.currentItemsId=e.editItemsDetailFrom.ParentId,console.log(e.currentItemsId),e.loadTableData()):e.$message({message:r.ErrMsg,type:"error"})}))}))},setItemsDetailEnable:function(e){var r=this;if(0===this.currentSelected.length)return this.$alert("请先选择要操作的数据","提示"),!1;var a=[];this.currentSelected.forEach((function(e){a.push(e.Id)}));var n={Ids:a,Flag:e};m(n).then((function(e){e.Success?(r.$message({message:"恭喜你,操作成功",type:"success"}),r.currentSelected="",r.loadTableData()):r.$message({message:e.ErrMsg,type:"error"})}))},deleteItemsDetailSoft:function(e){var r=this;if(0===this.currentSelected.length)return this.$alert("请先选择要操作的数据","提示"),!1;var a=[];this.currentSelected.forEach((function(e){a.push(e.Id)}));var n={Ids:a,Flag:e};p(n).then((function(e){e.Success?(r.$message({message:"恭喜你,操作成功",type:"success"}),r.currentSelected="",r.loadTableData()):r.$message({message:e.ErrMsg,type:"error"})}))},handleClickItemsChange:function(e,r,a){this.searchform.code=e.EnCode,this.currentItemsId=e.Id,this.tableData=e.Children},handleSelectChange:function(e,r){this.currentSelected=e},handleSelectAllChange:function(e){this.currentSelected=e}}},f=u,b=(a("054f"),a("2877")),v=Object(b["a"])(f,n,t,!1,null,null,null);r["default"]=v.exports},7359:function(e,r,a){"use strict";a.d(r,"b",(function(){return d})),a.d(r,"d",(function(){return s})),a.d(r,"c",(function(){return l})),a.d(r,"e",(function(){return o})),a.d(r,"a",(function(){return c}));var n=a("b775"),t=a("83d6"),i=a.n(t);function d(){return n["a"].request({url:"Organize/GetAllOrganizeTreeTable",method:"get",baseURL:i.a.apiSecurityUrl})}function s(e,r){return n["a"].request({url:r,method:"post",data:e,baseURL:i.a.apiSecurityUrl})}function l(e){return Object(n["a"])({url:"Organize/GetById",method:"get",params:{id:e},baseURL:i.a.apiSecurityUrl})}function o(e){return Object(n["a"])({url:"Organize/SetEnabledMarktBatchAsync",method:"post",data:e,baseURL:i.a.apiSecurityUrl})}function c(e){return Object(n["a"])({url:"Organize/DeleteSoftBatchAsync",method:"delete",data:e,baseURL:i.a.apiSecurityUrl})}},7424:function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"app-container"},[a("el-form",{ref:"editFrom",staticClass:"yuebon-setting-form",attrs:{model:e.editFrom,rules:e.rules}},[a("el-tabs",{attrs:{type:"border-card"},model:{value:e.activeName,callback:function(r){e.activeName=r},expression:"activeName"}},[a("el-tab-pane",{attrs:{label:"基本信息",name:"first"}},[a("el-form-item",{attrs:{label:"系统名称","label-width":e.formLabelWidth,prop:"SoftName"}},[a("el-input",{attrs:{placeholder:"请输入系统名称",autocomplete:"off",clearable:""},model:{value:e.editFrom.SoftName,callback:function(r){e.$set(e.editFrom,"SoftName",r)},expression:"editFrom.SoftName"}}),e._v(" *系统名称最多20个字符 ")],1),a("el-form-item",{attrs:{label:"系统简介","label-width":e.formLabelWidth,prop:"SoftSummary"}},[a("el-input",{attrs:{placeholder:"请输入系统简介",autocomplete:"off",clearable:""},model:{value:e.editFrom.SoftSummary,callback:function(r){e.$set(e.editFrom,"SoftSummary",r)},expression:"editFrom.SoftSummary"}})],1),a("el-form-item",{attrs:{label:"访问域名","label-width":e.formLabelWidth,prop:"WebUrl"}},[a("el-input",{attrs:{placeholder:"请输入访问域名",autocomplete:"off",clearable:""},model:{value:e.editFrom.WebUrl,callback:function(r){e.$set(e.editFrom,"WebUrl",r)},expression:"editFrom.WebUrl"}})],1),a("el-form-item",{attrs:{label:"Logo","label-width":e.formLabelWidth,prop:"SysLogo"}},[a("el-upload",{staticClass:"avatar-uploader",attrs:{action:e.httpFileUploadUrl,headers:e.headers,"show-file-list":!1,"on-success":e.uploadFileSuccess}},[e.editFrom.SysLogo?a("img",{staticClass:"avatar",attrs:{src:e.editFrom.SysLogo}}):a("i",{staticClass:"el-icon-plus avatar-uploader-icon"})]),a("el-dialog",{attrs:{visible:e.dialogVisible},on:{"update:visible":function(r){e.dialogVisible=r}}},[a("img",{attrs:{width:"100%",src:e.dialogImageUrl,alt:""}})])],1),a("el-form-item",{attrs:{label:"公司名称","label-width":e.formLabelWidth,prop:"CompanyName"}},[a("el-input",{attrs:{placeholder:"请输入公司名称",autocomplete:"off",clearable:""},model:{value:e.editFrom.CompanyName,callback:function(r){e.$set(e.editFrom,"CompanyName",r)},expression:"editFrom.CompanyName"}})],1),a("el-form-item",{attrs:{label:"通讯地址","label-width":e.formLabelWidth,prop:"Address"}},[a("el-input",{attrs:{placeholder:"请输入通讯地址",autocomplete:"off",clearable:""},model:{value:e.editFrom.Address,callback:function(r){e.$set(e.editFrom,"Address",r)},expression:"editFrom.Address"}})],1),a("el-form-item",{attrs:{label:"电话","label-width":e.formLabelWidth,prop:"Telphone"}},[a("el-input",{attrs:{placeholder:"请输入电话",autocomplete:"off",clearable:""},model:{value:e.editFrom.Telphone,callback:function(r){e.$set(e.editFrom,"Telphone",r)},expression:"editFrom.Telphone"}})],1),a("el-form-item",{attrs:{label:"Email","label-width":e.formLabelWidth,prop:"Email"}},[a("el-input",{attrs:{placeholder:"请输入Email",autocomplete:"off",clearable:""},model:{value:e.editFrom.Email,callback:function(r){e.$set(e.editFrom,"Email",r)},expression:"editFrom.Email"}})],1),a("el-form-item",{attrs:{label:"ICP备案号","label-width":e.formLabelWidth,prop:"ICPCode"}},[a("el-input",{attrs:{placeholder:"请输入ICP备案号",autocomplete:"off",clearable:""},model:{value:e.editFrom.ICPCode,callback:function(r){e.$set(e.editFrom,"ICPCode",r)},expression:"editFrom.ICPCode"}}),e._v(" 请到工业和信息化部http://beian.miit.gov.cn网站查询 ")],1),a("el-form-item",{attrs:{label:"公安备案号","label-width":e.formLabelWidth,prop:"PublicSecurityCode"}},[a("el-input",{attrs:{placeholder:"请输入公安备案号",autocomplete:"off",clearable:""},model:{value:e.editFrom.PublicSecurityCode,callback:function(r){e.$set(e.editFrom,"PublicSecurityCode",r)},expression:"editFrom.PublicSecurityCode"}}),e._v(" 请到全国互联网安全管理服务平台http://www.beian.gov.cn网站备案查询 ")],1)],1),a("el-tab-pane",{attrs:{label:"功能权限",name:"second"}},[a("el-form-item",{attrs:{label:"是否开启系统","label-width":e.formLabelWidth,prop:"Webstatus"}},[a("el-radio-group",{model:{value:e.editFrom.Webstatus,callback:function(r){e.$set(e.editFrom,"Webstatus",r)},expression:"editFrom.Webstatus"}},[a("el-radio",{attrs:{label:"0"}},[e._v("是")]),a("el-radio",{attrs:{label:"1"}},[e._v("否")])],1)],1),a("el-form-item",{attrs:{label:"系统关闭原因","label-width":e.formLabelWidth,prop:"Webclosereason"}},[a("el-input",{attrs:{type:"textarea",placeholder:"请输入系统关闭原因",autocomplete:"off",clearable:""},model:{value:e.editFrom.Webclosereason,callback:function(r){e.$set(e.editFrom,"Webclosereason",r)},expression:"editFrom.Webclosereason"}})],1),a("el-form-item",{attrs:{label:"系统统计代码","label-width":e.formLabelWidth,prop:"Webcountcode"}},[a("el-input",{attrs:{type:"textarea",placeholder:"请输入系统统计代码",autocomplete:"off",clearable:""},model:{value:e.editFrom.Webcountcode,callback:function(r){e.$set(e.editFrom,"Webcountcode",r)},expression:"editFrom.Webcountcode"}})],1)],1),a("el-tab-pane",{attrs:{label:"短信设置",name:"three"}},[a("el-form-item",{attrs:{label:"短信API地址","label-width":e.formLabelWidth,prop:"Smsapiurl"}},[a("el-input",{attrs:{placeholder:"请输入短信API地址",autocomplete:"off",clearable:""},model:{value:e.editFrom.Smsapiurl,callback:function(r){e.$set(e.editFrom,"Smsapiurl",r)},expression:"editFrom.Smsapiurl"}})],1),a("el-form-item",{attrs:{label:"平台登录账户","label-width":e.formLabelWidth,prop:"Smsusername"}},[a("el-input",{attrs:{placeholder:"请输入平台登录账户",autocomplete:"off",clearable:""},model:{value:e.editFrom.Smsusername,callback:function(r){e.$set(e.editFrom,"Smsusername",r)},expression:"editFrom.Smsusername"}})],1),a("el-form-item",{attrs:{label:"平台通信密钥","label-width":e.formLabelWidth,prop:"Smspassword"}},[a("el-input",{attrs:{placeholder:"请输入平台通信密钥",autocomplete:"off",clearable:""},model:{value:e.editFrom.Smspassword,callback:function(r){e.$set(e.editFrom,"Smspassword",r)},expression:"editFrom.Smspassword"}})],1),a("el-form-item",{attrs:{label:"签名","label-width":e.formLabelWidth,prop:"SmsSignName"}},[a("el-input",{attrs:{placeholder:"请输入短信签名",autocomplete:"off",clearable:""},model:{value:e.editFrom.SmsSignName,callback:function(r){e.$set(e.editFrom,"SmsSignName",r)},expression:"editFrom.SmsSignName"}})],1),a("el-form-item",{attrs:{label:"短信平台说明","label-width":e.formLabelWidth}},[e._v(" 请不要使用系统默认账户test,因为它是公用的测试账号; 请在短信平台修改账户资料中绑定签名方可使用短信功能; 如果您尚未申请开通,请点击这里注册成功后填写您的用户名和通讯密钥均可正常使用。 目前实现了阿里云短信和助通科技短信接口。 ")])],1),a("el-tab-pane",{attrs:{label:"邮件设置",name:"four"}},[a("el-form-item",{attrs:{label:"SMTP服务器","label-width":e.formLabelWidth,prop:"Emailsmtp"}},[a("el-input",{attrs:{placeholder:"请输入SMTP服务器",autocomplete:"off",clearable:""},model:{value:e.editFrom.Emailsmtp,callback:function(r){e.$set(e.editFrom,"Emailsmtp",r)},expression:"editFrom.Emailsmtp"}})],1),a("el-form-item",{attrs:{label:"SSL加密连接","label-width":e.formLabelWidth,prop:"Emailssl"}},[a("el-radio-group",{model:{value:e.editFrom.Emailssl,callback:function(r){e.$set(e.editFrom,"Emailssl",r)},expression:"editFrom.Emailssl"}},[a("el-radio",{attrs:{label:"true"}},[e._v("是")]),a("el-radio",{attrs:{label:"false"}},[e._v("否")])],1)],1),a("el-form-item",{attrs:{label:"SMTP端口","label-width":e.formLabelWidth,prop:"Emailport"}},[a("el-input",{attrs:{placeholder:"请输入SMTP端口",autocomplete:"off",clearable:""},model:{value:e.editFrom.Emailport,callback:function(r){e.$set(e.editFrom,"Emailport",r)},expression:"editFrom.Emailport"}})],1),a("el-form-item",{attrs:{label:"发件人地址","label-width":e.formLabelWidth,prop:"Emailfrom"}},[a("el-input",{attrs:{placeholder:"请输入发件人地址",autocomplete:"off",clearable:""},model:{value:e.editFrom.Emailfrom,callback:function(r){e.$set(e.editFrom,"Emailfrom",r)},expression:"editFrom.Emailfrom"}})],1),a("el-form-item",{attrs:{label:"邮箱账号","label-width":e.formLabelWidth,prop:"Emailusername"}},[a("el-input",{attrs:{placeholder:"请输入邮箱账号",autocomplete:"off",clearable:""},model:{value:e.editFrom.Emailusername,callback:function(r){e.$set(e.editFrom,"Emailusername",r)},expression:"editFrom.Emailusername"}})],1),a("el-form-item",{attrs:{label:"邮箱密码","label-width":e.formLabelWidth,prop:"Emailpassword"}},[a("el-input",{attrs:{placeholder:"请输入邮箱密码",type:"password",autocomplete:"off",clearable:""},model:{value:e.editFrom.Emailpassword,callback:function(r){e.$set(e.editFrom,"Emailpassword",r)},expression:"editFrom.Emailpassword"}})],1),a("el-form-item",{attrs:{label:"发件人昵称","label-width":e.formLabelWidth,prop:"Emailnickname"}},[a("el-input",{attrs:{placeholder:"请输入发件人昵称",autocomplete:"off",clearable:""},model:{value:e.editFrom.Emailnickname,callback:function(r){e.$set(e.editFrom,"Emailnickname",r)},expression:"editFrom.Emailnickname"}})],1)],1),a("el-tab-pane",{attrs:{label:"文件上传",name:"five"}},[a("el-form-item",{attrs:{label:"文件服务器","label-width":e.formLabelWidth,prop:"Fileserver"}},[a("el-select",{attrs:{placeholder:"请选择"},model:{value:e.editFrom.Fileserver,callback:function(r){e.$set(e.editFrom,"Fileserver",r)},expression:"editFrom.Fileserver"}},[a("el-option",{attrs:{label:"本地服务器",value:"localhost"}}),a("el-option",{attrs:{label:"阿里云OSS",value:"alioss"}}),a("el-option",{attrs:{label:"腾讯云OSS",value:"tengxunoss"}}),a("el-option",{attrs:{label:"七牛云",value:"qiniu"}})],1)],1),a("el-form-item",{attrs:{label:"文件上传目录","label-width":e.formLabelWidth,prop:"Filepath"}},[a("el-input",{attrs:{placeholder:"请输入文件上传目录",autocomplete:"off",clearable:""},model:{value:e.editFrom.Filepath,callback:function(r){e.$set(e.editFrom,"Filepath",r)},expression:"editFrom.Filepath"}})],1),a("el-form-item",{attrs:{label:"文件保存方式","label-width":e.formLabelWidth,prop:"Filesave"}},[a("el-select",{attrs:{placeholder:"请选择"},model:{value:e.editFrom.Filesave,callback:function(r){e.$set(e.editFrom,"Filesave",r)},expression:"editFrom.Filesave"}},[a("el-option",{attrs:{label:"按年月日每天一个目录",value:"1"}}),a("el-option",{attrs:{label:"按年月日存入不同目录",value:"2"}})],1)],1),a("el-form-item",{attrs:{label:"文件上传类型","label-width":e.formLabelWidth,prop:"Fileextension"}},[a("el-input",{attrs:{placeholder:"请输入文件上传类型",autocomplete:"off",clearable:""},model:{value:e.editFrom.Fileextension,callback:function(r){e.$set(e.editFrom,"Fileextension",r)},expression:"editFrom.Fileextension"}})],1),a("el-form-item",{attrs:{label:"图片缩略大小","label-width":e.formLabelWidth,prop:"Thumbnailheight"}},[e._v(" 宽"),a("el-input",{staticStyle:{width:"150px"},attrs:{placeholder:"缩略图宽度",autocomplete:"off",clearable:""},model:{value:e.editFrom.Thumbnailwidth,callback:function(r){e.$set(e.editFrom,"Thumbnailwidth",r)},expression:"editFrom.Thumbnailwidth"}}),e._v("px *高"),a("el-input",{staticStyle:{width:"150px"},attrs:{placeholder:"缩略图高度",autocomplete:"off",clearable:""},model:{value:e.editFrom.Thumbnailheight,callback:function(r){e.$set(e.editFrom,"Thumbnailheight",r)},expression:"editFrom.Thumbnailheight"}}),e._v("px ")],1)],1)],1),a("el-form-item",[a("el-button",{staticClass:"btnset",attrs:{type:"primary"},on:{click:function(r){return e.saveEditForm()}}},[e._v("保 存")])],1)],1)],1)},t=[],i=a("ae0d"),d=a("83d6"),s=a.n(d),l=a("5f87"),o={name:"SysSetting",data:function(){return{activeName:"first",editFrom:{SoftName:"",SoftSummary:"",WebUrl:"",SysLogo:"",CompanyName:"",Address:"",Telphone:"",Email:"",ICPCode:"",PublicSecurityCode:"",Webstatus:"0",Webclosereason:"",Webcountcode:"",Smsapiurl:"",Smsusername:"",Smspassword:"",SmsSignName:"",Emailsmtp:"",Emailssl:"",Emailport:"",Emailfrom:"",Emailusername:"",Emailpassword:"",Emailnickname:"",Fileserver:"",Filepath:"",Filesave:"",Fileextension:""},rules:{SoftName:[{required:!0,message:"请输入系统名称",trigger:"blur"},{min:2,max:50,message:"长度在 6 到 32 个字符",trigger:"blur"}],WebUrl:[{required:!0,message:"请输入访问地址",trigger:"blur"},{min:2,max:50,message:"长度在 6 到 32 个字符",trigger:"blur"}]},httpFileUploadUrl:s.a.fileUploadUrl,dialogVisible:!1,dialogImageUrl:"",filelist:[],formLabelWidth:"150px",headers:[]}},created:function(){this.loadSettingData(),this.headers={Authorization:"Bearer "+(Object(l["a"])()||"")}},methods:{handleRemove:function(e,r){console.log("file.url"+e.url),this.editFrom.SysLogo=e.url},handlePictureCardPreview:function(e){this.dialogImageUrl=e.url,this.dialogVisible=!0},loadSettingData:function(){var e=this;Object(i["a"])().then((function(r){e.editFrom=r.ResData,e.editFrom.Webstatus=r.ResData.Webstatus+"",e.editFrom.Emailssl=r.ResData.Emailssl+""}))},uploadFileSuccess:function(e,r,a){console.log(s.a.fileUrl),console.log("response.ResData.FilePath"+e.ResData.FilePath),this.editFrom.SysLogo=s.a.fileUrl+e.ResData.FilePath},saveEditForm:function(){var e=this;this.$refs["editFrom"].validate((function(r){if(!r)return!1;var a=e.editFrom;Object(i["m"])(a).then((function(r){r.Success?(e.$message({message:"恭喜你,操作成功",type:"success"}),e.dialogEditFormVisible=!1,e.currentSelected="",e.$refs["editFrom"].resetFields(),e.loadSettingData()):e.$message({message:r.ErrMsg,type:"error"})}))}))}}},c=o,I=(a("3b8c"),a("2877")),m=Object(I["a"])(c,n,t,!1,null,"e3f42672",null);r["default"]=m.exports},"76dc":function(e,r,a){},"78ad":function(e,r,a){},"79aa":function(e,r,a){"use strict";a("20b7")},"7a17":function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"warp"},[a("el-card",[a("el-tabs",{on:{"tab-click":e.selectTopNav},model:{value:e.activeName,callback:function(r){e.activeName=r},expression:"activeName"}},[a("el-tab-pane",{attrs:{label:"全部",name:"-1"}}),a("el-tab-pane",{attrs:{label:"进行中",name:"1"}}),a("el-tab-pane",{attrs:{label:"已结束",name:"2"}})],1),a("div",{staticClass:"top_card"},[a("div",[a("el-input",{staticClass:"input_css",attrs:{clearable:"",placeholder:"活动名称"},model:{value:e.searchBannerVal,callback:function(r){e.searchBannerVal=r},expression:"searchBannerVal"}}),a("el-date-picker",{staticClass:"time_css",attrs:{type:"daterange",align:"left","unlink-panels":"","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期","picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd HH:mm:ss"},model:{value:e.searchTime,callback:function(r){e.searchTime=r},expression:"searchTime"}}),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleSearch()}}},[e._v("查询")]),a("el-button",{attrs:{type:"warning"},on:{click:function(r){return e.handleNull()}}},[e._v("重置")])],1),a("div",[a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleAddBanner()}}},[e._v("新建")])],1)]),a("div",{staticClass:"table_css"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableloading,expression:"tableloading"}],ref:"gridtable",staticStyle:{width:"100%"},attrs:{data:e.tableData,height:"650","header-cell-style":{"background-color":"#EBF5FF"}}},[a("el-table-column",{attrs:{prop:"Name",label:"活动类型"}}),a("el-table-column",{attrs:{prop:"Icon",label:"列表图片",align:"center"},scopedSlots:e._u([{key:"default",fn:function(e){return[a("el-image",{staticStyle:{height:"70px",width:"70px"},attrs:{src:e.row.Icon,"preview-src-list":[e.row.Icon]}})]}}])}),a("el-table-column",{attrs:{prop:"PicUrl",label:"规则banner",align:"center"},scopedSlots:e._u([{key:"default",fn:function(e){return[a("el-image",{staticStyle:{height:"80px",width:"150px"},attrs:{src:e.row.PicUrl,"preview-src-list":[e.row.PicUrl]}})]}}])}),a("el-table-column",{attrs:{prop:"DetailPicUrl",label:"活动详情图",align:"center"},scopedSlots:e._u([{key:"default",fn:function(e){return[a("el-image",{staticStyle:{height:"80px",width:"150px"},attrs:{src:e.row.DetailPicUrl,"preview-src-list":[e.row.DetailPicUrl]}})]}}])}),a("el-table-column",{attrs:{prop:"StartTime",label:"开始时间"}}),a("el-table-column",{attrs:{prop:"EndTime",label:"结束时间"}}),a("el-table-column",{attrs:{prop:"Status",label:"活动状态",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return[0==r.row.Status?a("el-tag",{attrs:{type:"info"}},[e._v("未开始")]):1==r.row.Status?a("el-tag",{attrs:{type:"success"}},[e._v("进行中")]):a("el-tag",{attrs:{type:"danger"}},[e._v("已结束")])]}}])}),a("el-table-column",{attrs:{prop:"change",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(r){return[0==r.row.Status||1==r.row.Status?a("span",{staticStyle:{color:"#1d7fff",cursor:"pointer"},on:{click:function(a){return a.stopPropagation(),e.handleChange(r.row)}}},[e._v("编辑")]):a("span",{staticStyle:{color:"#1d7fff",cursor:"pointer"},on:{click:function(a){return a.stopPropagation(),e.handleChange(r.row)}}},[e._v("查看")])]}}])})],1),a("div",{staticClass:"pagination-container"},[a("el-pagination",{attrs:{background:"","current-page":e.page.currentPage,"page-size":e.page.pagesize,layout:"total, prev, pager, next",total:e.page.pageTotal},on:{"current-change":e.handlePage}})],1)],1)],1),a("el-drawer",{ref:"drawer",attrs:{visible:e.showAddBanner,direction:"rtl",size:"700","show-close":!1},on:{"update:visible":function(r){e.showAddBanner=r}}},[a("div",{staticClass:"demo-drawer__content"},[a("div",{staticClass:"top_name"},[e._v(e._s(e.drawerName))]),a("el-form",{ref:"addFormHd",attrs:{model:e.addFormHd,rules:e.rules,"label-position":"right","label-width":"120px"}},[a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"活动类型",prop:"ActivityId"}},[a("el-select",{staticStyle:{width:"220px"},attrs:{placeholder:"请选择"},on:{change:e.selectHdType},model:{value:e.addFormHd.ActivityId,callback:function(r){e.$set(e.addFormHd,"ActivityId",r)},expression:"addFormHd.ActivityId"}},e._l(e.selectType,(function(e){return a("el-option",{key:e.Id,attrs:{label:e.Value,value:e.Id}})})),1)],1),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"活动介绍",prop:"TextDesc"}},[a("el-input",{staticClass:"inp_width",attrs:{placeholder:"请输入活动介绍"},model:{value:e.addFormHd.TextDesc,callback:function(r){e.$set(e.addFormHd,"TextDesc",r)},expression:"addFormHd.TextDesc"}})],1),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"开始时间",prop:"StartTime"}},[a("el-date-picker",{attrs:{type:"datetime",align:"right",placeholder:"选择开始时间","value-format":"yyyy-MM-dd HH:mm:ss"},model:{value:e.addFormHd.StartTime,callback:function(r){e.$set(e.addFormHd,"StartTime",r)},expression:"addFormHd.StartTime"}})],1),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"结束时间",prop:"EndTime"}},[a("el-date-picker",{attrs:{type:"datetime",align:"right",placeholder:"选择结束时间","value-format":"yyyy-MM-dd HH:mm:ss"},on:{change:e.endtime_fun},model:{value:e.addFormHd.EndTime,callback:function(r){e.$set(e.addFormHd,"EndTime",r)},expression:"addFormHd.EndTime"}})],1),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"列表图片",prop:"Icon"}},[a("el-upload",{staticClass:"avatar-uploader_icon",attrs:{action:"#","show-file-list":!1,"http-request":e.uploadIcon}},[e.addFormHd.Icon?[a("el-image",{staticClass:"swiper_img",attrs:{src:e.addFormHd.Icon}})]:[a("i",{staticClass:"el-icon-plus avatar-uploader-icon"}),a("div",{staticClass:"img_tex"},[e._v("点击上传图片")])]],2)],1),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"活动banner",prop:"PicUrl"}},[a("el-upload",{staticClass:"avatar-uploader",attrs:{action:"#","show-file-list":!1,"http-request":e.uploadFileSuccess}},[e.addFormHd.PicUrl?[a("el-image",{staticClass:"swiper_img",attrs:{src:e.addFormHd.PicUrl}})]:[a("i",{staticClass:"el-icon-plus avatar-uploader-icon"}),a("div",{staticClass:"img_tex"},[e._v("点击上传图片")]),a("div",{staticClass:"img_log"},[e._v("建议尺寸710*258像素")])]],2)],1),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"活动详情图",prop:"DetailPicUrl"}},[a("el-upload",{staticClass:"avatar-uploader",attrs:{action:"#","show-file-list":!1,"http-request":e.uploadSwiper}},[e.addFormHd.DetailPicUrl?[a("el-image",{staticClass:"swiper_img",attrs:{src:e.addFormHd.DetailPicUrl}})]:[a("i",{staticClass:"el-icon-plus avatar-uploader-icon"}),a("div",{staticClass:"img_tex"},[e._v("点击上传图片")]),a("div",{staticClass:"img_log"},[e._v("建议尺寸:宽750像素,高度不限")])]],2)],1)],1),a("el-divider"),a("div",{staticClass:"demo-drawer__footer"},[a("el-button",{on:{click:function(r){e.showAddBanner=!1}}},[e._v("取 消")]),1==e.is_ck?a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.onBcHd("addFormHd")}}},[e._v("保存")]):e._e()],1)],1)])],1)},t=[],i=(a("b0c0"),a("7db0"),a("2993")),d=a("b775"),s=a("83d6"),l=a.n(s);function o(e){return d["a"].request({url:"Activity/FindWithPagerSearchAsync",method:"post",data:e,baseURL:l.a.apiSecurityUrl})}function c(){return d["a"].request({url:"Dictionary/GetListByPidAsync",method:"get",params:{pid:3},baseURL:l.a.apiSecurityUrl})}function I(e){return d["a"].request({url:"Activity/InsertAsync",method:"post",data:e,baseURL:l.a.apiSecurityUrl})}function m(e){return d["a"].request({url:"Activity/UpdateAsync",method:"post",data:e,baseURL:l.a.apiSecurityUrl})}var p=a("3438"),h={name:"Activity",data:function(){return{pickerOptions:{shortcuts:[{text:"最近一周",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,r])}},{text:"最近一个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,r])}},{text:"最近三个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-7776e6),e.$emit("pick",[a,r])}}]},activeName:"-1",searchBannerVal:"",searchTime:"",tableloading:!0,tableData:[],page:{currentPage:1,pagesize:20,pageTotal:0},showAddBanner:!1,drawerName:"新建活动",selectType:[],addFormHd:{Name:"",ActivityId:"",Icon:"",TextDesc:"",StartTime:"",EndTime:"",PicUrl:"",DetailPicUrl:""},rules:{ActivityId:[{required:!0,message:"请选择活动类型",trigger:"blur"}],StartTime:[{required:!0,message:"请选择开始时间",trigger:"blur"}],EndTime:[{required:!0,message:"请选择结束时间",trigger:"blur"}],TextDesc:[{required:!0,message:"请输入活动介绍",trigger:"blur"}]},is_ck:0}},created:function(){this.getTable(1),this.getType()},methods:{endtime_fun:function(e){return console.log(e),""==this.addFormHd.StartTime?(this.$message({message:"请先选择开始时间",type:"warning"}),void(this.addFormHd.EndTime="")):new Date(e)<new Date(this.addFormHd.StartTime)?(this.$message({message:"结束时间不得早于开始时间",type:"warning"}),void(this.addFormHd.EndTime="")):void console.log(this.addFormHd.StartTime)},selectTopNav:function(e,r){this.activeName=e.name,this.getTable(1)},handleSearch:function(){this.getTable(1)},handleNull:function(){this.searchBannerVal="",this.searchTime="",this.getTable(1)},handleAddBanner:function(){this.addFormHd={Name:"",ActivityId:"",Icon:"",StartTime:"",TextDesc:"",EndTime:"",PicUrl:"",DetailPicUrl:""},this.drawerName="新增活动",this.is_ck=1,this.showAddBanner=!0},onBcHd:function(){var e=this,r=this;this.$refs["addFormHd"].validate((function(a){if(!a)return!1;r.addFormHd.Id?m(r.addFormHd).then((function(a){console.log(0==a.ErrCode),0==a.ErrCode?(e.$message.success("修改成功"),r.showAddBanner=!1,r.getTable(1)):e.$message.error(a.ErrMsg)})):(console.log(r.addFormHd),I(r.addFormHd).then((function(a){0==a.ErrCode?(e.$message.success("修改成功"),r.showAddBanner=!1,r.getTable(1)):e.$message.error(a.ErrMsg)})))}))},handleChange:function(e){console.log(e),2==e.Status?(this.drawerName="活动详情",this.is_ck=0):(this.drawerName="编辑活动",this.is_ck=1),this.addFormHd=e,this.showAddBanner=!0},handlePage:function(e){this.page.currentPage=e,this.getTable(e)},selectHdType:function(e){this.addFormHd.Name=this.selectType.find((function(r){return r.Id==e})).Value},uploadIcon:function(e){var r=this,a=e.file;e.file&&r.getCosTokenUpLoad(a,3)},uploadFileSuccess:function(e){var r=this,a=e.file;e.file&&r.getCosTokenUpLoad(a,1)},uploadSwiper:function(e){var r=this,a=e.file;e.file&&r.getCosTokenUpLoad(a,2)},getCosTokenUpLoad:function(e,r){var a=this;Object(i["c"])().then((function(n){console.log(n);var t=new p({getAuthorization:function(e,r){var a={TmpSecretId:n.ResData.Credentials.TmpSecretId,TmpSecretKey:n.ResData.Credentials.TmpSecretKey,SecurityToken:n.ResData.Credentials.Token,StartTime:n.ResData.StartTime,ExpiredTime:n.ResData.ExpiredTime,ScopeLimit:!0};r(a)}}),i="cloudcar/wx/upload/avatar/"+(new Date).getTime()+".png";t.putObject({Bucket:"znyc-images-1304677865",Region:"ap-guangzhou",Key:i,StorageClass:"STANDARD",Body:e},(function(e,n){if(console.log(n),console.log(e),e)a.$message.error("上传失败");else if(200===n.statusCode){console.log("上传成功",n.Location);var t="https:".concat(n.Location);1==r?a.addFormHd.PicUrl=t:2==r?a.addFormHd.DetailPicUrl=t:a.addFormHd.Icon=t}}))}))},getTable:function(e){var r=this;r.tableloading=!0;var a={CurrenetPageIndex:e,PageSize:r.page.pagesize,Keywords:r.searchBannerVal,StartTime:r.searchTime[0],EndTime:r.searchTime[1],Status:r.activeName,Order:"desc",Sort:"Sort"};o(a).then((function(e){r.page.pageTotal=e.ResData.TotalItems,r.tableData=e.ResData.Items,r.tableloading=!1,console.log("活动列表",e)}))},getType:function(){var e=this;c().then((function(r){console.log("活动类型",r),e.selectType=r.ResData}))}}},g=h,u=(a("fcd6"),a("2877")),f=Object(u["a"])(g,n,t,!1,null,"25df7f36",null);r["default"]=f.exports},"7ca1":function(e,r){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJgAAACKCAMAAABhAnODAAABzlBMVEUAAAD8/f/////////////3+v7////4+/7////////9///3+v7////////////4+v7+///////6/P/+/v/+/v/////5+/7////3+f72+v7y9/7+///7/f/////////////3+v76/P/7/f/4/P/9///////o8vz3+/73+f73+v7////4+/7////////3+//3+/7////+/v/////+/v/////o8fz9/v/p8f3o8fz3+/7////r8/33+v74+v72+v70+P7////+///3+v72+v7t9P3w9v3x9/7////+///7/f/////////////////3+v7p8v3////p8vv4+//////5+//r8/z4+//p8vz////6/P/4+v/////5/P7////8/P7////6/P/2+//8/f/////8///8///////n8fz2+v7////p8vz2+f73+v7////u9f7r9P3z+P32+f7////2+f73+v3////////2+v3////4+//t9P31+v78/P/4+//4+/7t9P35+//////////o8fz////0+P7o8fzo8fzo8Pv////z9/3o8f3z9//////w9/7w9/73+v/////p8v35/P7o8f3o8P3////n8Pv2+f3z+P4909UsAAAAlnRSTlMA/fumA/3h+PTlC/sG/vrz29a8NRLv7+fmzMJOLBj26cS+VB8O/fvp39TNwsG/u6CagmdbQP759O7s3dzZ0tDLysjIwcG/u6h1OiEB8evi4t/X1tHQ0M3GxcS4r5WNiX17c0UpJBsJ+O7t6OTc2MzKvra1raeflpBtbVtNLxX01tLDura0tKqai4WCbWZhSz4yFu/jfHnJ+3wGAAAFOElEQVR42u3cB1MTQRjG8TXehZBC6CQhkEBCbyJdelVUQDoCKiBFQJqCgoC99/qyfFshCId4yS2X3cs6k98n+E9y7HMz2QGxNpV+M8+aXTg6nuw0Ik5Mt4/fn8fH2PKKxh7FxaNQmiwZtZuwvDv21TEn0p53YmylCgfS1wuRHqQlwfmxKEfEAT2+roc9MZp9o982iwutWIkt7yocGJpGzJnjNlazMYHaxgw4MiIgljzpD90RmESEewH+cg6x4t0omseEstJccNItxMh9jEVbrbu5uakmEQfUc70cZJxHTIzjYxJrmpoLm+2dMl+ryZ0L8nTJiIF22QPU1GlPGy7Me5olHh6nsXrwK7UdUbc9r/BQ5eQNDxe6065CIB23EWVCISZg0oMCfQqi6z0mMQCKer2IpgkRE8gBAgVmRM9UFSZg7QASF6/Q26AmTKIPZDE8aB9iEnYgdBZRko5J2Axah01aMQExBjQOm67FJK6D1mFFmESNTuuwj2QvX9dA47CtCMIvUuuwomyR6KTQPGynrLrl1XBt4M8tyxWCsAOVS21t9jvYj0YIRZgks7qlzd2J/5EHIQyTVC62NvdEYEm2gY8wn8wnDkddoq/L1AschR2YW3TU22KBvzCfcl7DzoTDwmHhsHBYOCwc9r+GpUYeOitwFXbMOV7DoJjXMDjPa1hGOqdhUF7KaRgkbHEaBkmXOQ2D6G1Ow6DByGkYPOc1TBcOC4eFwwi1L1VwGDb9KRdA97S1f4arsMkbs0fvwgOt3Zl8hAmb9yzwl4Sm1u6yUIfFX7oAclzuluoQhn1dSwX/9I6WrlCEmUsaQVH0csuctmGedy4gk9HTNlipVdjEiA5OI6qvbbCCeZh3fQFUMKxYmIY5HxhAjegGAHZhQnoBqKIfsgC7sJRbkaBK0jMd0OJCJ5VejAJVEvJTgRbDO+/JT6tID6oYCq4CLVGj39BJq1gciD19W1R+B9CiW/Ogf3zG+8S607VlDEUCNSNyN92MR5dZxb7Ya0Co4QJQ8zwOybmJjxHriNpyF4CaxlIka8uET8iJVfg0YnqBmphkJE9owhKFNumYp+VCiYD82MB+9MRGgwx9owVoSVo3I3+mrNi/mrSTba4hHdCSMGYMfD9ZIt/G6Ji/GY8CSMbK7v5pM+RTPOYfpKBAjJ3Yh6At6lkH0JKxdlnxOiQpUxJQM+JECuJMmNQPoKUgDikRBjApK1DSMEF0M5/YLFARk44IeKyYVBbQoP8kIBKvMLFyCJ5r3Ux6EVjLDyzhlhGR8drIjwoIVqp0zCsaxcQSgz7mpxCxdlGrLsvZSUROqNXgyZfOU3KXMLEqCu+n5FaqMCHRAqolnRfQKe3MLC3bGD9hhmKjut8fy/qXs7GSCFBJdy4lmJ+Su1vvsgl7eTvoWwHVjhzqbxW5pXQueMw56kQsKwNUuFZyhd6VmO+OOhOdJ3/2kpny7aaKRXtE0EdF1I14Jpe6++utwTz5louXmd0HK3tSn6i2qyCO8UW16nrfMJxRMT+MwiRd9bbHKuaHYZhk97Tzw1+Yb344DNufHw7D9ueHwzD93vxwGJawPz/8hfnmh78w3/xwGJbvmx/uwg7nh7MwaX64CpPmh4EKFWHS/DBkfPQiU1XYPSdiLf7DYBlxmDQ/mvD86icLk+ZHM863XYph0vxo6sqXN5UKYdL8aMz8+XWFTJja+WH9Z7pLNj/sbX8YlAnzzU/IeX52Hws7mh8ufH3bdSzMUMzN/85DSPjzZ7rrmx++mDdfz+zs7s0Ph7yO9yjsyG/PhVsZ2R0KAAAAAABJRU5ErkJggg=="},"7fa2":function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,n=e._self._c||r;return n("div",{staticClass:"error-container"},[n("div",{staticClass:"error-content"},[n("el-row",{attrs:{gutter:20}},[n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("div",{staticClass:"pic-error"},[n("img",{staticClass:"pic-error-parent",attrs:{alt:"403",src:a("4f51")}}),n("img",{staticClass:"pic-error-child left",attrs:{alt:"403",src:a("7ca1")}}),n("img",{staticClass:"pic-error-child",attrs:{alt:"403",src:a("7ca1")}}),n("img",{staticClass:"pic-error-child",attrs:{alt:"403",src:a("7ca1")}})])]),n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("div",{staticClass:"bullshit"},[n("div",{staticClass:"bullshit-oops"},[e._v(e._s(e.oops))]),n("div",{staticClass:"bullshit-headline"},[e._v(e._s(e.headline))]),n("div",{staticClass:"bullshit-info"},[e._v(e._s(e.info))]),n("a",{staticClass:"bullshit-return-home",attrs:{href:"#/index"}},[e._v(" "+e._s(e.jumpTime)+"s "+e._s(e.btn)+" ")])])])],1)],1)])},t=[],i={name:"Page403",data:function(){return{jumpTime:5,oops:"抱歉!",headline:"您没有操作权限...",info:"当前帐号没有操作权限,请联系管理员。",btn:"返回首页",timer:0}},mounted:function(){this.timeChange()},beforeDestroy:function(){clearInterval(this.timer)},methods:{timeChange:function(){var e=this;this.timer=setInterval((function(){e.jumpTime?e.jumpTime--:(e.$router.push({path:"/"}),e.$store.dispatch("tabsBar/delOthersRoutes",{path:"/"}),clearInterval(e.timer))}),1e3)}}},d=i,s=(a("9988"),a("2877")),l=Object(s["a"])(d,n,t,!1,null,"26aead3e",null);r["default"]=l.exports},8019:function(e,r,a){},"885f":function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"app-container"},[a("el-card",[a("div",{staticClass:"filter-container"},[a("el-tabs",{attrs:{lazy:!0},on:{"tab-click":e.tagHandleClick},model:{value:e.tagActiveName,callback:function(r){e.tagActiveName=r},expression:"tagActiveName"}},[a("el-tab-pane",{attrs:{label:"全部",name:"-1"}}),a("el-tab-pane",{attrs:{label:"审核通过",name:"3"}}),a("el-tab-pane",{attrs:{label:"未审核",name:"0"}}),a("el-tab-pane",{attrs:{label:"审核失败",name:"4"}})],1),a("div",{staticClass:"form"},[a("el-form",{ref:"searchForm",attrs:{inline:!0,model:e.searchForm,size:"small"}},[a("el-form-item",{attrs:{label:"日期:"}},[a("el-date-picker",{attrs:{type:"daterange","picker-options":e.pickerOptions,format:"yyyy 年 MM 月 dd 日 ","range-separator":"至",size:"small",editable:!1,"start-placeholder":"开始日期","end-placeholder":"结束日期",align:"right"},on:{change:e.timePickerChangeFn},model:{value:e.searchForm.time,callback:function(r){e.$set(e.searchForm,"time",r)},expression:"searchForm.time"}})],1),a("el-form-item",{attrs:{label:"关键字:"}},[a("el-input",{staticStyle:{width:"150px"},attrs:{clearable:"",placeholder:"请输入搜索关键字"},model:{value:e.searchForm.Keywords,callback:function(r){e.$set(e.searchForm,"Keywords",r)},expression:"searchForm.Keywords"}})],1),a("el-form-item",{attrs:{label:"姓 名:"}},[a("el-input",{staticStyle:{width:"150px"},attrs:{clearable:"",placeholder:"请输入搜索姓名"},model:{value:e.searchForm.UserName,callback:function(r){e.$set(e.searchForm,"UserName",r)},expression:"searchForm.UserName"}})],1),a("el-form-item",{attrs:{label:"行业岗位:"}},[a("el-cascader",{staticStyle:{width:"150px"},attrs:{options:e.industryJobsTreeData,props:e.industryProps,placeholder:"请选择行业岗位"},on:{change:e.handleChange}})],1),a("el-form-item",[a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleSearch()}}},[e._v("查询")]),a("el-button",{on:{click:function(r){return e.emptySearch()}}},[e._v("重置")])],1),a("div",{staticClass:"refresh"},[a("el-form-item",{attrs:{size:"medium "}},[a("el-button",{attrs:{type:"primary",size:"small",loading:e.refreshLoading},on:{click:function(r){return e.refreshTableData()}}},[a("i",{staticClass:"el-icon-refresh"}),e._v("刷新 ")])],1)],1)],1)],1)],1),a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableLoading,expression:"tableLoading"}],ref:"gridtable",staticStyle:{width:"100%"},attrs:{data:e.tableData,border:"",height:"600px","cell-style":{"text-align":"center",padding:0,margin:0},"header-cell-style":{"text-align":"center"},"default-sort":{prop:"Id",order:"ascending"},"row-class-name":e.tableRowClassName},on:{"sort-change":e.handleSortChange}},[a("el-table-column",{attrs:{prop:"Id",label:"编号"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("div",{staticClass:"cell-class",style:e.tableCellActiveIndex==r.$index?{background:"#1890ff",color:"white"}:{},on:{click:function(a){return e.handleRowClick(r.row,r.$index)}}},[e._v(" "+e._s(r.row.Id)+" ")])]}}])}),a("el-table-column",{attrs:{prop:"UserName",label:"姓名",width:"120"}}),a("el-table-column",{attrs:{prop:"",label:"头像",width:"80"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("el-image",{staticStyle:{width:"50px",height:"50px"},attrs:{src:r.row.WxAvatarUrl,fit:"cover","preview-src-list":e.srcList},on:{click:function(a){return e.to_imgs(r.row.WxAvatarUrl)}}})]}}])}),a("el-table-column",{attrs:{prop:"NickName",label:"微信昵称",width:"120"}}),a("el-table-column",{attrs:{prop:"Phone",label:"联系方式"}}),a("el-table-column",{attrs:{prop:"RefreshDate",label:"发布时间",sortable:""}}),a("el-table-column",{attrs:{prop:"Address",label:"工作城市"}}),a("el-table-column",{attrs:{prop:"JobName",label:"所需岗位"}}),a("el-table-column",{attrs:{prop:"StatusName",label:"状态"}}),a("el-table-column",{attrs:{label:"公司福利"},scopedSlots:e._u([{key:"default",fn:function(r){return e._l(r.row.WelfareList,(function(r){return a("span",{key:r.id},[e._v(" "+e._s(r.Value)+" ")])}))}}])}),a("el-table-column",{attrs:{label:"操作",width:"180"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("span",{staticStyle:{color:"#1890ff",padding:"6px",cursor:"pointer"},on:{click:function(a){return e.handleRowClick(r.row,r.$index)}}},[e._v("查看")]),0!=r.row.Status&&4!=r.row.Status?a("span",{staticStyle:{color:"#1890ff",padding:"6px",cursor:"pointer"},on:{click:function(a){return e.handfeedback(r.row)}}},[e._v("反馈 "),r.row.IsReadForCallFeedback?a("el-badge",{attrs:{"is-dot":""}}):e._e()],1):e._e(),5!=r.row.Status&&0!=r.row.Status&&4!=r.row.Status?a("span",{staticStyle:{color:"#1890ff",padding:"6px",cursor:"pointer"},on:{click:function(a){return e.handshelves(r.row)}}},[e._v("下架")]):e._e()]}}])})],1),a("div",{staticClass:"pagination-container"},[a("el-pagination",{attrs:{background:"","current-page":e.pagination.currentPage,"page-size":e.pagination.pageSize,layout:"total, prev, pager, next, jumper",total:e.pagination.pageTotal},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1)],1),a("el-drawer",{attrs:{withHeader:!1,size:"45%","custom-class":"drawer-class","before-close":e.drawerBefore,visible:e.drawerDialogVisible,wrapperClosable:""},on:{"update:visible":function(r){e.drawerDialogVisible=r}}},[a("div",{staticClass:"container"},[a("div",{staticClass:"header"},[a("div",{staticClass:"title"},[a("span",[e._v("招聘信息审核")])]),a("div",{staticClass:"user-info"},[a("el-row",{staticClass:"demo-avatar demo-basic"},[a("el-col",{attrs:{span:12}},[a("div",{staticClass:"demo-basic--circle"},[a("div",{staticClass:"block"},[a("el-avatar",{attrs:{size:50,fit:"scale-down",src:e.currentData.AvatarUrl}})],1)])])],1),a("div",{staticClass:"user-contact"},[a("div",[a("span",[e._v(e._s(e.currentData.UserName))])]),a("div",[a("span",[e._v(e._s(e.currentData.Phone))])])]),a("div",{staticClass:"status"},[a("div",{staticStyle:{opacity:"0"}},[a("span",[e._v("状态")])]),a("div",[a("span",[e._v("状态 : ")]),a("span",{staticStyle:{color:"#ff5e00"}},[e._v(e._s(e.currentData.StatusName))])])])],1)]),a("el-divider"),a("div",{staticClass:"content"},[e._l(e.dataNames,(function(r){return a("div",{key:r.name,staticClass:"content-item"},[a("span",[e._v(e._s(r.name))]),a("span",[e._v(e._s(e.currentData[r.variateName]))])])})),a("div",{staticClass:"content-item"},[a("span",[e._v("福利")]),e._l(e.currentData.WelfareList,(function(r,n){return a("span",{key:r.Id},[e._v(" "+e._s(0!==n?" , ":"")+e._s(r.Value)+" ")])}))],2),"4"===e.tagActiveName?a("div",{staticClass:"content-item"},[a("span",{staticStyle:{color:"#f56c6c"}},[e._v("审核失败")]),a("span",[e._v(e._s(e.currentData.Note))])]):e._e()],2),"4"!==e.tagActiveName?a("el-divider"):e._e(),a("div",{staticClass:"footer"},[0===e.currentData.Status?a("el-button",{attrs:{type:"danger"},on:{click:function(r){e.refuseDialogVisible=!0}}},[e._v("拒绝")]):e._e(),0===e.currentData.Status?a("el-button",{attrs:{type:"success",loading:e.passButtonLoading},on:{click:e.auditverified}},[e._v("通过")]):e._e(),3===e.currentData.Status?a("el-button",{attrs:{type:"info"},on:{click:e.uploadStatus}},[e._v("改为已招满")]):e._e()],1)],1)]),a("el-drawer",{attrs:{withHeader:!1,size:"45%","custom-class":"drawer-class",visible:e.drawerFeedback,wrapperClosable:""},on:{"update:visible":function(r){e.drawerFeedback=r}}},[a("div",{staticClass:"feedback_box"},[a("div",{staticClass:"feedback_title"},[e._v("反馈")]),a("div",{staticClass:"feedback_head"},[a("div",{staticClass:"feedback_head_img"},[a("el-avatar",{attrs:{size:50,fit:"scale-down",src:e.feedback_row.AvatarUrl}})],1),a("div",{staticClass:"feedback_head_text"},[a("div",{staticClass:"feedback_head_name"},[e._v(e._s(e.feedback_row.UserName))]),a("div",{staticClass:"feedback_head_mun"},[e._v(e._s(e.feedback_row.Phone))])])]),a("div",{staticClass:"feedback_dasc"},[a("div",{staticClass:"feedback_dasc_title"},[e._v("基本信息")]),a("div",{staticClass:"feedback_dasc_item"},[a("div",{staticClass:"feedback_dasc_item_left"},[e._v("招 聘 岗 位:")]),a("div",{staticClass:"feedback_dasc_item_rigth"},[e._v(" "+e._s(e.feedback_row.JobName)+" ")])]),a("div",{staticClass:"feedback_dasc_item"},[a("div",{staticClass:"feedback_dasc_item_left"},[e._v("招 聘 详 情:")]),a("div",{staticClass:"feedback_dasc_item_rigth"},[e._v(" "+e._s(e.feedback_row.Content)+" ")])]),a("div",{staticClass:"feedback_dasc_item"},[a("div",{staticClass:"feedback_dasc_item_left"},[e._v("招 聘 地 区:")]),a("div",{staticClass:"feedback_dasc_item_rigth"},[e._v(" "+e._s(e.feedback_row.Address)+" ")])])]),a("div",{staticClass:"feedback_table"},[a("div",{staticClass:"feedback_table_top"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.feedback_data,"max-height":"550",border:"","cell-style":{"text-align":"center"},"header-cell-style":{"text-align":"center"}}},[a("el-table-column",{attrs:{type:"index",width:"50"}}),a("el-table-column",{attrs:{prop:"NickName",label:"用户名",width:"180"}}),a("el-table-column",{attrs:{prop:"CreatedTime",label:"时间"}}),a("el-table-column",{attrs:{label:"编号",width:"180"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("div",{staticClass:"evaluation_box"},["真实有效"==r.row.Content?a("div",{staticClass:"evaluation_box_img"},[a("img",{attrs:{src:"https://zhongnengyunche.com/recruitment/wx/static/images/index/evaluation1.png"}})]):e._e(),"已经招到"==r.row.Content?a("div",{staticClass:"evaluation_box_img"},[a("img",{attrs:{src:"https://zhongnengyunche.com/recruitment/wx/static/images/index/evaluation2.png"}})]):e._e(),"联系不上"==r.row.Content?a("div",{staticClass:"evaluation_box_img"},[a("img",{attrs:{src:"https://zhongnengyunche.com/recruitment/wx/static/images/index/evaluation3.png"}})]):e._e(),"虚假信息"==r.row.Content?a("div",{staticClass:"evaluation_box_img"},[a("img",{attrs:{src:"https://zhongnengyunche.com/recruitment/wx/static/images/index/evaluation4.png"}})]):e._e(),a("div",{staticClass:"evaluation_box_text"},[e._v(" "+e._s(r.row.Content)+" ")])])]}}])})],1)],1)])])]),a("el-dialog",{attrs:{title:"请填写审核失败原因",visible:e.refuseDialogVisible,width:"30%","before-close":e.refuseDialogBefore,center:""},on:{"update:visible":function(r){e.refuseDialogVisible=r}}},[a("div",{staticStyle:{"margin-top":"20px"}},[a("el-radio-group",{attrs:{size:"medium"},model:{value:e.refuseName,callback:function(r){e.refuseName=r},expression:"refuseName"}},[a("div",{staticClass:"refuseBox"},e._l(e.refuseCauses,(function(r){return a("div",{key:r.Name,staticClass:"refuseitem"},[a("el-radio-button",{attrs:{border:"",label:r.Id}},[e._v(e._s(r.Name))])],1)})),0),a("div")]),-1===e.refuseName?a("el-form",{ref:"refuseCause",attrs:{model:e.refuseCause,rules:e.refuseRules,"show-message":""}},[a("el-form-item",{attrs:{prop:"content"}},[a("el-input",{attrs:{type:"textarea",rows:4,placeholder:"请输入审核失败原因"},model:{value:e.refuseCause.content,callback:function(r){e.$set(e.refuseCause,"content",r)},expression:"refuseCause.content"}})],1)],1):e._e()],1),a("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(r){return e.refuseCauCancel("refuseCause")}}},[e._v("取 消")]),a("el-button",{attrs:{type:"primary",loading:e.refuseButtonLoading},on:{click:function(r){return e.refuseCauSubmitForm("refuseCause")}}},[e._v("确 定")])],1)])],1)},t=[],i=(a("159b"),a("b775")),d=a("83d6"),s=a.n(d);function l(){return i["a"].request({url:"/IndustryJobs/GetAllIndustryJobsTreeTable",method:"get",params:{id:0},baseURL:s.a.apiSecurityUrl})}function o(e){return i["a"].request({url:"/CallFeedback/UpdateIsReadAsync",method:"put",params:{id:e,productType:2},baseURL:s.a.apiSecurityUrl})}function c(e){return i["a"].request({url:"/Recruitment/RevocationAsync",method:"post",params:e,baseURL:s.a.apiSecurityUrl})}function I(e){return i["a"].request({url:"/Dictionary/GetAllDictionaryTreeTable",method:"get",params:e,baseURL:s.a.apiSecurityUrl})}function m(e){return i["a"].request({url:"/Recruitment/FindWithPagerSearchAsync",method:"post",data:e,baseURL:s.a.apiSecurityUrl})}function p(e,r){return i["a"].request({url:r,method:"post",data:e,baseURL:s.a.apiSecurityUrl})}function h(e){return i["a"].request({url:"/Audit/AuditSuccessAsync",method:"put",params:{pid:e,productType:2},baseURL:s.a.apiSecurityUrl})}function g(e){return i["a"].request({url:"/Audit/AuditFailAsync",method:"put",data:{ProductId:e.Id,productType:2,Note:e.Note},baseURL:s.a.apiSecurityUrl})}var u=a("ed08"),f=a("ae0d"),b={name:"TaskManager",data:function(){return{tableCellActiveIndex:null,refreshLoading:!1,refuseDialogVisible:!1,refuseCauses:[{Name:"虚假信息",Id:0},{Name:"广告内容",Id:1},{Name:"信息不符",Id:2},{Name:"联系不上",Id:3},{Name:"其他问题",Id:-1}],refuseName:0,refuseCause:{content:""},industryProps:{checkStrictly:!0,value:"Id",label:"Name",children:"Childers",expandTrigger:"hover"},welfareList:[],industryJobsTreeData:[],passButtonLoading:!1,refuseButtonLoading:!1,dataNames:[{name:"招聘标题",variateName:"Title"},{name:"创建时间",variateName:"CreatedTime"},{name:"发布时间",variateName:"RefreshDate"},{name:"更新时间",variateName:"ModifiedTime"},{name:"到期时间",variateName:"TopExpireTime"},{name:"行业类型",variateName:"IndustryName"},{name:"招聘岗位",variateName:"JobName"},{name:"招聘地区",variateName:"Address"},{name:"是否置顶",variateName:"Top"},{name:"是否公开",variateName:"Public"},{name:"招聘详情",variateName:"Content"}],currentData:{},drawerDialogVisible:!1,tagActiveName:"-1",searchForm:{Keywords:"",UserName:"",industryId:0,jobId:0,time:[(new Date).getTime()-2592e6,new Date]},tableData:[],tableLoading:!1,pagination:{currentPage:1,pageSize:10,pageTotal:0},sortableData:{order:"",sort:"RefreshDate"},refuseRules:{content:[{required:!0,message:"请输入审核失败原因",trigger:"blur"},{min:2,max:200,message:"长度在 2 到 200 个字符",trigger:"blur"}]},pickerOptions:{shortcuts:[{text:"最近一周",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,r])}},{text:"最近一个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,r])}},{text:"最近三个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-7776e6),e.$emit("pick",[a,r])}}]},tablabel:"",srcList:[],drawerFeedback:!1,feedback_row:[],feedback_data:[{id:1,type:"虚假消息",username:"蔡仕福",time:"2021-02-23"},{id:1,type:"虚假消息",username:"蔡仕福",time:"2021-02-23"},{id:1,type:"虚假消息",username:"蔡仕福",time:"2021-02-23"},{id:1,type:"虚假消息",username:"蔡仕福",time:"2021-02-23"},{id:1,type:"虚假消息",username:"蔡仕福",time:"2021-02-23"}]}},watch:{},created:function(){this.tagActiveName=this.$route.query.tagActiveName||"-1",this.pagination.currentPage=1,this.loadTableData(),this.getStatisticalDataInfoFun(),this.getAllIndustry(),this.getDictionaryListByWhere("welfare")},methods:{handfeedback:function(e){var r=this;console.log(e),o(e.Id).then((function(a){r.tableData.forEach((function(a,n){if(a.Id==e.Id)return r.tableData[n].IsReadForCallFeedback=!1}))})).catch((function(e){r.$message({message:"操作失败,请重试",type:"error"})})),this.feedback_row=e,this.feedback_data=e.CallFeedbacks,this.drawerFeedback=!0},handshelves:function(e){var r=this;this.$confirm("此操作将下架, 是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){console.log(e),c({id:e.Id}).then((function(e){console.log(e),r.$message({type:"success",message:"下架成功!"}),r.loadTableData()})).catch((function(e){r.$message({message:"操作失败,请重试",type:"error"})}))})).catch((function(){r.$message({type:"info",message:"取消下架"})}))},to_imgs:function(e){console.log(e);var r=[e];this.srcList=r},uploadStatus:function(){var e=this,r=this.currentData;r.Status=2,p(r,"/Recruitment/UpdateAsync").then((function(r){e.$message({message:"恭喜你,操作成功",type:"success"}),e.drawerDialogVisible=!1,e.tableCellActiveIndex=null,e.loadTableData()})).catch((function(r){e.$message({message:"操作失败,请重试",type:"error"}),e.drawerDialogVisible=!1,e.tableCellActiveIndex=null}))},refuseCauSubmitForm:function(e){var r=this;this.$refs[e]?this.$refs[e].validate((function(e){if(!e)return!1;r.refuseAudit()})):this.refuseAudit()},auditverified:function(){var e=this;this.passButtonLoading=!0,h(this.currentData.Id).then((function(r){e.$message({message:"恭喜你,操作成功",type:"success"}),e.loadTableData(),e.getStatisticalDataInfoFun(),e.passButtonLoading=!1,e.drawerDialogVisible=!1,e.tableCellActiveIndex=null})).catch((function(r){e.passButtonLoading=!1,e.drawerDialogVisible=!1,e.tableCellActiveIndex=null}))},refuseAudit:function(){var e=this;this.refuseButtonLoading=!0;var r={Id:this.currentData.Id,Note:this.refuseCause.content};-1!==this.refuseName&&(r.Note=this.refuseCauses[this.refuseName].Name),g(r).then((function(r){e.$refs.refuseCause&&e.$refs["refuseCause"].resetFields(),e.currentData={},e.refuseName=0,e.drawerDialogVisible=!1,e.refuseDialogVisible=!1,e.refuseButtonLoading=!1,e.tableCellActiveIndex=null,e.refuseButtonLoading=!1,e.loadTableData(),e.getStatisticalDataInfoFun()}))},refuseCauCancel:function(e){if(this.refuseButtonLoading)return!1;this.refuseDialogVisible=!1},refreshTableData:function(){this.refreshLoading=!0,this.loadTableData()},refuseDialogBefore:function(e){if(this.refuseButtonLoading)return!1;e()},drawerBefore:function(e){if(this.passButtonLoading)return!1;this.tableCellActiveIndex=null,e()},timePickerChangeFn:function(e){this.loadTableData()},tagHandleClick:function(e){console.log(e.label),this.tablabel=e.label,this.loadTableData()},getStatisticalDataInfoFun:function(){var e=this;Object(f["e"])().then((function(r){e.$store.state.auditdata.ReviewApplyJobsTotal=r.ResData.ReviewApplyJobsTotal,e.$store.state.auditdata.ReviewRecruitmentTotal=r.ResData.ReviewRecruitmentTotal,e.$store.state.auditdata.ReviewCertificationTotal=r.ResData.ReviewCertificationTotal})).catch((function(e){console.log(e)}))},loadTableData:function(){var e=this;this.tableData=[],this.tableLoading=!0;var r={CurrenetPageIndex:this.pagination.currentPage,PageSize:this.pagination.pageSize,Keywords:this.searchForm.Keywords,UserName:this.searchForm.UserName,industryId:this.searchForm.industryId,jobId:this.searchForm.jobId,Order:this.sortableData.order,Sort:this.sortableData.sort,EndCode:"",RecordCount:0,StartTime:Object(u["c"])(this.searchForm.time[0],"{y}-{m}-{d}"),EndTime:Object(u["c"])(this.searchForm.time[1],"{y}-{m}-{d}"),Status:this.tagActiveName};m(r).then((function(r){e.tableData=r.ResData.Items,e.pagination.pageTotal=r.ResData.TotalItems,e.tableLoading=!1,e.refreshLoading=!1}))},handleSearch:function(){this.pagination.currentPage=1,this.loadTableData()},emptySearch:function(){this.pagination.currentPage=1,this.searchForm={name:"",time:[(new Date).getTime()-2592e6,new Date]},this.loadTableData()},getAllIndustry:function(){var e=this;l().then((function(r){r.ResData.forEach((function(e){e.disabled=!0})),e.industryJobsTreeData=r.ResData}))},getDictionaryListByWhere:function(e){var r=this,a={Code:e};I(a).then((function(a){r["".concat(e,"List")]=a.ResData}))},handleSortChange:function(e){"ascending"===e.order?this.sortableData.order="asc":this.sortableData.order="desc",this.loadTableData()},handleRowClick:function(e,r){this.tableCellActiveIndex=r,this.currentData=e,this.drawerDialogVisible=!0},handleSizeChange:function(e){this.pagination.pageSize=e,this.pagination.currentPage=1,this.loadTableData()},handleCurrentChange:function(e){this.pagination.currentPage=e,this.loadTableData()},tableRowClassName:function(e){return 4==e.row.Status&&"审核失败"!==this.tablabel?"table-is-red":0==e.row.Status?"table-is-greed":void 0},handleChange:function(e){console.log(e),this.searchForm.industryId=e[0],this.searchForm.jobId=e[1]}}},v=b,y=(a("18fe"),a("2877")),w=Object(y["a"])(v,n,t,!1,null,"7193f9b6",null);r["default"]=w.exports},"885f8":function(e,r,a){"use strict";a("249e")},"8c01":function(e,r,a){},"8fd0":function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"app-container"},[a("el-card",[a("div",{staticClass:"filter-container"},[a("el-tabs",{attrs:{lazy:!0},on:{"tab-click":e.tagHandleClick},model:{value:e.tagActiveName,callback:function(r){e.tagActiveName=r},expression:"tagActiveName"}},e._l(e.tagList,(function(e){return a("el-tab-pane",{key:e.val,attrs:{label:e.name,name:e.val}})})),1),a("div",{staticClass:"form"},[a("el-form",{ref:"searchForm",attrs:{inline:!0,model:e.searchForm,size:"small"}},[a("el-form-item",{attrs:{label:"日期:"}},[a("el-date-picker",{attrs:{type:"daterange","picker-options":e.pickerOptions,format:"yyyy 年 MM 月 dd 日 ","range-separator":"至",size:"small",editable:!1,"start-placeholder":"开始日期","end-placeholder":"结束日期",align:"right"},on:{change:e.timePickerChangeFn},model:{value:e.searchForm.time,callback:function(r){e.$set(e.searchForm,"time",r)},expression:"searchForm.time"}})],1),a("el-form-item",{attrs:{label:"关键字:"}},[a("el-input",{attrs:{clearable:"",placeholder:"请输入搜索关键字"},model:{value:e.searchForm.Keywords,callback:function(r){e.$set(e.searchForm,"Keywords",r)},expression:"searchForm.Keywords"}})],1),a("el-form-item",{attrs:{label:"姓 名:"}},[a("el-input",{attrs:{clearable:"",placeholder:"请输入搜索姓名"},model:{value:e.searchForm.UserName,callback:function(r){e.$set(e.searchForm,"UserName",r)},expression:"searchForm.UserName"}})],1),a("el-form-item",{attrs:{label:"行业岗位:"}},[a("el-cascader",{attrs:{options:e.industryJobsTreeData,props:e.industryProps2,placeholder:"请选择行业岗位"},on:{change:e.handleChange},model:{value:e.value,callback:function(r){e.value=r},expression:"value"}})],1),a("el-form-item",[a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleSearch()}}},[e._v("查询")]),a("el-button",{on:{click:function(r){return e.emptySearch()}}},[e._v("重置")])],1),a("div",{staticClass:"refresh"},[a("el-form-item",{attrs:{size:"medium "}},[a("el-button",{attrs:{type:"primary",loading:e.refreshLoading},on:{click:function(r){return e.refreshTableData()}}},[a("i",{staticClass:"el-icon-refresh"}),e._v("刷新 ")])],1)],1)],1)],1)],1),a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableLoading,expression:"tableLoading"}],ref:"gridtable",staticStyle:{width:"100%"},attrs:{data:e.tableData,border:"",fit:"",height:"600px","show-overflow-tooltip":!0,"cell-style":{"text-align":"center",padding:0,margin:0},"header-cell-style":{"text-align":"center"},"default-sort":{prop:"Id",order:"ascending"},"row-class-name":e.tableRowClassName},on:{"sort-change":e.handleSortChange}},[a("el-table-column",{attrs:{prop:"Id",label:"编号",width:"180"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("div",{staticClass:"cell-class",style:e.tableCellActiveIndex==r.$index?{background:"#1890ff",color:"white"}:{},on:{click:function(a){return e.handleRowClick(r.row,r.$index)}}},[e._v(" "+e._s(r.row.Id)+" ")])]}}])}),a("el-table-column",{attrs:{prop:"UserName",label:"姓名",width:"150"}}),a("el-table-column",{attrs:{prop:"",label:"头像",width:"80"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("el-image",{staticStyle:{width:"50px",height:"50px"},attrs:{src:r.row.WxAvatarUrl,fit:"cover","preview-src-list":e.srcList},on:{click:function(a){return e.to_imgs(r.row.WxAvatarUrl)}}})]}}])}),a("el-table-column",{attrs:{prop:"NickName",label:"微信昵称",width:"150"}}),a("el-table-column",{attrs:{prop:"Phone",label:"联系方式",width:"120"}}),a("el-table-column",{attrs:{prop:"RefreshDate",label:"发布时间",sortable:""}}),a("el-table-column",{attrs:{prop:"StatusName",label:"状态",width:"100"}}),a("el-table-column",{attrs:{prop:"Address",label:"意向城市"}}),a("el-table-column",{attrs:{prop:"JobName",label:"求职岗位",width:"180"}}),a("el-table-column",{attrs:{prop:"ExperienceName",label:"工作经验",width:"180"}}),a("el-table-column",{attrs:{label:"有无驾照",width:"80"},scopedSlots:e._u([{key:"default",fn:function(r){return["有驾驶证"==r.row.DriverLicense?a("span",[e._v("有")]):a("span",[e._v(" 无 ")])]}}])}),a("el-table-column",{attrs:{label:"操作",width:"180"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("span",{staticStyle:{color:"#1890ff",padding:"0 6px",cursor:"pointer"},on:{click:function(a){return e.handleRowClick(r.row,r.$index)}}},[e._v("查看")]),0!=r.row.Status&&4!=r.row.Status?a("span",{staticStyle:{color:"#1890ff",padding:"6px",cursor:"pointer"},on:{click:function(a){return e.handfeedback(r.row)}}},[e._v("反馈 "),r.row.IsReadForCallFeedback?a("el-badge",{attrs:{"is-dot":""}}):e._e()],1):e._e(),5!=r.row.Status&&0!=r.row.Status&&4!=r.row.Status?a("span",{staticStyle:{color:"#1890ff",padding:"0 6px",cursor:"pointer"},on:{click:function(a){return e.handshelves(r.row)}}},[e._v("下架")]):e._e()]}}])})],1),a("div",{staticClass:"pagination-container"},[a("el-pagination",{attrs:{background:"","current-page":e.pagination.currentPage,"page-size":e.pagination.pageSize,layout:"total, prev, pager, next, jumper",total:e.pagination.pageTotal},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1)],1),a("el-drawer",{attrs:{withHeader:!1,size:"45%","custom-class":"drawer-class",visible:e.drawerDialogVisible,"before-close":e.drawerBefore,wrapperClosable:""},on:{"update:visible":function(r){e.drawerDialogVisible=r}}},[a("div",{staticClass:"container"},[a("div",{staticClass:"header"},[a("div",{staticClass:"title"},[a("span",[e._v("求职信息审核")])]),a("div",{staticClass:"user-info"},[a("el-row",{staticClass:"demo-avatar demo-basic"},[a("el-col",{attrs:{span:12}},[a("div",{staticClass:"demo-basic--circle"},[a("div",{staticClass:"block"},[a("el-avatar",{attrs:{size:50,fit:"scale-down",src:e.currentData.AvatarUrl}})],1)])])],1),a("div",{staticClass:"user-contact"},[a("div",[a("span",[e._v(e._s(e.currentData.userName))])]),a("div",[a("span",[e._v(e._s(e.currentData.Phone))])])]),a("div",{staticClass:"status"},[a("div",{staticStyle:{opacity:"0"}},[a("span",[e._v("状态")])]),a("div",[a("span",[e._v("状态 : ")]),a("span",{staticStyle:{color:"#ff5e00"}},[e._v(e._s(e.currentData.StatusName))])])])],1)]),a("el-divider"),a("div",{staticClass:"content"},[e._l(e.dataNames,(function(r){return a("div",{key:r.name,staticClass:"content-item"},[a("span",[e._v(e._s(r.name))]),a("span",[e._v(e._s(e.currentData[r.variateName]))])])})),"4"===e.tagActiveName?a("div",{staticClass:"content-item"},[a("span",{staticStyle:{color:"#f56c6c"}},[e._v("审核失败")]),a("span",[e._v(e._s(e.currentData.Note))])]):e._e()],2),a("el-divider"),a("div",{staticClass:"footer"},[0===e.currentData.Status?a("el-button",{attrs:{type:"danger"},on:{click:function(r){e.refuseDialogVisible=!0}}},[e._v("拒绝")]):e._e(),0===e.currentData.Status?a("el-button",{attrs:{type:"success",loading:e.passButtonLoading},on:{click:e.auditverified}},[e._v("通过 ")]):e._e(),3===e.currentData.Status?a("el-button",{attrs:{type:"info"},on:{click:e.uploadStatus}},[e._v("已找到")]):e._e()],1)],1)]),a("el-dialog",{attrs:{title:"请填写审核失败原因",visible:e.refuseDialogVisible,width:"30%","before-close":e.refuseDialogBefore,center:""},on:{"update:visible":function(r){e.refuseDialogVisible=r}}},[a("div",{staticStyle:{"margin-top":"20px"}},[a("el-radio-group",{attrs:{size:"medium"},model:{value:e.refuseName,callback:function(r){e.refuseName=r},expression:"refuseName"}},[a("div",{staticClass:"refuseBox"},e._l(e.refuseCauses,(function(r){return a("div",{key:r.Name,staticClass:"refuseitem"},[a("el-radio-button",{attrs:{border:"",label:r.Id}},[e._v(e._s(r.Name))])],1)})),0),a("div")]),-1===e.refuseName?a("el-form",{ref:"refuseCause",attrs:{model:e.refuseCause,rules:e.refuseRules,"show-message":""}},[a("el-form-item",{attrs:{prop:"content"}},[a("el-input",{attrs:{type:"textarea",rows:4,placeholder:"请输入审核失败原因"},model:{value:e.refuseCause.content,callback:function(r){e.$set(e.refuseCause,"content",r)},expression:"refuseCause.content"}})],1)],1):e._e()],1),a("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(r){return e.refuseCauCancel("refuseCause")}}},[e._v("取 消")]),a("el-button",{attrs:{type:"primary",loading:e.refuseButtonLoading},on:{click:function(r){return e.refuseCauSubmitForm("refuseCause")}}},[e._v("确 定")])],1)]),a("el-drawer",{attrs:{withHeader:!1,size:"45%","custom-class":"drawer-class",visible:e.drawerFeedback,wrapperClosable:""},on:{"update:visible":function(r){e.drawerFeedback=r}}},[a("div",{staticClass:"feedback_box"},[a("div",{staticClass:"feedback_title"},[e._v("反馈")]),a("div",{staticClass:"feedback_head"},[a("div",{staticClass:"feedback_head_img"},[a("el-avatar",{attrs:{size:50,fit:"scale-down",src:e.feedback_row.AvatarUrl}})],1),a("div",{staticClass:"feedback_head_text"},[a("div",{staticClass:"feedback_head_name"},[e._v(e._s(e.feedback_row.UserName))]),a("div",{staticClass:"feedback_head_mun"},[e._v(e._s(e.feedback_row.Phone))])])]),a("div",{staticClass:"feedback_dasc"},[a("div",{staticClass:"feedback_dasc_title"},[e._v("基本信息")]),a("div",{staticClass:"feedback_dasc_item"},[a("div",{staticClass:"feedback_dasc_item_left"},[e._v("求 职 岗 位:")]),a("div",{staticClass:"feedback_dasc_item_rigth"},[e._v(" "+e._s(e.feedback_row.JobName)+" ")])]),a("div",{staticClass:"feedback_dasc_item"},[a("div",{staticClass:"feedback_dasc_item_left"},[e._v("求 职 详 情:")]),a("div",{staticClass:"feedback_dasc_item_rigth"},[e._v(" "+e._s(e.feedback_row.Content)+" ")])]),a("div",{staticClass:"feedback_dasc_item"},[a("div",{staticClass:"feedback_dasc_item_left"},[e._v("期望工作地:")]),a("div",{staticClass:"feedback_dasc_item_rigth"},[e._v(" "+e._s(e.feedback_row.Address)+" ")])])]),a("div",{staticClass:"feedback_table"},[a("div",{staticClass:"feedback_table_top"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.feedback_data,"max-height":"550",border:"","cell-style":{"text-align":"center"},"header-cell-style":{"text-align":"center"}}},[a("el-table-column",{attrs:{type:"index",width:"50"}}),a("el-table-column",{attrs:{prop:"NickName",label:"用户名",width:"180"}}),a("el-table-column",{attrs:{prop:"CreatedTime",label:"时间"}}),a("el-table-column",{attrs:{label:"编号",width:"180"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("div",{staticClass:"evaluation_box"},["真实有效"==r.row.Content?a("div",{staticClass:"evaluation_box_img"},[a("img",{attrs:{src:"https://zhongnengyunche.com/recruitment/wx/static/images/index/evaluation1.png"}})]):e._e(),"已经招到"==r.row.Content?a("div",{staticClass:"evaluation_box_img"},[a("img",{attrs:{src:"https://zhongnengyunche.com/recruitment/wx/static/images/index/evaluation2.png"}})]):e._e(),"联系不上"==r.row.Content?a("div",{staticClass:"evaluation_box_img"},[a("img",{attrs:{src:"https://zhongnengyunche.com/recruitment/wx/static/images/index/evaluation3.png"}})]):e._e(),"虚假信息"==r.row.Content?a("div",{staticClass:"evaluation_box_img"},[a("img",{attrs:{src:"https://zhongnengyunche.com/recruitment/wx/static/images/index/evaluation4.png"}})]):e._e(),a("div",{staticClass:"evaluation_box_text"},[e._v(e._s(r.row.Content))])])]}}])})],1)],1)])])]),a("el-dialog",{attrs:{title:e.jobDialogTitle,visible:e.newJobDialogVisible,"before-close":e.addNewJobCancel},on:{"update:visible":function(r){e.newJobDialogVisible=r}}},[a("el-form",{ref:"newJobData",attrs:{model:e.newJobData,rules:e.newJobDataRules,"hide-required-asterisk":""}},[a("el-form-item",{attrs:{label:"手机号码","label-width":e.formLabelWidth,prop:"Phone"}},[a("el-input",{attrs:{type:"tel",maxlength:"11",placeholder:"请输入手机号码",clearable:""},model:{value:e.newJobData.Phone,callback:function(r){e.$set(e.newJobData,"Phone",r)},expression:"newJobData.Phone"}})],1),a("el-form-item",{attrs:{label:"行业岗位",size:"medium ","label-width":e.formLabelWidth,prop:"IndustryJobs"}},[a("el-cascader",{staticStyle:{width:"100%"},attrs:{options:e.industryJobsTreeData,props:e.industryProps,checkStrictly:!0,size:"medium",placeholder:"请选择行业岗位",clearable:""},model:{value:e.newJobData.IndustryJobs,callback:function(r){e.$set(e.newJobData,"IndustryJobs",r)},expression:"newJobData.IndustryJobs"}})],1),a("el-form-item",{attrs:{label:"求职地区","label-width":e.formLabelWidth,prop:"Areas"}},[a("el-cascader",{staticStyle:{width:"100%"},attrs:{options:e.areaTreeData,props:e.areaProps,medium:!0,maxlength:"3",filterable:"",placeholder:"请选择求职地区",clearable:""},on:{change:e.areaCascaderChange},model:{value:e.newJobData.Areas,callback:function(r){e.$set(e.newJobData,"Areas",r)},expression:"newJobData.Areas"}})],1),a("el-form-item",{attrs:{label:"工作经验","label-width":e.formLabelWidth,prop:"Experience"}},[a("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:"请选择"},model:{value:e.newJobData.Experience,callback:function(r){e.$set(e.newJobData,"Experience",r)},expression:"newJobData.Experience"}},e._l(e.experienceJobList,(function(e){return a("el-option",{key:e.Id,staticStyle:{width:"100%"},attrs:{"value-key":e.Id,label:e.Value,value:e.Id}})})),1)],1),a("el-form-item",{attrs:{label:"出生日期","label-width":e.formLabelWidth,prop:"BirthDate"}},[a("el-date-picker",{attrs:{type:"date",format:"yyyy 年 MM 月 dd 日 ",size:"small",align:"right"},model:{value:e.newJobData.BirthDate,callback:function(r){e.$set(e.newJobData,"BirthDate",r)},expression:"newJobData.BirthDate"}})],1),a("el-form-item",{attrs:{label:"驾驶证","label-width":e.formLabelWidth,prop:"IsHaveDriverLicense"}},[a("el-radio",{attrs:{label:!0},model:{value:e.newJobData.IsHaveDriverLicense,callback:function(r){e.$set(e.newJobData,"IsHaveDriverLicense",r)},expression:"newJobData.IsHaveDriverLicense"}},[e._v("有")]),a("el-radio",{attrs:{label:!1},model:{value:e.newJobData.IsHaveDriverLicense,callback:function(r){e.$set(e.newJobData,"IsHaveDriverLicense",r)},expression:"newJobData.IsHaveDriverLicense"}},[e._v("没有")])],1),a("el-form-item",{attrs:{label:"性别","label-width":e.formLabelWidth,prop:"Gender"}},[a("el-radio",{attrs:{label:0},model:{value:e.newJobData.Gender,callback:function(r){e.$set(e.newJobData,"Gender",r)},expression:"newJobData.Gender"}},[e._v("男")]),a("el-radio",{attrs:{label:1},model:{value:e.newJobData.Gender,callback:function(r){e.$set(e.newJobData,"Gender",r)},expression:"newJobData.Gender"}},[e._v("女")])],1),a("el-form-item",{attrs:{label:"求职详情","label-width":e.formLabelWidth,prop:"Content"}},[a("el-input",{attrs:{"show-word-limit":!0,maxlength:"500",type:"textarea",clearable:"",autosize:{minRows:4,maxRows:6}},model:{value:e.newJobData.Content,callback:function(r){e.$set(e.newJobData,"Content",r)},expression:"newJobData.Content"}})],1)],1),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(r){e.newJobDialogVisible=!1}}},[e._v("取 消")]),a("el-button",{attrs:{type:"primary",loading:e.newDataSubmitLoading},on:{click:function(r){return e.saveJobSubmit("newJobData")}}},[e._v("发 布")])],1)],1)],1)},t=[],i=(a("159b"),a("1276"),a("ac1f"),a("d81d"),a("a9e3"),a("a15b"),a("b0c0"),a("b775")),d=a("83d6"),s=a.n(d);function l(e){return i["a"].request({url:"/ApplyJob/RevocationAsync",method:"post",params:e,baseURL:s.a.apiSecurityUrl})}function o(e){return i["a"].request({url:"/CallFeedback/UpdateIsReadAsync",method:"put",params:{id:e,productType:1},baseURL:s.a.apiSecurityUrl})}function c(){return i["a"].request({url:"/IndustryJobs/GetAllIndustryJobsTreeTable",method:"get",params:{id:0},baseURL:s.a.apiSecurityUrl})}function I(e){return i["a"].request({url:"/Dictionary/GetAllDictionaryTreeTable",method:"get",params:e,baseURL:s.a.apiSecurityUrl})}function m(e){return i["a"].request({url:"/ApplyJob/FindWithPagerSearchAsync",method:"post",data:e,baseURL:s.a.apiSecurityUrl})}function p(e,r){return i["a"].request({url:r,method:"post",data:e,baseURL:s.a.apiSecurityUrl})}function h(e){return i["a"].request({url:"/Audit/AuditSuccessAsync",method:"put",params:{pid:e,productType:1},baseURL:s.a.apiSecurityUrl})}function g(e){return i["a"].request({url:"/Audit/AuditFailAsync",method:"put",data:{ProductId:e.Id,productType:1,Note:e.Note},baseURL:s.a.apiSecurityUrl})}var u=a("ed08"),f=a("2e8e"),b=a.n(f),v=a("ae0d"),y={name:"TaskManager",data:function(){return{value:"",tableCellActiveIndex:null,refreshLoading:!1,refuseDialogVisible:!1,refuseCauses:[{Name:"虚假信息",Id:0},{Name:"广告内容",Id:1},{Name:"信息不符",Id:2},{Name:"联系不上",Id:3},{Name:"其他问题",Id:-1}],refuseName:0,refuseCause:{content:""},newDataSubmitLoading:!1,areaProps:{multiple:!0,checkStrictly:!0,value:"regionId",label:"name",children:"childers",expandTrigger:"hover"},areaTreeData:[],industryProps:{checkStrictly:!0,value:"Id",label:"Name",children:"Childers",expandTrigger:"hover"},industryProps2:{checkStrictly:!0,value:"Id",label:"Name",children:"Childers",expandTrigger:"hover"},experienceJobList:[{label:"十年经验",value:1}],industryJobsTreeData:[],jobDialogTitle:"新增求职",newJobData:{Phone:"",IndustryJobs:[],Areas:[],IsHaveDriverLicense:!0,Content:"",Experience:"",BirthDate:new Date,Gender:0},newJobDataRules:{Phone:[{required:!0,validator:u["b"],trigger:"change"}],IndustryJobs:[{type:"array",required:!0,message:"请选择岗位",trigger:"blue"}],Areas:[{type:"array",required:!0,message:"请选择地区",trigger:"blue"},{type:"array",min:1,max:3,message:"最多只可选择三个地区",trigger:"change"}],IsHaveDriverLicense:[{required:!1}],Gender:[{required:!1}],Experience:[{required:!0,message:"请选择工作经验",trigger:"change"}],Content:[{required:!1},{min:0,max:500,message:"请输入详情",trigger:"blur"}]},newJobDialogVisible:!1,passButtonLoading:!1,refuseButtonLoading:!1,dataNames:[{name:"创建时间",variateName:"CreatedTime"},{name:"发布时间",variateName:"RefreshDate"},{name:"更新时间",variateName:"ModifiedTime"},{name:"到期时间",variateName:"TopExpireDate"},{name:"出生日期",variateName:"BirthDate"},{name:"性别",variateName:"GenderName"},{name:"求职岗位",variateName:"JobName"},{name:"求职地区",variateName:"Address"},{name:"驾驶证",variateName:"DriverLicense"},{name:"工作经验",variateName:"ExperienceName"},{name:"是否置顶",variateName:"Top"},{name:"是否公开",variateName:"Public"},{name:"求职详情",variateName:"Content"}],currentData:{},drawerDialogVisible:!1,tagActiveName:"-1",tagList:[{name:"全部",val:"-1"},{name:"审核通过",val:"3"},{name:"未审核",val:"0"},{name:"审核失败",val:"4"}],searchForm:{Keywords:"",UserName:"",industryId:0,jobId:0,time:[(new Date).getTime()-2592e6,new Date]},tableData:[],tableLoading:!1,pagination:{currentPage:1,pageSize:10,pageTotal:0},sortableData:{order:"",sort:"RefreshDate"},dialogEditFormVisible:!1,dialogShowLogFormVisible:!1,editFormTitle:"",editFrom:{},refuseRules:{content:[{required:!0,message:"请输入审核失败原因",trigger:"blur"},{min:2,max:200,message:"长度在 2 到 200 个字符",trigger:"blur"}]},formLabelWidth:"120px",currentId:"",currentSelected:[],isShowSelect:!0,activities:[],reverse:!0,pickerOptions:{shortcuts:[{text:"最近一周",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,r])}},{text:"最近一个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,r])}},{text:"最近三个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-7776e6),e.$emit("pick",[a,r])}}]},tablabel:"",srcList:[],drawerFeedback:!1,feedback_row:[],feedback_data:[{id:1,type:"虚假消息",username:"蔡仕福",time:"2021-02-23"},{id:1,type:"虚假消息",username:"蔡仕福",time:"2021-02-23"},{id:1,type:"虚假消息",username:"蔡仕福",time:"2021-02-23"},{id:1,type:"虚假消息",username:"蔡仕福",time:"2021-02-23"},{id:1,type:"虚假消息",username:"蔡仕福",time:"2021-02-23"}]}},watch:{},created:function(){this.tagActiveName=this.$route.query.tagActiveName||"-1",this.pagination.currentPage=1,this.loadTableData(),this.getStatisticalDataInfoFun(),this.getAllIndustry(),this.getAllRegionList(),this.getDictionaryListByWhere()},methods:{handfeedback:function(e){var r=this;console.log(e.CallFeedbacks),o(e.Id).then((function(a){console.log(a),r.tableData.forEach((function(a,n){if(a.Id==e.Id)return r.tableData[n].IsReadForCallFeedback=!1}))})).catch((function(e){r.$message({message:"操作失败,请重试",type:"error"})})),this.feedback_row=e,this.feedback_data=e.CallFeedbacks,this.drawerFeedback=!0},handshelves:function(e){var r=this;this.$confirm("此操作将下架, 是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){console.log(e),l({id:e.Id}).then((function(e){console.log(e),r.$message({type:"success",message:"下架成功!"}),r.loadTableData()})).catch((function(e){r.$message({message:"操作失败,请重试",type:"error"})}))})).catch((function(){r.$message({type:"info",message:"取消下架"})}))},to_imgs:function(e){console.log(e);var r=[e];this.srcList=r},uploadStatus:function(){var e=this,r=this.currentData;r.Status=2,p(r,"/ApplyJob/UpdateAsync").then((function(r){e.$message({message:"恭喜你,操作成功",type:"success"}),e.drawerDialogVisible=!1,e.tableCellActiveIndex=null,e.loadTableData()})).catch((function(r){e.$message({message:"操作失败,请重试",type:"error"}),e.drawerDialogVisible=!1,e.tableCellActiveIndex=null}))},editJobDetail:function(){this.jobDialogTitle="编辑求职",this.newJobDialogVisible=!0;var e=this.currentData,r=e.Phone,a=e.Content,n=e.IsHaveDriverLicense,t=e.IndustryId,i=e.JobId,d=e.CityId,s=e.ProvinceId,l=e.ExperienceId,o=e.Gender,c=e.BirthDate;s=s.split(","),d=d.split(","),Object.assign(this.newJobData,this.currentData||{}),this.newJobData.Phone=r,this.newJobData.IsHaveDriverLicense=n,this.newJobData.Areas=s.map((function(e,r){return[s[r],d[r]].map(Number)})),this.newJobData.IndustryJobs=[t,i],this.newJobData.Experience=l,this.newJobData.Content=a,this.newJobData.Gender=o,this.newJobData.BirthDate=c,console.log(this.newJobData)},addNewJobCancel:function(e){if(this.newDataSubmitLoading)return!1;this.resetForm("newJobData"),e()},addNewJob:function(){this.newJobDialogVisible=!0,this.currentData={}},saveJobSubmit:function(e){var r=this;this.$refs[e].validate((function(e){if(!e)return!1;r.newDataSubmitLoading=!0;var a=r.newJobData,n=a.IndustryJobs,t=a.Areas,i=a.Experience,d=a.Gender,s=a.BirthDate;r.newJobData.JobId=n[1],r.newJobData.IndustryId=n[0],r.newJobData.CityId=t.map((function(e){return e[1]})).join(","),r.newJobData.provinceId=t.map((function(e){return e[0]})).join(","),r.newJobData.ExperienceId=i,r.newJobData.Gender=d,r.newJobData.BirthDate=s,console.log(r.newJobData);var l="/ApplyJob/InsertAsync";r.currentData.Id&&(l="/ApplyJob/UpdateAsync"),p(r.newJobData,l).then((function(e){r.$message({message:"恭喜你,操作成功",type:"success"}),r.newDataSubmitLoading=!1,r.newJobDialogVisible=!1,r.drawerDialogVisible=!1,r.tableCellActiveIndex=null,r.loadTableData(),r.resetForm("newJobData")})).catch((function(e){r.$message({message:"操作失败,请重试",type:"error"}),r.newDataSubmitLoading=!1,r.resetForm("newJobData")}))}))},refuseCauSubmitForm:function(e){var r=this;this.$refs[e]?this.$refs[e].validate((function(e){if(!e)return!1;r.refuseButtonLoading=!0,r.refuseAudit()})):this.refuseAudit()},auditverified:function(){var e=this;this.passButtonLoading=!0,h(this.currentData.Id).then((function(r){e.$message({message:"恭喜你,操作成功",type:"success"}),e.loadTableData(),e.getStatisticalDataInfoFun(),e.passButtonLoading=!1,e.drawerDialogVisible=!1,e.tableCellActiveIndex=null})).catch((function(r){e.passButtonLoading=!1,e.drawerDialogVisible=!1,e.tableCellActiveIndex=null}))},refuseAudit:function(){var e=this,r={Id:this.currentData.Id,Note:this.refuseCause.content};-1!==this.refuseName&&(r.Note=this.refuseCauses[this.refuseName].Name),g(r).then((function(r){e.currentData={},e.drawerDialogVisible=!1,e.refuseDialogVisible=!1,e.refuseButtonLoading=!1,e.tableCellActiveIndex=null,e.loadTableData(),e.getStatisticalDataInfoFun()}))},refuseCauCancel:function(e){if(this.refuseButtonLoading)return!1;this.refuseDialogVisible=!1,this.$refs[e]&&this.resetForm(e)},refreshTableData:function(){this.refreshLoading=!0,this.loadTableData()},refuseDialogBefore:function(e){if(this.refuseButtonLoading)return!1;this.tableCellActiveIndex=null,e()},drawerBefore:function(e){if(this.passButtonLoading)return!1;this.tableCellActiveIndex=null,e()},areaCascaderChange:function(e){},timePickerChangeFn:function(e){this.loadTableData()},tagHandleClick:function(e){console.log(e.label),this.tablabel=e.label,this.loadTableData()},getStatisticalDataInfoFun:function(){var e=this;Object(v["e"])().then((function(r){e.$store.state.auditdata.ReviewApplyJobsTotal=r.ResData.ReviewApplyJobsTotal,e.$store.state.auditdata.ReviewRecruitmentTotal=r.ResData.ReviewRecruitmentTotal,e.$store.state.auditdata.ReviewCertificationTotal=r.ResData.ReviewCertificationTotal})).catch((function(e){console.log(e)}))},loadTableData:function(){var e=this;this.tableData=[],this.tableLoading=!0;var r={CurrenetPageIndex:this.pagination.currentPage,PageSize:this.pagination.pageSize,Keywords:this.searchForm.Keywords,UserName:this.searchForm.UserName,industryId:this.searchForm.industryId,jobId:this.searchForm.jobId,Order:this.sortableData.order,Sort:this.sortableData.sort,EndCode:"",RecordCount:0,StartTime:Object(u["c"])(this.searchForm.time[0],"{y}-{m}-{d}"),EndTime:Object(u["c"])(this.searchForm.time[1],"{y}-{m}-{d}"),Status:this.tagActiveName};console.log(r),m(r).then((function(r){e.tableData=r.ResData.Items,e.pagination.pageTotal=r.ResData.TotalItems,e.tableLoading=!1,e.refreshLoading=!1}))},handleSearch:function(){this.pagination.currentPage=1,this.loadTableData()},emptySearch:function(){this.pagination.currentPage=1,this.value="",this.searchForm={Keywords:"",UserName:"",industryId:0,jobId:0,time:[(new Date).getTime()-2592e6,new Date]},this.loadTableData()},getAllIndustry:function(){var e=this;c().then((function(r){r.ResData.forEach((function(e){e.disabled=!0})),e.industryJobsTreeData=r.ResData}))},getDictionaryListByWhere:function(){var e=this,r={Code:"experience"};I(r).then((function(r){e.experienceJobList=r.ResData}))},getAllRegionList:function(){var e=b.a.map((function(e){return e.childers=e.childers.map((function(e){var r=e.name,a=e.parentId,n=e.regionId,t={name:r,parentId:a,regionId:n};return t})),e}));this.areaTreeData=e},handleSortChange:function(e){"ascending"===e.order?this.sortableData.order="asc":this.sortableData.order="desc",this.loadTableData()},handleRowClick:function(e,r){this.tableCellActiveIndex=r,e.GenderName=0==e.Gender||null==e.Gender?"男":"女",this.currentData=e,this.drawerDialogVisible=!0},handleSizeChange:function(e){this.pagination.pageSize=e,this.pagination.currentPage=1,this.loadTableData()},handleCurrentChange:function(e){this.pagination.currentPage=e,this.loadTableData()},resetForm:function(e){this.$refs[e].resetFields(),this.newJobData={Phone:"",IndustryJobs:[],Areas:[],IsHaveDriverLicense:!0,Content:"",Experience:"",Gender:0,BirthDate:new Date}},tableRowClassName:function(e){return console.log(e),4==e.row.Status&&"审核失败"!==this.tablabel?"table-is-red":0==e.row.Status?"table-is-greed":void 0},handleChange:function(e){console.log(e),this.searchForm.industryId=e[0],this.searchForm.jobId=e[1]}}},w=y,_=(a("3a89"),a("2b38"),a("2877")),C=Object(_["a"])(w,n,t,!1,null,"31b8b002",null);r["default"]=C.exports},"91fa":function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"warp"},[a("el-card",[a("el-tabs",{on:{"tab-click":e.selectTopNav},model:{value:e.activeName,callback:function(r){e.activeName=r},expression:"activeName"}},[a("el-tab-pane",{attrs:{label:"全部",name:"-1"}}),a("el-tab-pane",{attrs:{label:"进行中",name:"1"}}),a("el-tab-pane",{attrs:{label:"已结束",name:"2"}})],1),a("div",{staticClass:"top_card"},[a("div",[a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleAdd()}}},[e._v("新建")])],1)]),a("div",{staticClass:"table_css"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableloading,expression:"tableloading"}],ref:"gridtable",staticStyle:{width:"100%"},attrs:{data:e.tableData,height:"600px","header-cell-style":{"background-color":"#EBF5FF","text-align":"center"},"cell-style":{"text-align":"center"}}},[a("el-table-column",{attrs:{prop:"Name",label:"促销名称"}}),a("el-table-column",{attrs:{label:"金额1"},scopedSlots:e._u([{key:"default",fn:function(r){return[e._v(" "+e._s(r.row.rechargeIntros[0].ProductValue)+"云币 / 赠送( "+e._s(r.row.rechargeIntros[0].SendValue)+" ) ")]}}])}),a("el-table-column",{attrs:{label:"金额2"},scopedSlots:e._u([{key:"default",fn:function(r){return[e._v(" "+e._s(r.row.rechargeIntros[1].ProductValue)+"云币 / 赠送( "+e._s(r.row.rechargeIntros[1].SendValue)+" ) ")]}}])}),a("el-table-column",{attrs:{label:"金额3"},scopedSlots:e._u([{key:"default",fn:function(r){return[e._v(" "+e._s(r.row.rechargeIntros[2].ProductValue)+"云币 / 赠送( "+e._s(r.row.rechargeIntros[2].SendValue)+" ) ")]}}])}),a("el-table-column",{attrs:{label:"金额4"},scopedSlots:e._u([{key:"default",fn:function(r){return[e._v(" "+e._s(r.row.rechargeIntros[3].ProductValue)+"云币 / 赠送( "+e._s(r.row.rechargeIntros[3].SendValue)+" ) ")]}}])}),a("el-table-column",{attrs:{label:"金额5"},scopedSlots:e._u([{key:"default",fn:function(r){return[e._v(" "+e._s(r.row.rechargeIntros[4].ProductValue)+"云币 / 赠送( "+e._s(r.row.rechargeIntros[4].SendValue)+" ) ")]}}])}),a("el-table-column",{attrs:{label:"金额6"},scopedSlots:e._u([{key:"default",fn:function(r){return[e._v(" "+e._s(r.row.rechargeIntros[5].ProductValue)+"云币 / 赠送( "+e._s(r.row.rechargeIntros[5].SendValue)+" ) ")]}}])}),a("el-table-column",{attrs:{prop:"StatusName",label:"状态",width:"140"}}),a("el-table-column",{attrs:{prop:"change",label:"操作",width:"100"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("span",{staticStyle:{color:"#1d7fff",cursor:"pointer"},on:{click:function(a){return a.stopPropagation(),e.handleChange(r.row)}}},[e._v("编辑")])]}}])})],1),a("div",{staticClass:"pagination-container"},[a("el-pagination",{attrs:{background:"","current-page":e.page.currentPage,"page-size":e.page.pagesize,layout:"total, prev, pager, next",total:e.page.pageTotal},on:{"current-change":e.handlePage}})],1)],1)],1),a("el-drawer",{ref:"drawer",attrs:{visible:e.showAdd,direction:"rtl",size:"700px","show-close":!1},on:{"update:visible":function(r){e.showAdd=r}}},[a("div",{staticClass:"demo-drawer__content"},[a("div",{staticClass:"top_name"},[e._v(e._s(e.drawerName))]),a("el-form",{ref:"addFormHd",attrs:{model:e.addFormHd,rules:e.rules,"label-position":"right","label-width":"110px"}},[a("el-form-item",{attrs:{label:"促销活动名称",prop:"Name"}},[a("el-input",{staticStyle:{width:"80%"},attrs:{placeholder:"请输入促销活动名称"},model:{value:e.addFormHd.Name,callback:function(r){e.$set(e.addFormHd,"Name",r)},expression:"addFormHd.Name"}})],1),a("el-form-item",{attrs:{label:"金额1",prop:"num1"}},[a("div",{staticClass:"nums"},[a("div",{staticClass:"num_item"},[a("div",[e._v("金额")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.Price1,callback:function(r){e.$set(e.addFormHd,"Price1",r)},expression:"addFormHd.Price1"}}),a("div",{staticStyle:{"padding-right":"20px"}},[e._v("元")])],1),a("div",{staticClass:"num_item"},[a("div",[e._v("兑换")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.num1,callback:function(r){e.$set(e.addFormHd,"num1",r)},expression:"addFormHd.num1"}}),a("div",{staticStyle:{"padding-right":"20px"}},[e._v("云币")])],1),a("div",{staticClass:"num_item"},[a("div",[e._v("赠送")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.giving1,callback:function(r){e.$set(e.addFormHd,"giving1",r)},expression:"addFormHd.giving1"}}),a("div",[e._v("云币")])],1)])]),a("el-form-item",{attrs:{label:"金额2",prop:"num2"}},[a("div",{staticClass:"nums"},[a("div",{staticClass:"num_item"},[a("div",[e._v("金额")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.Price2,callback:function(r){e.$set(e.addFormHd,"Price2",r)},expression:"addFormHd.Price2"}}),a("div",{staticStyle:{"padding-right":"20px"}},[e._v("元")])],1),a("div",{staticClass:"num_item"},[a("div",[e._v("兑换")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.num2,callback:function(r){e.$set(e.addFormHd,"num2",r)},expression:"addFormHd.num2"}}),a("div",{staticStyle:{"padding-right":"20px"}},[e._v("云币")])],1),a("div",{staticClass:"num_item"},[a("div",[e._v("赠送")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.giving2,callback:function(r){e.$set(e.addFormHd,"giving2",r)},expression:"addFormHd.giving2"}}),a("div",[e._v("云币")])],1)])]),a("el-form-item",{attrs:{label:"金额3",prop:"num3"}},[a("div",{staticClass:"nums"},[a("div",{staticClass:"num_item"},[a("div",[e._v("金额")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.Price3,callback:function(r){e.$set(e.addFormHd,"Price3",r)},expression:"addFormHd.Price3"}}),a("div",{staticStyle:{"padding-right":"20px"}},[e._v("元")])],1),a("div",{staticClass:"num_item"},[a("div",[e._v("兑换")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.num3,callback:function(r){e.$set(e.addFormHd,"num3",r)},expression:"addFormHd.num3"}}),a("div",{staticStyle:{"padding-right":"20px"}},[e._v("云币")])],1),a("div",{staticClass:"num_item"},[a("div",[e._v("赠送")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.giving3,callback:function(r){e.$set(e.addFormHd,"giving3",r)},expression:"addFormHd.giving3"}}),a("div",[e._v("云币")])],1)])]),a("el-form-item",{attrs:{label:"金额4",prop:"num4"}},[a("div",{staticClass:"nums"},[a("div",{staticClass:"num_item"},[a("div",[e._v("金额")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.Price4,callback:function(r){e.$set(e.addFormHd,"Price4",r)},expression:"addFormHd.Price4"}}),a("div",{staticStyle:{"padding-right":"20px"}},[e._v("元")])],1),a("div",{staticClass:"num_item"},[a("div",[e._v("兑换")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.num4,callback:function(r){e.$set(e.addFormHd,"num4",r)},expression:"addFormHd.num4"}}),a("div",{staticStyle:{"padding-right":"20px"}},[e._v("云币")])],1),a("div",{staticClass:"num_item"},[a("div",[e._v("赠送")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.giving4,callback:function(r){e.$set(e.addFormHd,"giving4",r)},expression:"addFormHd.giving4"}}),a("div",[e._v("云币")])],1)])]),a("el-form-item",{attrs:{label:"金额5",prop:"num5"}},[a("div",{staticClass:"nums"},[a("div",{staticClass:"num_item"},[a("div",[e._v("金额")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.Price5,callback:function(r){e.$set(e.addFormHd,"Price5",r)},expression:"addFormHd.Price5"}}),a("div",{staticStyle:{"padding-right":"20px"}},[e._v("元")])],1),a("div",{staticClass:"num_item"},[a("div",[e._v("兑换")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.num5,callback:function(r){e.$set(e.addFormHd,"num5",r)},expression:"addFormHd.num5"}}),a("div",{staticStyle:{"padding-right":"20px"}},[e._v("云币")])],1),a("div",{staticClass:"num_item"},[a("div",[e._v("赠送")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.giving5,callback:function(r){e.$set(e.addFormHd,"giving5",r)},expression:"addFormHd.giving5"}}),a("div",[e._v("云币")])],1)])]),a("el-form-item",{attrs:{label:"金额6",prop:"num6"}},[a("div",{staticClass:"nums"},[a("div",{staticClass:"num_item"},[a("div",[e._v("金额")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.Price6,callback:function(r){e.$set(e.addFormHd,"Price6",r)},expression:"addFormHd.Price6"}}),a("div",{staticStyle:{"padding-right":"20px"}},[e._v("元")])],1),a("div",{staticClass:"num_item"},[a("div",[e._v("兑换")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.num6,callback:function(r){e.$set(e.addFormHd,"num6",r)},expression:"addFormHd.num6"}}),a("div",{staticStyle:{"padding-right":"20px"}},[e._v("云币")])],1),a("div",{staticClass:"num_item"},[a("div",[e._v("赠送")]),a("el-input",{staticStyle:{width:"70px",margin:"0 10px"},model:{value:e.addFormHd.giving6,callback:function(r){e.$set(e.addFormHd,"giving6",r)},expression:"addFormHd.giving6"}}),a("div",[e._v("云币")])],1)])])],1),a("el-divider"),a("div",{staticClass:"demo-drawer__footer"},[a("el-button",{on:{click:function(r){e.showAdd=!1}}},[e._v("取 消")]),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.onBcHd("addFormHd")}}},[e._v("启 用")])],1)],1)])],1)},t=[],i=(a("b0c0"),a("159b"),a("b775")),d=a("83d6"),s=a.n(d);function l(e){return i["a"].request({url:"Recharge/FindWithPagerSearchAsync",method:"post",data:e,baseURL:s.a.apiSecurityUrl})}function o(e){return i["a"].request({url:"Recharge/InsertAsync",method:"post",data:e,baseURL:s.a.apiSecurityUrl})}function c(e){return i["a"].request({url:"Recharge/UpdateAsync",method:"post",data:e,baseURL:s.a.apiSecurityUrl})}var I={name:"promotion",data:function(){return{pickerOptions:{shortcuts:[{text:"今天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()),e.$emit("pick",[a,r])}},{text:"昨天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-864e5),e.$emit("pick",[a,r])}},{text:"最近两天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-1728e5),e.$emit("pick",[a,r])}},{text:"最近三天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e5),e.$emit("pick",[a,r])}},{text:"最近一周",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,r])}},{text:"最近一个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,r])}},{text:"最近两个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-5184e6),e.$emit("pick",[a,r])}}]},activeName:"-1",searchTime:"",tableloading:!1,tableData:[],page:{currentPage:1,pagesize:20,pageTotal:0},showAdd:!1,drawerName:"新建活动",addFormHd:{Name:"",Price1:"",num1:"",giving1:0,Price2:"",num2:"",giving2:0,Price3:"",num3:"",giving3:0,Price4:"",num4:"",giving4:0,Price5:"",num5:"",giving5:0,Price6:"",num6:"",giving6:0},Price:[29,59,99,199,399,599],rules:{Name:[{required:!0,message:"请输入名称",trigger:"blur"}],num1:[{required:!0,message:"请输入正确数额",trigger:"blur"}],num2:[{required:!0,message:"请输入正确数额",trigger:"blur"}],num3:[{required:!0,message:"请输入正确数额",trigger:"blur"}],num4:[{required:!0,message:"请输入正确数额",trigger:"blur"}],num5:[{required:!0,message:"请输入正确数额",trigger:"blur"}],num6:[{required:!0,message:"请输入正确数额",trigger:"blur"}]},changeData_id:[]}},created:function(){this.getTable(1)},methods:{selectTopNav:function(e,r){this.activeName=e.name,this.getTable(1)},handleSearch:function(){this.getTable(1)},handleNull:function(){this.searchTime="",this.getTable(1)},handleAdd:function(){this.addFormHd={Name:"",Price1:"",num1:"",giving1:0,Price2:"",num2:"",giving2:0,Price3:"",num3:"",giving3:0,Price4:"",num4:"",giving4:0,Price5:"",num5:"",giving5:0,Price6:"",num6:"",giving6:0},this.drawerName="新建活动",this.showAdd=!0},handleChange:function(e){var r=this;this.changeData_id=[],console.log(e),e.rechargeIntros.forEach((function(e){r.changeData_id.push(e.Id)})),this.addFormHd={Id:e.Id,Name:e.Name,num1:e.rechargeIntros[0].ProductValue,giving1:e.rechargeIntros[0].SendValue,Price1:e.rechargeIntros[0].Price,num2:e.rechargeIntros[1].ProductValue,giving2:e.rechargeIntros[1].SendValue,Price2:e.rechargeIntros[1].Price,num3:e.rechargeIntros[2].ProductValue,giving3:e.rechargeIntros[2].SendValue,Price3:e.rechargeIntros[2].Price,num4:e.rechargeIntros[3].ProductValue,giving4:e.rechargeIntros[3].SendValue,Price4:e.rechargeIntros[3].Price,num5:e.rechargeIntros[4].ProductValue,giving5:e.rechargeIntros[4].SendValue,Price5:e.rechargeIntros[4].Price,num6:e.rechargeIntros[5].ProductValue,giving6:e.rechargeIntros[5].SendValue,Price6:e.rechargeIntros[5].Price},this.showAdd=!0,this.drawerName="编辑活动",this.showAddBanner=!0},onBcHd:function(){var e=this;this.$refs["addFormHd"].validate((function(r){if(!r)return!1;var a=[],n={};"新建活动"==e.drawerName?(a[0]={ProductValue:e.addFormHd.num1,SendValue:e.addFormHd.giving1,Price:e.addFormHd.Price1},a[1]={ProductValue:e.addFormHd.num2,SendValue:e.addFormHd.giving2,Price:e.addFormHd.Price2},a[2]={ProductValue:e.addFormHd.num3,SendValue:e.addFormHd.giving3,Price:e.addFormHd.Price3},a[3]={ProductValue:e.addFormHd.num4,SendValue:e.addFormHd.giving4,Price:e.addFormHd.Price4},a[4]={ProductValue:e.addFormHd.num5,SendValue:e.addFormHd.giving5,Price:e.addFormHd.Price5},a[5]={ProductValue:e.addFormHd.num6,SendValue:e.addFormHd.giving6,Price:e.addFormHd.Price6},n={Name:e.addFormHd.Name,rechargeIntros:a},o(n).then((function(r){console.log(r),0==r.ErrCode&&(e.$message({message:"保存成功",type:"success"}),e.getTable(1),e.showAdd=!1)})).catch((function(e){console.log(e)}))):(a[0]={ProductValue:e.addFormHd.num1,SendValue:e.addFormHd.giving1,Price:e.addFormHd.Price1,Id:e.changeData_id[0]},a[1]={ProductValue:e.addFormHd.num2,SendValue:e.addFormHd.giving2,Price:e.addFormHd.Price2,Id:e.changeData_id[1]},a[2]={ProductValue:e.addFormHd.num3,SendValue:e.addFormHd.giving3,Price:e.addFormHd.Price3,Id:e.changeData_id[2]},a[3]={ProductValue:e.addFormHd.num4,SendValue:e.addFormHd.giving4,Price:e.addFormHd.Price4,Id:e.changeData_id[3]},a[4]={ProductValue:e.addFormHd.num5,SendValue:e.addFormHd.giving5,Price:e.addFormHd.Price5,Id:e.changeData_id[4]},a[5]={ProductValue:e.addFormHd.num6,SendValue:e.addFormHd.giving6,Price:e.addFormHd.Price6,Id:e.changeData_id[5]},n={Id:e.addFormHd.Id,Name:e.addFormHd.Name,rechargeIntros:a},c(n).then((function(r){console.log(r),0==r.ErrCode&&(e.$message({message:"保存成功",type:"success"}),e.getTable(1),e.showAdd=!1)})).catch((function(e){console.log(e)})))}))},handlePage:function(e){this.page.currentPage=e,this.getTable(e)},getTable:function(e){var r=this;r.tableloading=!0;var a={CurrenetPageIndex:e,PageSize:r.page.pagesize,StartTime:r.searchTime[0],EndTime:r.searchTime[1],State:r.activeName,Order:"desc",Sort:"CreatedTime"};l(a).then((function(e){console.log(e),r.page.pageTotal=e.ResData.TotalItems,r.tableData=e.ResData.Items,r.tableloading=!1}))}}},m=I,p=(a("bf33"),a("2877")),h=Object(p["a"])(m,n,t,!1,null,"190d6ff6",null);r["default"]=h.exports},9406:function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"app-container"},[a("el-row",{staticClass:"panel-group"},[a("div",{staticClass:"header"},[a("span",{staticClass:"iconfont icon-notice"},[e._v("统计数据")])]),a("el-divider"),a("el-col",{staticClass:"card-panel-col",attrs:{xs:12,sm:12,lg:6}},[a("div",{staticClass:"card-panel",on:{click:e.goUser}},[a("div",{staticClass:"card-panel-description"},[a("div",{staticClass:"card-panel-text"},[e._v("用户总数")]),a("countto",{staticClass:"card-panel-num",staticStyle:{color:"#40af52"},attrs:{"start-val":0,"end-val":e.SysSetting.UserSumTotal,duration:3e3}}),a("div",{staticClass:"card-panel-growth-text"},[a("span",[e._v("日")]),a("span",[e._v(e._s(e.SysSetting.UserAddTotalPercent)+"%")]),a("i",{staticClass:"el-icon-top",staticStyle:{color:"#40af52"}})])],1)])]),a("el-col",{staticClass:"card-panel-col",attrs:{xs:12,sm:24,lg:6}},[a("div",{staticClass:"card-panel"},[a("div",{staticClass:"card-panel-description"},[a("div",{staticClass:"card-panel-text"},[e._v("本日活跃用户")]),a("countto",{staticClass:"card-panel-num",staticStyle:{color:"#20bdd6"},attrs:{"start-val":0,"end-val":e.SysSetting.ActiveUserTotal,duration:3600}}),a("div",{staticClass:"card-panel-growth-text"},[a("span",[e._v("日增量")]),a("span",[e._v(e._s(e.SysSetting.UserAddTotal))]),e.SysSetting.UserAddTotal>0?a("i",{staticClass:"el-icon-top",staticStyle:{color:"#40af52"}}):e._e(),e.SysSetting.UserAddTotal<0?a("i",{staticClass:"el-icon-bottom",staticStyle:{color:"#ff0008"}}):e._e()]),a("div",{staticClass:"card-panel-growth-text"},[a("span",[e._v(e._s(e.SysSetting.DayAddPercent)+"%")]),e.SysSetting.DayAddPercent>0?a("i",{staticClass:"el-icon-top",staticStyle:{color:"#40af52"}}):e._e(),e.SysSetting.DayAddPercent<0?a("i",{staticClass:"el-icon-bottom",staticStyle:{color:"#ff0008"}}):e._e()])],1)])]),a("el-col",{staticClass:"card-panel-col",attrs:{xs:12,sm:12,lg:6}},[a("div",{staticClass:"card-panel",on:{click:e.goTimeMoney}},[a("div",{staticClass:"card-panel-description"},[a("div",{staticClass:"card-panel-text"},[e._v("总收入")]),a("countto",{staticClass:"card-panel-num",staticStyle:{color:"#d745ee"},attrs:{"start-val":0,"end-val":e.SysSetting.Income,duration:3e3}}),a("div",{staticClass:"card-panel-growth-text"},[a("span",[e._v("日")]),a("span",[e._v(e._s(e.SysSetting.IncomePercent)+"%")]),e.SysSetting.IncomePercent>0?a("i",{staticClass:"el-icon-top",staticStyle:{color:"#40af52"}}):e._e(),e.SysSetting.IncomePercent<0?a("i",{staticClass:"el-icon-bottom",staticStyle:{color:"#ff0008"}}):e._e()])],1)])]),a("el-col",{staticClass:"card-panel-col",attrs:{xs:12,sm:12,lg:6}},[a("div",{staticClass:"card-panel",on:{click:e.goTimeMoney}},[a("div",{staticClass:"card-panel-description"},[a("div",{staticClass:"card-panel-text"},[e._v("日收入")]),a("countto",{staticClass:"card-panel-num",staticStyle:{color:"#d745ee"},attrs:{"start-val":0,"end-val":e.SysSetting.TodayIncome,duration:3200}}),a("div",{staticClass:"card-panel-growth-text"},[a("span",[e._v("日增收 "+e._s(e.SysSetting.IncomeIncremental>0?"+":"-"))]),a("span",[e._v(e._s(e.SysSetting.IncomeIncremental))]),e.SysSetting.IncomeIncremental>0?a("i",{staticClass:"el-icon-top",staticStyle:{color:"#40af52"}}):e._e(),e.SysSetting.IncomeIncremental<0?a("i",{staticClass:"el-icon-bottom",staticStyle:{color:"#ff0008"}}):e._e()]),a("div",{staticClass:"card-panel-growth-text"},[a("span",[e._v(e._s(e.SysSetting.TodayIncomePercent)+"%")]),e.SysSetting.TodayIncomePercent>0?a("i",{staticClass:"el-icon-top",staticStyle:{color:"#40af52"}}):e._e(),e.SysSetting.TodayIncomePercent<0?a("i",{staticClass:"el-icon-bottom",staticStyle:{color:"#ff0008"}}):e._e()])],1)])])],1),a("div",{staticClass:"tb",attrs:{id:"tb"}},[a("div",{staticClass:"tb_title"},[e._v("历史记录")]),a("div",{staticClass:"tb_dasc"},[a("div",{staticClass:"tb_tab"},e._l(e.tb_tab,(function(r,n){return a("div",{key:n,class:e.is_tb_tab==n?"tab_item istab_item":"tab_item",on:{click:function(r){return e.tb_fun(n)}}},[e._v(" "+e._s(r)+" ")])})),0),a("div",{staticClass:"tb_tiem"},[a("div",{staticClass:"tb_tiem_1"},[a("el-date-picker",{staticStyle:{width:"150px"},attrs:{type:"date",placeholder:"选择日期"},on:{change:e.new_tiem_fun},model:{value:e.new_tiem1,callback:function(r){e.new_tiem1=r},expression:"new_tiem1"}})],1),a("div",{staticClass:"tb_tiem_x"},[e._v("——")]),a("div",{staticClass:"tb_tiem_2",staticStyle:{width:"150px"}},[e._v(e._s(e.new_time2_text))])])]),a("div",{staticClass:"tb1",attrs:{id:"tb1"}})])],1)},t=[],i=a("1da1"),d=(a("96cf"),a("b0c0"),a("159b"),a("fb6a"),a("ec1b")),s=a.n(d),l=a("ae0d"),o=a("ed08"),c=a("313e"),I={name:"Dashboard",components:{countto:s.a},data:function(){return{SysSetting:[],syskey:"",tableLoading:!1,tableData:[],pagination:{currentPage:1,pageSize:30,pageTotal:0},searchForm:{time:[(new Date).getTime()-2592e6,new Date]},new_tiem1:(new Date).getTime()-2592e6,new_tiem2:new Date,new_time2_text:Object(o["c"])(new Date,"{y}-{m}-{d}"),tb_tab:["新增用户","历史活跃度","历史收入","地区分布"],is_tb_tab:0,tb_x:[],UserAddTotal_data:[],ActiveUserTotal_data:[],TodayIncome_data:[]}},created:function(){this.InitDictItem(),this.loadTableData()},methods:{goUser:function(){this.$router.push({path:"/user/index"})},goTimeMoney:function(){this.$router.push({path:"/recharge/index"})},InitDictItem:function(){var e=this;Object(l["g"])().then((function(r){console.log("统计数据",r),e.SysSetting=r.ResData}))},new_tiem_fun:function(e){this.new_tiem1=e,this.new_tiem2=e.getTime()+2592e6,this.new_time2_text=Object(o["c"])(this.new_tiem2,"{y}-{m}-{d}"),this.loadTableData()},loadTableData:function(){var e=this;this.tableLoading=!0;var r={CurrenetPageIndex:this.pagination.currentPage,PageSize:this.pagination.pageSize,Keywords:this.searchForm.name,Sort:"ModifiedTime",RecordCount:0,Order:"asc",StartTime:Object(o["c"])(this.new_tiem1,"{y}-{m}-{d}"),EndTime:Object(o["c"])(this.new_tiem2,"{y}-{m}-{d}")};Object(l["c"])(r).then((function(r){console.log("echarts数据",r),e.tableData=r.ResData.Items,e.pagination.pageTotal=r.ResData.TotalItems,e.tableLoading=!1,e.refreshLoading=!1,e.UserAddTotal_data=[],e.ActiveUserTotal_data=[],e.TodayIncome_data=[],e.tb_x=[],e.tableData.forEach((function(r){e.tb_x.push(r.Time.slice(5)),e.UserAddTotal_data.push(r.UserAddTotal),e.ActiveUserTotal_data.push(r.ActiveUserTotal),e.TodayIncome_data.push(r.TodayIncome)})),e.initChart(e.tb_x,[{name:"新增用户",type:"bar",data:e.UserAddTotal_data,itemStyle:{normal:{color:"#fe7f61"}}}],"tb1")}))},tb_fun:function(e){this.is_tb_tab!=e&&(this.is_tb_tab=e,0==e?this.initChart(this.tb_x,[{name:"新增用户",type:"bar",data:this.UserAddTotal_data,itemStyle:{normal:{color:"#fe7f61"}}}],"tb1"):1==e?this.initChart(this.tb_x,[{name:"历史活跃",type:"bar",data:this.ActiveUserTotal_data,itemStyle:{normal:{color:"#fe7f61"}}}],"tb1"):2==e?this.initChart(this.tb_x,[{name:"历史收入",type:"bar",data:this.TodayIncome_data,itemStyle:{normal:{color:"#1890ff"}}}],"tb1"):3==e&&this.initChart(this.tb_x,[{name:"地区分布",type:"bar",data:this.UserAddTotal_data,itemStyle:{normal:{color:"#1890ff"}}}],"tb1"))},initChart:function(e,r,a){return Object(i["a"])(regeneratorRuntime.mark((function n(){var t,i,d;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return n.next=2,document.getElementById(a);case 2:t=n.sent,i=c["init"](t),d={tooltip:{trigger:"axis"},grid:{left:"3%",right:"8%",top:"5%",bottom:"1%",containLabel:!0},xAxis:{type:"category",data:e},yAxis:{type:"value"},series:r},d&&i.setOption(d);case 6:case"end":return n.stop()}}),n)})))()}}},m=I,p=(a("885f8"),a("2877")),h=Object(p["a"])(m,n,t,!1,null,"de2c6d76",null);r["default"]=h.exports},"95f1":function(e,r,a){"use strict";a("0e9a")},9988:function(e,r,a){"use strict";a("36e6")},"9b50":function(e,r,a){},"9ed6":function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"login-container"},[e.isShow?a("el-form",{ref:"loginForm",staticClass:"login-form",attrs:{model:e.loginForm,rules:e.loginRules,"auto-complete":"on","label-position":"left"}},[a("div",{staticClass:"title-container"},[a("h3",{staticClass:"title"},[e._v(e._s(e.softName))])]),a("div",{staticClass:"logo-container"},[a("img",{attrs:{src:e.companyLogo,width:"220",height:"40"}})]),a("el-form-item",{attrs:{prop:"username"}},[a("span",{staticClass:"svg-container"},[a("svg-icon",{attrs:{"icon-class":"user"}})],1),a("el-input",{ref:"username",attrs:{placeholder:"登录账号",name:"username",type:"text",tabindex:"1",maxlength:"12","auto-complete":"on"},model:{value:e.loginForm.username,callback:function(r){e.$set(e.loginForm,"username",r)},expression:"loginForm.username"}})],1),a("el-form-item",{attrs:{prop:"password"}},[a("span",{staticClass:"svg-container"},[a("svg-icon",{attrs:{"icon-class":"auth"}})],1),a("el-input",{key:e.passwordType,ref:"password",attrs:{type:e.passwordType,placeholder:"密码",maxlength:"12",name:"password",tabindex:"2","auto-complete":"on"},nativeOn:{keyup:function(r){return!r.type.indexOf("key")&&e._k(r.keyCode,"enter",13,r.key,"Enter")?null:e.handleLogin(r)}},model:{value:e.loginForm.password,callback:function(r){e.$set(e.loginForm,"password",r)},expression:"loginForm.password"}}),a("span",{staticClass:"show-pwd",on:{click:e.showPwd}},[a("svg-icon",{attrs:{"icon-class":"password"===e.passwordType?"eye":"eye-open"}})],1)],1),a("el-button",{staticStyle:{width:"100%","margin-bottom":"30px"},attrs:{loading:e.loading,type:"primary"},nativeOn:{click:function(r){return r.preventDefault(),e.handleLogin(r)}}},[e._v("登录")]),a("div",{staticClass:"tips"})],1):e._e(),a("div",{staticClass:"footer",attrs:{id:"footer",role:"contentinfo"}},[a("div",{staticClass:"footerNodelf text-secondary"},[a("span",[e._v("本软件使用权属于:"+e._s(e.companyName)+"test")])]),a("div",{staticClass:"footerNode text-secondary"},[a("span",{domProps:{innerHTML:e._s(e.copyRight)}},[e._v(e._s(e.copyRight))])])])],1)},t=[],i=(a("13d5"),a("b64b"),a("5f87")),d=a("ae0d"),s=a("5c96"),l=a("83d6"),o=a.n(l),c={name:"Login",data:function(){var e=function(e,r,a){r.length<1?a(new Error("请输入登录账号!")):a()},r=function(e,r,a){r.length<6?a(new Error("请输入您的账号密码,且不小于6位!")):a()};return{loginForm:{username:"",password:"",appId:o.a.appId,systemCode:o.a.activeSystemCode},loginRules:{username:[{required:!0,trigger:"blur",validator:e}],password:[{required:!0,trigger:"blur",validator:r}]},loading:!1,passwordType:"password",verifyCodeUrl:"",redirect:void 0,softName:"管理系统",companyLogo:a("28fd"),companyName:"",copyRight:"",pageLoading:"",isShow:!1,otherQuery:{}}},watch:{$route:{handler:function(e){var r=e.query;r&&(this.redirect=r.redirect,this.otherQuery=this.getOtherQuery(r))},immediate:!0}},created:function(){var e={lock:!0,text:"正在初始化...",spinner:"el-icon-loading",background:"rgba(0, 0, 0, 0.7)"};this.pageLoading=s["Loading"].service(e),this.loadToken()},mounted:function(){},methods:{loadToken:function(){var e=this;Object(d["h"])().then((function(r){Object(i["c"])(r.ResData.AccessToken),Object(d["f"])().then((function(r){e.softName=r.ResData.SoftName,e.companyLogo=r.ResData.SysLogo,e.companyName=r.ResData.CompanyName,e.copyRight=r.ResData.CopyRight})),e.pageLoading.close(),e.isShow=!0}))},showPwd:function(){var e=this;"password"===this.passwordType?this.passwordType="":this.passwordType="password",this.$nextTick((function(){e.$refs.password.focus()}))},handleLogin:function(){var e=this;this.$refs.loginForm.validate((function(r){if(!r)return!1;e.loading=!0,e.$store.dispatch("user/userlogin",e.loginForm).then((function(r){e.$router.push({path:e.redirect||"/",query:e.otherQuery}),e.loading=!1})).catch((function(r){e.loading=!1}))}))},getOtherQuery:function(e){return Object.keys(e).reduce((function(r,a){return"redirect"!==a&&(r[a]=e[a]),r}),{})}}},I=c,m=(a("2017"),a("dd3e"),a("2877")),p=Object(m["a"])(I,n,t,!1,null,"5b388254",null);r["default"]=p.exports},a004:function(e,r,a){},a276:function(e,r,a){},a4de:function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"app-container"},[a("div",{staticClass:"filter-container"},[a("el-card",[a("el-form",{ref:"searchform",staticClass:"demo-form-inline",attrs:{inline:!0,model:e.searchform,size:"small"}},[a("el-form-item",{attrs:{label:"角色"}},[a("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchform.RoleId,callback:function(r){e.$set(e.searchform,"RoleId",r)},expression:"searchform.RoleId"}},e._l(e.selectRole,(function(e){return a("el-option",{key:e.Id,attrs:{label:e.FullName,value:e.Id}})})),1)],1),a("el-form-item",{attrs:{label:"用户信息:"}},[a("el-input",{attrs:{clearable:"",placeholder:"姓名/电话"},model:{value:e.searchform.Keywords,callback:function(r){e.$set(e.searchform,"Keywords",r)},expression:"searchform.Keywords"}})],1),a("el-form-item",{attrs:{label:"注册日期:"}},[a("el-date-picker",{attrs:{type:"daterange",align:"right","value-format":"yyyy-MM-dd","unlink-panels":"","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期","picker-options":e.pickerOptions},model:{value:e.searchform.CreateTime,callback:function(r){e.$set(e.searchform,"CreateTime",r)},expression:"searchform.CreateTime"}})],1),a("el-form-item",[a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleSearch()}}},[e._v("查询")])],1)],1)],1)],1),a("el-card",[a("div",{staticClass:"list-btn-container"},[a("el-button-group",[a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Organize/Add"],expression:"['Organize/Add']"}],attrs:{type:"primary",icon:"el-icon-plus",size:"small"},on:{click:function(r){return e.ShowEditOrViewDialog()}}},[e._v("新增")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Organize/Edit"],expression:"['Organize/Edit']"}],staticClass:"el-button-modify",attrs:{type:"primary",icon:"el-icon-edit",size:"small"},on:{click:function(r){return e.ShowEditOrViewDialog("edit")}}},[e._v("修改")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Organize/Enable"],expression:"['Organize/Enable']"}],attrs:{type:"info",icon:"el-icon-video-pause",size:"small"},on:{click:function(r){return e.setEnable("0")}}},[e._v("禁用")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Organize/Enable"],expression:"['Organize/Enable']"}],attrs:{type:"success",icon:"el-icon-video-play",size:"small"},on:{click:function(r){return e.setEnable("1")}}},[e._v("启用")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Organize/DeleteSoft"],expression:"['Organize/DeleteSoft']"}],attrs:{type:"warning",icon:"el-icon-delete",size:"small"},on:{click:function(r){return e.deleteSoft("0")}}},[e._v("软删除")]),a("el-button",{attrs:{type:"default",icon:"el-icon-refresh",size:"small"},on:{click:function(r){return e.loadTableData()}}},[e._v("刷新")])],1)],1),a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableloading,expression:"tableloading"}],ref:"gridtable",staticStyle:{width:"100%"},attrs:{data:e.tableData,border:"",stripe:"","highlight-current-row":"","cell-style":{"text-align":"center"},"header-cell-style":{"text-align":"center"},"default-sort":{prop:"SortCode",order:"descending"}},on:{select:e.handleSelectChange,"select-all":e.handleSelectAllChange,"sort-change":e.handleSortChange}},[a("el-table-column",{attrs:{type:"selection",width:"30"}}),a("el-table-column",{attrs:{prop:"Account",label:"账号/用户名",width:"230",fixed:""}}),a("el-table-column",{attrs:{prop:"UserName",label:"昵称",width:"180",fixed:""}}),a("el-table-column",{attrs:{prop:"DepartmentName",label:"所属公司",width:"366",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return[e._v(" "+e._s(null==r.row.OrganizeName?"":r.row.OrganizeName+"/")+e._s(r.row.DepartmentName)+" ")]}}])}),a("el-table-column",{attrs:{prop:"RoleName",label:"岗位角色",width:"200",align:"center"}}),a("el-table-column",{attrs:{label:"状态",width:"130",prop:"Status",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("el-tag",{attrs:{type:1===r.row.Status?"success":"info","disable-transitions":""}},[e._v(e._s(1===r.row.Status?"启用":"禁用"))])]}}])}),a("el-table-column",{attrs:{prop:"CreatedTime",label:"添加时间",width:"180"}}),a("el-table-column",{attrs:{prop:"ModifiedTime",label:"更新时间",width:"190"},scopedSlots:e._u([{key:"default",fn:function(r){return[e._v(" "+e._s(r.row.ModifiedTime)+" ")]}}])}),a("el-table-column",{attrs:{prop:"ModifiedTime",label:"操作",width:"180"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("span",{staticStyle:{color:"#1d7fff",cursor:"pointer"},on:{click:function(a){return a.stopPropagation(),e.handleResetPassword(r.row)}}},[e._v("重置密码")])]}}])})],1),a("div",{staticClass:"pagination-container"},[a("el-pagination",{attrs:{background:"","current-page":e.pagination.currentPage,"page-sizes":[5,10,20,50,100,200,300,400],"page-size":e.pagination.pagesize,layout:"total, sizes, prev, pager, next, jumper",total:e.pagination.pageTotal},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1)],1),a("el-dialog",{ref:"dialogEditForm",attrs:{title:e.editFormTitle+"用户",visible:e.dialogEditFormVisible,width:"660px"},on:{"update:visible":function(r){e.dialogEditFormVisible=r}}},[a("el-form",{ref:"editFrom",staticClass:"demo-form-inline",attrs:{inline:!0,model:e.editFrom,rules:e.rules}},[a("el-form-item",{attrs:{label:"账号","label-width":e.formLabelWidth,prop:"Account"}},[a("el-input",{attrs:{maxlength:"12",placeholder:"请输入账号",autocomplete:"off",clearable:""},model:{value:e.editFrom.Account,callback:function(r){e.$set(e.editFrom,"Account",r)},expression:"editFrom.Account"}})],1),a("el-form-item",{attrs:{label:"姓名","label-width":e.formLabelWidth,prop:"UserName"}},[a("el-input",{attrs:{placeholder:"请输入姓名",autocomplete:"off",clearable:""},model:{value:e.editFrom.UserName,callback:function(r){e.$set(e.editFrom,"UserName",r)},expression:"editFrom.UserName"}})],1),a("el-form-item",{attrs:{label:"手机号","label-width":e.formLabelWidth,prop:"MobilePhone"}},[a("el-input",{attrs:{maxlength:"11",placeholder:"请输入手机号",autocomplete:"off",clearable:""},model:{value:e.editFrom.MobilePhone,callback:function(r){e.$set(e.editFrom,"MobilePhone",r)},expression:"editFrom.MobilePhone"}})],1),a("el-form-item",{attrs:{label:"性别","label-width":e.formLabelWidth,prop:"Gender"}},[a("el-radio-group",{model:{value:e.editFrom.Gender,callback:function(r){e.$set(e.editFrom,"Gender",r)},expression:"editFrom.Gender"}},[a("el-radio",{attrs:{label:1}},[e._v("男")]),a("el-radio",{attrs:{label:0}},[e._v("女")])],1)],1),a("el-form-item",{attrs:{label:"选项","label-width":e.formLabelWidth,prop:""}},[a("el-radio-group",{model:{value:e.editFrom.Status,callback:function(r){e.$set(e.editFrom,"Status",r)},expression:"editFrom.Status"}},[a("el-radio",{attrs:{label:"1",value:"1"}},[e._v("启用")]),a("el-radio",{attrs:{label:"-1",value:"-1"}},[e._v("禁用")])],1)],1),a("el-form-item",{attrs:{label:"所属组织","label-width":e.formLabelWidth,prop:"DepartmentId"}},[a("el-cascader",{staticStyle:{width:"500px"},attrs:{options:e.selectOrganize,filterable:"",props:{label:"FullName",value:"Id",children:"Children",emitPath:!1,checkStrictly:!0,expandTrigger:"hover"},clearable:""},on:{change:e.handleSelectOrganizeChange},model:{value:e.selectedOrganizeOptions,callback:function(r){e.selectedOrganizeOptions=r},expression:"selectedOrganizeOptions"}})],1),a("el-form-item",{attrs:{label:"用户角色","label-width":e.formLabelWidth,prop:"RoleId"}},[a("el-select",{staticStyle:{width:"500px"},attrs:{clearable:"",placeholder:"请选择"},model:{value:e.editFrom.RoleId,callback:function(r){e.$set(e.editFrom,"RoleId",r)},expression:"editFrom.RoleId"}},e._l(e.selectRole,(function(e){return a("el-option",{key:e.Id,attrs:{label:e.FullName,value:e.Id}})})),1)],1)],1),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(r){e.dialogEditFormVisible=!1}}},[e._v("取 消")]),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.saveEditForm()}}},[e._v("确 定")])],1)],1)],1)},t=[],i=(a("d81d"),a("159b"),a("da02")),d=(a("dfa7"),a("7359")),s={name:"User",data:function(){return{searchform:{RoleId:"",Keywords:"",CreateTime:""},selectRole:[],selectedOrganizeOptions:"",selectOrganize:[],pickerOptions:{shortcuts:[{text:"今天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()),e.$emit("pick",[a,r])}},{text:"昨天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-864e5),e.$emit("pick",[a,r])}},{text:"最近两天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-1728e5),e.$emit("pick",[a,r])}},{text:"最近三天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e5),e.$emit("pick",[a,r])}},{text:"最近一周",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,r])}},{text:"最近一个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,r])}},{text:"最近两个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-5184e6),e.$emit("pick",[a,r])}}]},loadBtnFunc:[],tableData:[],tableloading:!0,pagination:{currentPage:1,pagesize:20,pageTotal:0},sortableData:{order:"desc",sort:"CreatedTime"},dialogEditFormVisible:!1,editFormTitle:"",editFrom:{},rules:{Account:[{required:!0,message:"请输入账号",trigger:"blur"},{min:2,max:12,message:"长度在 2 到 16 个字符",trigger:"blur"}],RealName:[{required:!0,message:"请输入姓名",trigger:"blur"},{min:2,max:10,message:"长度在 2 到 50 个字符",trigger:"blur"}],DepartmentId:[{required:!0,message:"请输选择所属组织",trigger:"blur"}],RoleId:[{required:!0,message:"请输选择岗位角色",trigger:"blur"}]},formLabelWidth:"80px",currentId:"",currentSelected:[]}},created:function(){this.pagination.currentPage=1,this.InitDictItem(),this.loadTableData()},methods:{InitDictItem:function(){var e=this;Object(d["b"])().then((function(r){e.selectOrganize=e.dg(r.ResData)}))},dg:function(e){var r=this;return e.map((function(e){return e.Children.length>1?(e.Children=r.dg(e.Children),e):(e.Children=null,e)}))},loadTableData:function(){var e=this;this.tableloading=!0;var r={CurrenetPageIndex:this.pagination.currentPage,PageSize:this.pagination.pagesize,Keywords:this.searchform.Keywords,Order:this.sortableData.order,Sort:this.sortableData.sort,StartTime:""!==this.searchform.CreateTime?this.searchform.CreateTime[0]:"",EndTime:""!==this.searchform.CreateTime?this.searchform.CreateTime[1]:"",RoleId:this.searchform.RoleId};Object(i["d"])(r).then((function(r){e.tableData=r.ResData.Items,e.pagination.pageTotal=r.ResData.TotalItems,e.tableloading=!1}))},handleSearch:function(){this.pagination.currentPage=1,this.loadTableData()},reset:function(){this.editFrom={Account:"",RealName:"",NickName:"",Gender:1,MobilePhone:"",Email:"",WeChat:"",DepartmentId:"",RoleId:"",IsAdministrator:!0,Status:"1"},this.selectedOrganizeOptions="",this.resetForm("editFrom")},ShowEditOrViewDialog:function(e){console.log(e),console.log(this.currentSelected),this.reset(),void 0!==e?this.currentSelected.length>1||0===this.currentSelected.length?this.$alert("请选择一条数据进行编辑/修改","提示"):(this.currentId=this.currentSelected[0].Id,this.editFormTitle="编辑",this.dialogEditFormVisible=!0,this.bindEditInfo()):(this.editFormTitle="新增",this.currentId="",this.dialogEditFormVisible=!0)},bindEditInfo:function(){var e=this;Object(i["c"])(this.currentId).then((function(r){e.editFrom=r.ResData,e.editFrom.RoleId=1*r.ResData.RoleId,e.editFrom.Status=r.ResData.Status+"",e.selectedOrganizeOptions=r.ResData.DepartmentId}))},saveEditForm:function(){var e=this;this.$refs["editFrom"].validate((function(r){if(!r)return!1;var a={Account:e.editFrom.Account,UserName:e.editFrom.UserName,Gender:e.editFrom.Gender,MobilePhone:e.editFrom.MobilePhone,IsAdministrator:e.editFrom.IsAdministrator,RoleId:e.editFrom.RoleId,DepartmentId:e.editFrom.DepartmentId,Status:e.editFrom.Status},n="AdminUser/Insert";""!==e.currentId&&(n="AdminUser/Update",a.Id=e.currentId),Object(i["h"])(a,n).then((function(r){r.Success?(e.$message({message:"恭喜你,操作成功",type:"success"}),e.dialogEditFormVisible=!1,e.currentSelected="",e.selectedOrganizeOptions="",e.loadTableData(),e.InitDictItem()):e.$message({message:r.ErrMsg,type:"error"})}))}))},setEnable:function(e){var r=this;if(0===this.currentSelected.length)return this.$alert("请先选择要操作的数据","提示"),!1;var a=[];this.currentSelected.forEach((function(e){a.push(e.Id)}));var n={Ids:a,Flag:e};Object(i["i"])(n).then((function(e){e.Success?(r.$message({message:"恭喜你,操作成功",type:"success"}),r.currentSelected="",r.loadTableData()):r.$message({message:e.ErrMsg,type:"error"})}))},deleteSoft:function(e){var r=this;if(0===this.currentSelected.length)return this.$alert("请先选择要操作的数据","提示"),!1;var a=[];this.currentSelected.forEach((function(e){a.push(e.Id)}));var n={Ids:a,Flag:e};Object(i["a"])(n).then((function(e){e.Success?(r.$message({message:"恭喜你,操作成功",type:"success"}),r.currentSelected="",r.loadTableData()):r.$message({message:e.ErrMsg,type:"error"})}))},handleSortChange:function(e){this.sortableData.sort=e.prop,"ascending"===e.order?this.sortableData.order="asc":this.sortableData.order="desc",this.loadTableData()},handleSelectChange:function(e,r){this.currentSelected=e},handleSelectAllChange:function(e){this.currentSelected=e},handleSizeChange:function(e){this.pagination.pagesize=e,this.pagination.currentPage=1,this.loadTableData()},handleCurrentChange:function(e){this.pagination.currentPage=e,this.loadTableData()},handleSelectOrganizeChange:function(){this.editFrom.DepartmentId=this.selectedOrganizeOptions},handleResetPassword:function(e){var r=this,a={UserId:e.Id};Object(i["f"])(a).then((function(e){e.Success?(r.$alert("重置密码成功,新密为12345678","提醒",{confirmButtonText:"确定",callback:function(e){}}),r.currentSelected="",r.loadTableData()):r.$message({message:e.ErrMsg,type:"error"})}))}}},l=s,o=(a("bc8e"),a("2877")),c=Object(o["a"])(l,n,t,!1,null,"0f8331ec",null);r["default"]=c.exports},a622:function(e,r,a){"use strict";a("eb7f")},a804:function(e,r,a){},a93a:function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"warp"},[a("el-card",[a("el-tabs",{on:{"tab-click":e.selectTopNav},model:{value:e.activeName,callback:function(r){e.activeName=r},expression:"activeName"}},[a("el-tab-pane",{attrs:{label:"全部",name:"-1"}}),a("el-tab-pane",{attrs:{label:"待审核",name:"10"}}),a("el-tab-pane",{attrs:{label:"审核通过",name:"20"}}),a("el-tab-pane",{attrs:{label:"审核失败",name:"0"}}),a("el-tab-pane",{attrs:{label:"已成交",name:"30"}}),a("el-tab-pane",{attrs:{label:"已下架",name:"99"}})],1),a("div",{staticClass:"top_card"},[a("div",[a("el-input",{staticClass:"input_css",attrs:{clearable:"",placeholder:"请输入关键字搜索"},model:{value:e.searchVal,callback:function(r){e.searchVal=r},expression:"searchVal"}}),a("el-date-picker",{staticClass:"time_css",attrs:{type:"daterange",align:"left","unlink-panels":"","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期","picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd HH:mm:ss"},model:{value:e.searchTime,callback:function(r){e.searchTime=r},expression:"searchTime"}}),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleSearch()}}},[e._v("查询")]),a("el-button",{attrs:{type:"warning"},on:{click:function(r){return e.handleNull()}}},[e._v("重置")])],1),a("div",[a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleSx()}}},[e._v("刷新")])],1)]),a("div",{staticClass:"table_css"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableloading,expression:"tableloading"}],ref:"gridtable",staticStyle:{width:"100%"},attrs:{data:e.tableData,height:"650","header-cell-style":{"background-color":"#EBF5FF"}}},[a("el-table-column",{attrs:{prop:"EquipmentNumber",label:"编号"}}),a("el-table-column",{attrs:{prop:"Contact",label:"姓名"}}),a("el-table-column",{attrs:{prop:"Avatar",label:"用户头像",align:"center"},scopedSlots:e._u([{key:"default",fn:function(e){return[a("el-image",{staticStyle:{height:"70px",width:"70px"},attrs:{src:e.row.Avatar,"preview-src-list":[e.row.Avatar]}})]}}])}),a("el-table-column",{attrs:{prop:"NickName",label:"微信昵称"}}),a("el-table-column",{attrs:{prop:"ContactPhone",label:"联系方式"}}),a("el-table-column",{attrs:{prop:"CreatedTime",label:"发布时间"}}),a("el-table-column",{attrs:{prop:"AutomobileLocation",label:"设备地址"}}),a("el-table-column",{attrs:{prop:"EquipmentTypeName",label:"车型"}}),a("el-table-column",{attrs:{prop:"EquipmentBrandName",label:"设备品牌"}}),a("el-table-column",{attrs:{prop:"StateName",label:"状态"}}),a("el-table-column",{attrs:{prop:"change",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("span",{staticStyle:{color:"#1d7fff",cursor:"pointer","margin-right":"10px"},on:{click:function(a){return a.stopPropagation(),e.onLookInfo(r.$index)}}},[e._v("查看")]),a("span",{staticStyle:{color:"#1d7fff",cursor:"pointer","margin-right":"10px"},on:{click:function(a){return a.stopPropagation(),e.handleXj(r.row.Id)}}},[e._v("下架")]),a("span",{staticStyle:{color:"#1d7fff",cursor:"pointer"}},[e._v("浏览记录("+e._s(r.row.PageView)+")")])]}}])})],1),a("div",{staticClass:"pagination-container"},[a("el-pagination",{attrs:{background:"","current-page":e.page.currentPage,"page-size":e.page.pagesize,layout:"total, prev, pager, next",total:e.page.pageTotal},on:{"current-change":e.handlePage}})],1)],1)],1),a("el-drawer",{attrs:{withHeader:!1,size:"45%","custom-class":"drawer-class",visible:e.showTableInfo,wrapperClosable:""},on:{"update:visible":function(r){e.showTableInfo=r}}},[a("div",{staticClass:"demo-drawer__content"},[a("div",{staticClass:"top_name"},[e._v("出售信息审核")]),a("div",{staticClass:"fk_top"},[a("el-avatar",{attrs:{size:60,src:e.tableInfo.Avatar}}),a("div",{staticClass:"fk_top_admin"},[a("div",{staticClass:"fk_t_a_name"},[e._v(e._s(e.tableInfo.Contact))]),a("div",[e._v(e._s(e.tableInfo.ContactPhone))])]),a("div",{staticClass:"fk_top_status"},[a("div",[e._v("状态:")]),a("span",{staticClass:"el-dropdown-link col0"},[e._v(e._s(e.tableInfo.StateName)+" ")])])],1),a("el-divider"),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("出售标题:")]),a("div",{staticClass:"info_data"},[e._v(e._s(e.tableInfo.Title))])]),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("创建时间:")]),a("div",{staticClass:"info_data"},[e._v(e._s(e.tableInfo.CreatedTime))])]),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("发布时间:")]),a("div",{staticClass:"info_data"},[e._v(e._s(e.tableInfo.CreatedTime))])]),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("更新时间:")]),a("div",{staticClass:"info_data"},[e._v(e._s(e.tableInfo.RefreshDate))])]),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("到期时间:")]),a("div",{staticClass:"info_data"},[e._v(e._s(e.tableInfo.TopExpireDate))])]),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("设备类型:")]),a("div",{staticClass:"info_data"},[e._v(e._s(e.tableInfo.EquipmentTypeName))])]),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("设备品牌:")]),a("div",{staticClass:"info_data"},[e._v(e._s(e.tableInfo.EquipmentBrandName))])]),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("臂架长度:")]),a("div",{staticClass:"info_data"},[e._v(e._s(e.tableInfo.BoomLengthName))])]),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("设备底盘:")]),a("div",{staticClass:"info_data"},[e._v(e._s(e.tableInfo.AutomobileChassisName))])]),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("设备位置:")]),a("div",{staticClass:"info_data"},[e._v(e._s(e.tableInfo.AutomobileLocation))])]),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("是否置顶:")]),a("div",{staticClass:"info_data"},[e._v(e._s(e.tableInfo.IsTop?"是":"否"))])]),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("设备详情:")]),a("div",{staticClass:"info_data"},[e._v(e._s(e.tableInfo.Introduction))])]),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("设备照片:")]),a("div",{staticClass:"info_data"},[a("div",{staticClass:"car_img_css"},e._l(e.tableInfo.EquipmentPictures,(function(e,r){return a("el-image",{key:r,staticStyle:{height:"70px",width:"70px","margin-right":"10px","margin-bottom":"10px"},attrs:{src:e.PictureLink,"preview-src-list":[e.PictureLink]}})})),1)])]),a("div",{staticClass:"info_list"},[a("div",{staticClass:"info_name"},[e._v("行驶证照片:")]),a("div",{staticClass:"info_data"},[a("div",{staticClass:"car_img_css"},e._l(e.tableInfo.DrivingPictures,(function(e,r){return a("el-image",{key:r,staticStyle:{height:"70px",width:"70px","margin-right":"10px","margin-bottom":"10px"},attrs:{src:e.PictureLink,"preview-src-list":[e.PictureLink]}})})),1)])]),a("el-divider"),10==e.tableInfo.State?a("div",{staticClass:"demo-drawer__footer"},[a("el-button",{attrs:{type:"danger"},on:{click:function(r){return e.onBcHd(0)}}},[e._v("审核失败")]),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.onBcHd(1)}}},[e._v("审核通过")])],1):e._e()],1)]),a("el-dialog",{attrs:{title:"确认",visible:e.showSh},on:{"update:visible":function(r){e.showSh=r}}},[a("el-form",{ref:"formSh",attrs:{model:e.formSh,rules:e.rulesSh}},[a("el-form-item",{attrs:{label:"失败原因",prop:"text"}},[a("el-input",{attrs:{autocomplete:"off"},model:{value:e.formSh.text,callback:function(r){e.$set(e.formSh,"text",r)},expression:"formSh.text"}})],1)],1),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(r){e.showSh=!1}}},[e._v("取 消")]),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.onBtnError("formSh")}}},[e._v("确 定")])],1)],1)],1)},t=[],i=(a("b0c0"),a("b775")),d=a("83d6"),s=a.n(d);function l(e){return i["a"].request({url:"Equipment/FindWithPagerSearchAsync",method:"post",data:e,baseURL:s.a.apiSecurityUrl})}function o(e){return i["a"].request({url:"Equipment?id="+e,method:"put",data:"",baseURL:s.a.apiSecurityUrl})}function c(e){return i["a"].request({url:"Audit/AuditFailAsync",method:"put",data:e,baseURL:s.a.apiSecurityUrl})}function I(e){return i["a"].request({url:"Audit/AuditSuccessAsync?equipmentId="+e,method:"put",baseURL:s.a.apiSecurityUrl})}var m={name:"Information",data:function(){return{pickerOptions:{shortcuts:[{text:"最近一周",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,r])}},{text:"最近一个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,r])}},{text:"最近三个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-7776e6),e.$emit("pick",[a,r])}}]},page:{currentPage:1,pagesize:20,pageTotal:0},activeName:"-1",searchVal:"",searchTime:"",tableloading:!0,tableData:[],showTableInfo:!1,tableInfo:{},formSh:{text:""},rulesSh:{text:[{required:!0,message:"请输入不通过原因",trigger:"blur"}]},showSh:!1}},created:function(){this.getTable(1)},methods:{selectTopNav:function(e,r){this.activeName=e.name,this.getTable(1)},handleSearch:function(){this.getTable(1)},handleNull:function(){this.searchVal="",this.searchTime="",this.getTable(1)},handleSx:function(){this.getTable(1)},handleXj:function(e){var r=this;o(e).then((function(e){r.$message({message:"下架成功",type:"success"}),r.getTable(r.page.currentPage)}))},onLookInfo:function(e){console.log(e),this.tableInfo=this.tableData[e],this.showTableInfo=!0},onBcHd:function(e){var r=this;if(0==e)this.showSh=!0;else{var a=this.tableInfo.Id;I(a).then((function(e){console.log("审核成功",e),r.$message({message:"修改成功",type:"success"}),r.showTableInfo=!1,r.getTable(r.page.currentPage)}))}},onBtnError:function(e){var r=this;this.$refs[e].validate((function(e){if(!e)return!1;var a={EquipmentId:r.tableInfo.Id,Note:r.formSh.text};c(a).then((function(e){r.$message({message:"修改成功",type:"success"}),r.showSh=!1,r.showTableInfo=!1,r.getTable(r.page.currentPage)}))}))},getTable:function(e){var r=this;r.tableloading=!0;var a={CurrenetPageIndex:e,PageSize:r.page.pagesize,Keywords:r.searchVal,StartTime:r.searchTime[0],EndTime:r.searchTime[1],State:r.activeName,Order:"",Sort:"CreatedTime"};l(a).then((function(e){console.log("出售信息数据",e),r.page.pageTotal=e.ResData.TotalItems,r.tableData=e.ResData.Items,r.tableloading=!1}))},handlePage:function(e){this.page.currentPage=e,this.getTable(e)}}},p=m,h=(a("ef26"),a("2877")),g=Object(h["a"])(p,n,t,!1,null,"01f3dcb2",null);r["default"]=g.exports},bc8e:function(e,r,a){"use strict";a("df21")},bd6f:function(e,r,a){"use strict";a("6bb1")},bf33:function(e,r,a){"use strict";a("9b50")},c0c7:function(e,r,a){"use strict";a("a004")},c2fa:function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"app-container"},[a("el-card",[a("div",{staticClass:"list-btn-container"},[a("el-button-group",[a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Organize/Add"],expression:"['Organize/Add']"}],attrs:{type:"primary",icon:"el-icon-plus",size:"small"},on:{click:function(r){return e.ShowEditOrViewDialog()}}},[e._v("新增")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Organize/Edit"],expression:"['Organize/Edit']"}],staticClass:"el-button-modify",attrs:{type:"primary",icon:"el-icon-edit",size:"small"},on:{click:function(r){return e.ShowEditOrViewDialog("edit")}}},[e._v("修改")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Organize/Enable"],expression:"['Organize/Enable']"}],attrs:{type:"info",icon:"el-icon-video-pause",size:"small"},on:{click:function(r){return e.setEnable("0")}}},[e._v("禁用")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Organize/Enable"],expression:"['Organize/Enable']"}],attrs:{type:"success",icon:"el-icon-video-play",size:"small"},on:{click:function(r){return e.setEnable("1")}}},[e._v("启用")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["Organize/DeleteSoft"],expression:"['Organize/DeleteSoft']"}],attrs:{type:"warning",icon:"el-icon-delete",size:"small"},on:{click:function(r){return e.deleteSoft("0")}}},[e._v("软删除")]),a("el-button",{attrs:{type:"default",icon:"el-icon-refresh",size:"small"},on:{click:function(r){return e.loadTableData()}}},[e._v("刷新")])],1)],1),a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableloading,expression:"tableloading"}],ref:"gridtable",staticStyle:{width:"100%"},attrs:{data:e.tableData,"row-key":"Id",border:"",stripe:"","highlight-current-row":"","default-expand-all":"","tree-props":{children:"Children"}},on:{select:e.handleSelectChange,"select-all":e.handleSelectAllChange,"sort-change":e.handleSortChange}},[a("el-table-column",{attrs:{type:"selection",width:"30"}}),a("el-table-column",{attrs:{prop:"FullName",label:"组织名称",width:"380"}}),a("el-table-column",{attrs:{prop:"EnCode",label:"编码",width:"180"}}),a("el-table-column",{attrs:{prop:"CategoryName",label:"类型",width:"90",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return["Group"===r.row.CategoryName?e._t("default",[e._v("集团")]):e._e(),"Area"===r.row.CategoryName?e._t("default",[e._v("区域")]):e._e(),"Company"===r.row.CategoryName?e._t("default",[e._v("公司")]):"SubCompany"===r.row.CategoryName?e._t("default",[e._v("子公司")]):"Department"===r.row.CategoryName?e._t("default",[e._v("部门")]):"SubDepartment"===r.row.CategoryName?e._t("default",[e._v("子部门")]):"WorkGroup"===r.row.CategoryName?e._t("default",[e._v("工作组")]):e._e()]}}],null,!0)}),a("el-table-column",{attrs:{prop:"ManagerName",label:"负责人",width:"90"}}),a("el-table-column",{attrs:{label:"是否启用",sortable:"custom",width:"120",prop:"IsEnabled",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("el-tag",{attrs:{type:!0===r.row.IsEnabled?"success":"info","disable-transitions":""}},[e._v(e._s(!0===r.row.IsEnabled?"启用":"禁用"))])]}}])}),a("el-table-column",{attrs:{label:"是否删除",sortable:"custom",width:"120",prop:"IsDelete",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("el-tag",{attrs:{type:!0===r.row.IsDelete?"danger":"success","disable-transitions":""}},[e._v(e._s(!0===r.row.IsDelete?"已删除":"否"))])]}}])}),a("el-table-column",{attrs:{prop:"CreatedTime",label:"创建时间",sortable:""}}),a("el-table-column",{attrs:{prop:"ModifiedTime",label:"更新时间",sortable:""}})],1)],1),a("el-dialog",{directives:[{name:"el-drag-dialog",rawName:"v-el-drag-dialog"}],ref:"dialogEditForm",attrs:{title:e.editFormTitle+"组织",visible:e.dialogEditFormVisible,width:"660px"},on:{"update:visible":function(r){e.dialogEditFormVisible=r}}},[a("el-form",{ref:"editFrom",staticClass:"demo-form-inline",attrs:{inline:!0,model:e.editFrom,rules:e.rules}},[a("el-form-item",{attrs:{label:"上级组织","label-width":e.formLabelWidth,prop:"ParentId"}},[a("el-cascader",{ref:"Parent",staticStyle:{width:"500px"},attrs:{options:e.selectOrganize,filterable:"",props:{label:"FullName",value:"Id",children:"Children",emitPath:!1,checkStrictly:!0,expandTrigger:"hover"},clearable:""},on:{change:e.handleSelectOrganizeChange},model:{value:e.selectedOrganizeOptions,callback:function(r){e.selectedOrganizeOptions=r},expression:"selectedOrganizeOptions"}})],1),a("el-form-item",{attrs:{label:"名称","label-width":e.formLabelWidth,prop:"FullName"}},[a("el-input",{staticStyle:{width:"500px"},attrs:{placeholder:"请输入机构名称",autocomplete:"off",clearable:""},model:{value:e.editFrom.FullName,callback:function(r){e.$set(e.editFrom,"FullName",r)},expression:"editFrom.FullName"}})],1),a("el-form-item",{attrs:{label:"分类","label-width":e.formLabelWidth,prop:"CategoryName"}},[a("el-select",{attrs:{placeholder:"请选择"},model:{value:e.editFrom.CategoryName,callback:function(r){e.$set(e.editFrom,"CategoryName",r)},expression:"editFrom.CategoryName"}},e._l(e.options,(function(e){return a("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1),a("el-form-item",{attrs:{label:"编码","label-width":e.formLabelWidth,prop:"EnCode"}},[a("el-input",{attrs:{placeholder:"请输入机构编码",autocomplete:"off",clearable:""},model:{value:e.editFrom.EnCode,callback:function(r){e.$set(e.editFrom,"EnCode",r)},expression:"editFrom.EnCode"}})],1),a("el-form-item",{attrs:{label:"负责人","label-width":e.formLabelWidth,prop:"ManagerName"}},[a("el-input",{attrs:{placeholder:"请输入负责人",autocomplete:"off",clearable:""},model:{value:e.editFrom.ManagerName,callback:function(r){e.$set(e.editFrom,"ManagerName",r)},expression:"editFrom.ManagerName"}})],1),a("el-form-item",{attrs:{label:"排序","label-width":e.formLabelWidth,prop:"SortCode"}},[a("el-input",{attrs:{placeholder:"请输入排序,默认为99",autocomplete:"off",clearable:""},model:{value:e.editFrom.SortCode,callback:function(r){e.$set(e.editFrom,"SortCode",e._n(r))},expression:"editFrom.SortCode"}})],1),a("el-form-item",{attrs:{label:"选项","label-width":e.formLabelWidth,prop:""}},[a("el-radio-group",{model:{value:e.editFrom.IsEnabled,callback:function(r){e.$set(e.editFrom,"IsEnabled",r)},expression:"editFrom.IsEnabled"}},[a("el-radio",{attrs:{label:!0,value:"true"}},[e._v("启用")]),a("el-radio",{attrs:{label:!1,value:"false"}},[e._v("禁用")])],1)],1),a("el-form-item",{attrs:{label:"描述","label-width":e.formLabelWidth,prop:"Description"}},[a("el-input",{staticStyle:{width:"500px"},attrs:{autocomplete:"off",clearable:""},model:{value:e.editFrom.Description,callback:function(r){e.$set(e.editFrom,"Description",r)},expression:"editFrom.Description"}})],1)],1),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(r){e.dialogEditFormVisible=!1}}},[e._v("取 消")]),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.saveEditForm()}}},[e._v("确 定")])],1)],1)],1)},t=[],i=(a("159b"),a("ae0d")),d=a("7359"),s=(a("caad"),a("2532"),a("5319"),a("ac1f"),a("99af"),{bind:function(e,r,a){var n=e.querySelector(".el-dialog__header"),t=e.querySelector(".el-dialog");n.style.cssText+=";cursor:move;",t.style.cssText+=";top:0px;";var i=function(){return window.document.currentStyle?function(e,r){return e.currentStyle[r]}:function(e,r){return getComputedStyle(e,!1)[r]}}();n.onmousedown=function(e){var r=e.clientX-n.offsetLeft,d=e.clientY-n.offsetTop,s=t.offsetWidth,l=t.offsetHeight,o=document.body.clientWidth,c=document.body.clientHeight,I=t.offsetLeft,m=o-t.offsetLeft-s,p=t.offsetTop,h=c-t.offsetTop-l>c?c:l,g=i(t,"left"),u=i(t,"top");g.includes("%")?(g=+document.body.clientWidth*(+g.replace(/\%/g,"")/100),u=+document.body.clientHeight*(+u.replace(/\%/g,"")/100)):(g=+g.replace(/\px/g,""),u=+u.replace(/\px/g,"")),document.onmousemove=function(e){var n=e.clientX-r,i=e.clientY-d;-n>I?n=-I:n>m&&(n=m),-i>p?i=-p:i>h&&(i=h),t.style.cssText+=";left:".concat(n+g,"px;top:").concat(i+u,"px;"),a.child.$emit("dragDialog")},document.onmouseup=function(e){document.onmousemove=null,document.onmouseup=null}}}}),l=function(e){e.directive("el-drag-dialog",s)};window.Vue&&(window["el-drag-dialog"]=s,Vue.use(l)),s.install=l;var o=s,c={name:"Organize",directives:{elDragDialog:o},data:function(){return{options:[{value:"Group",label:"集团"},{value:"Area",label:"区域"},{value:"Company",label:"公司"},{value:"SubCompany",label:"子公司"},{value:"Department",label:"部门"},{value:"SubDepartment",label:"子部门"},{value:"WorkGroup",label:"工作组"}],loadBtnFunc:[],selectedOrganizeOptions:"",selectOrganize:[],selectOrganizeType:[],tableData:[],tableloading:!0,dialogEditFormVisible:!1,editFormTitle:"",editFrom:{CategoryName:"集团",ManagerName:"",FullName:"",EnCode:"",ParentId:"",SortCode:99,IsEnabled:!0,Description:""},rules:{FullName:[{required:!0,message:"请输入名称",trigger:"blur"},{min:2,max:50,message:"长度在 2 到 50 个字符",trigger:"blur"}],CategoryName:[{required:!0,message:"请选择分类",trigger:"blur"}],EnCode:[{required:!0,message:"请输入机构编码",trigger:"blur"}],SortCode:[{required:!0,message:"请输入排序",trigger:"blur"}],Description:[{required:!0,message:"请输入描述",trigger:"blur"}],ParentId:[{required:!0,message:"请选择上级组织",trigger:"blur"}],ManagerName:[{required:!0,message:"请输入负责人",trigger:"blur"}]},formLabelWidth:"80px",currentId:"",currentSelected:[]}},created:function(){this.InitDictItem(),this.loadTableData()},methods:{InitDictItem:function(){var e=this;Object(i["b"])("OrganizeCategory").then((function(r){e.selectOrganizeType=r.ResData}))},loadTableData:function(){var e=this;this.tableloading=!0,Object(d["b"])().then((function(r){e.tableData=r.ResData,e.selectOrganize=r.ResData,e.tableloading=!1}))},handleSelectOrganizeChange:function(e){this.editFrom.ParentId=this.selectedOrganizeOptions,this.editFrom.Layers=this.$refs["Parent"].getCheckedNodes()[0].pathLabels.length+1},reset:function(){this.editFrom={CategoryName:"集团",ManagerName:"",FullName:"",EnCode:"",ParentId:"",SortCode:99,IsEnabled:!0,Description:""},this.selectedOrganizeOptions="",this.resetForm("editFrom")},ShowEditOrViewDialog:function(e){this.reset(),void 0!==e?this.currentSelected.length>1||0===this.currentSelected.length?this.$alert("请选择一条数据进行编辑/修改","提示"):(this.currentId=this.currentSelected[0].Id,this.editFormTitle="编辑",this.dialogEditFormVisible=!0,this.bindEditInfo()):(this.editFormTitle="新增",this.currentId="",this.dialogEditFormVisible=!0)},bindEditInfo:function(){var e=this;Object(d["c"])(this.currentId).then((function(r){console.log(r),e.editFrom=r.ResData,e.selectedOrganizeOptions=r.ResData.ParentId}))},saveEditForm:function(){var e=this;this.$refs["editFrom"].validate((function(r){if(!r)return!1;var a={ParentId:e.editFrom.ParentId,CategoryName:e.editFrom.CategoryName,Layers:e.editFrom.Layers,ManagerName:e.editFrom.ManagerName,EnCode:e.editFrom.EnCode,FullName:e.editFrom.FullName,SortCode:e.editFrom.SortCode,IsEnabled:e.editFrom.IsEnabled,Description:e.editFrom.Description},n="Organize/Insert";""!==e.currentId&&(n="Organize/Update",a.Id=e.currentId),console.log(a),console.log(n),Object(d["d"])(a,n).then((function(r){r.Success?(e.$message({message:"恭喜你,操作成功",type:"success"}),e.dialogEditFormVisible=!1,e.currentSelected="",e.loadTableData(),e.InitDictItem()):e.$message({message:r.ErrMsg,type:"error"})}))}))},setEnable:function(e){var r=this;if(0===this.currentSelected.length)return this.$alert("请先选择要操作的数据","提示"),!1;var a=[];this.currentSelected.forEach((function(e){a.push(e.Id)}));var n={Ids:a,Flag:e};console.log(n),Object(d["e"])(n).then((function(e){console.log(e),e.Success?(r.$message({message:"恭喜你,操作成功",type:"success"}),r.currentSelected="",r.loadTableData()):r.$message({message:e.ErrMsg,type:"error"})}))},deleteSoft:function(e){var r=this;if(0===this.currentSelected.length)return this.$alert("请先选择要操作的数据","提示"),!1;var a=[];this.currentSelected.forEach((function(e){a.push(e.Id)}));var n={Ids:a,Flag:e};Object(d["a"])(n).then((function(e){e.Success?(r.$message({message:"恭喜你,操作成功",type:"success"}),r.currentSelected="",r.loadTableData()):r.$message({message:e.ErrMsg,type:"error"})}))},handleSortChange:function(e){this.sortableData.sort=e.prop,"ascending"===e.order?this.sortableData.order="asc":this.sortableData.order="desc",this.loadTableData()},handleSelectChange:function(e,r){this.currentSelected=e},handleSelectAllChange:function(e){this.currentSelected=e}}},I=c,m=a("2877"),p=Object(m["a"])(I,n,t,!1,null,null,null);r["default"]=p.exports},ca72:function(e,r,a){"use strict";a("78ad")},cafe:function(e,r,a){},d34d:function(e,r,a){},d5f8:function(e,r,a){"use strict";a("2c40")},daab:function(e,r,a){"use strict";a("a276")},dd3e:function(e,r,a){"use strict";a("76dc")},de2b:function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"warp"},[a("el-card",[a("el-tabs",{on:{"tab-click":e.selectTopNav},model:{value:e.activeName,callback:function(r){e.activeName=r},expression:"activeName"}},[a("el-tab-pane",{attrs:{label:"待处理",name:"0"}}),a("el-tab-pane",{attrs:{label:"已处理",name:"1"}}),a("el-tab-pane",{attrs:{label:"全部",name:"-1"}})],1),a("div",{staticClass:"top_card"},[a("div",[a("el-date-picker",{staticClass:"time_css",attrs:{type:"daterange",align:"left","unlink-panels":"","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期","picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.searchTime,callback:function(r){e.searchTime=r},expression:"searchTime"}}),a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleSearch()}}},[e._v("查询")]),a("el-button",{attrs:{type:"warning"},on:{click:function(r){return e.handleNull()}}},[e._v("重置")])],1),a("div",[a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleAddBanner()}}},[e._v("刷新")])],1)]),a("div",{staticClass:"table_css"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableloading,expression:"tableloading"}],ref:"gridtable",staticStyle:{width:"100%"},attrs:{data:e.tableData,height:"600px","header-cell-style":{"background-color":"#EBF5FF"}}},[a("el-table-column",{attrs:{prop:"UserName",label:"用户"}}),a("el-table-column",{attrs:{prop:"Phone",label:"联系方式",width:"150"}}),a("el-table-column",{attrs:{prop:"CreatedTime",label:"提交时间",width:"190"}}),a("el-table-column",{attrs:{prop:"Content",label:"反馈内容",width:"350"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("div",{staticClass:"text_css"},[e._v(e._s(r.row.Content))])]}}])}),a("el-table-column",{attrs:{prop:"Status",label:"状态"},scopedSlots:e._u([{key:"default",fn:function(r){return[0==r.row.Status?a("el-tag",{attrs:{type:"danger"}},[e._v("待处理")]):a("el-tag",{attrs:{type:"success"}},[e._v("已处理")])]}}])}),a("el-table-column",{attrs:{prop:"change",label:"操作",width:"100"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("span",{staticStyle:{color:"#1d7fff",cursor:"pointer"},on:{click:function(a){return a.stopPropagation(),e.handleChange(r.row)}}},[e._v("编辑")])]}}])})],1),a("div",{staticClass:"pagination-container"},[a("el-pagination",{attrs:{background:"","current-page":e.page.currentPage,"page-size":e.page.pagesize,layout:"total, prev, pager, next",total:e.page.pageTotal},on:{"current-change":e.handlePage}})],1)],1)],1),a("el-drawer",{ref:"drawer",attrs:{visible:e.showAddBanner,direction:"rtl",width:"700"},on:{"update:visible":function(r){e.showAddBanner=r}}},[a("div",{staticClass:"demo-drawer__content"},[a("div",{staticClass:"top_name"},[e._v("用户反馈")]),a("div",{staticClass:"fk_top"},[a("el-avatar",{attrs:{size:60,src:e.changeData.AvatarUrl}}),a("div",{staticClass:"fk_top_admin"},[a("div",{staticClass:"fk_t_a_name"},[e._v(e._s(e.changeData.UserName))]),a("div",[e._v(e._s(e.changeData.Phone))])]),a("div",{staticClass:"fk_top_status"},[a("div",[e._v("状态:")]),a("el-dropdown",{attrs:{trigger:"click"},on:{command:e.handleCommand}},[a("span",{staticClass:"el-dropdown-link"},[0==e.changeData.Status?a("div",{staticClass:"col0"},[e._v("待处理")]):a("div",{staticClass:"col1"},[e._v("已处理")]),a("i",{staticClass:"el-icon-caret-bottom el-icon--right"})]),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{attrs:{command:"0"}},[e._v("待处理")]),a("el-dropdown-item",{attrs:{command:"1"}},[e._v("已处理")])],1)],1)],1)],1),a("el-divider"),a("el-form",{attrs:{"label-position":"right","label-width":"120px"}},[a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"提交时间:"}},[e._v(e._s(e.changeData.CreatedTime))]),a("el-form-item",{staticClass:"form_inp_width",attrs:{label:"反馈内容:"}},[a("div",{staticClass:"fk_css"},[a("div",{staticClass:"fk_css_text"},[e._v(e._s(e.changeData.Content))]),a("div",{staticClass:"fk_css_img"},e._l(e.changeData.FeedbackPic,(function(e,r){return a("el-image",{key:r,staticStyle:{height:"300px",width:"200px"},attrs:{src:e,"preview-src-list":[e]}})})),1)])])],1)],1)])],1)},t=[],i=(a("b0c0"),a("b775")),d=a("83d6"),s=a.n(d);function l(e){return i["a"].request({url:"Feedback/FindWithPagerSearchAsync",method:"post",data:e,baseURL:s.a.apiSecurityUrl})}function o(e){return i["a"].request({url:"Feedback/UpdateAsync",method:"post",params:e,baseURL:s.a.apiSecurityUrl})}var c={name:"Proposal",data:function(){return{pickerOptions:{shortcuts:[{text:"今天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()),e.$emit("pick",[a,r])}},{text:"昨天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-864e5),e.$emit("pick",[a,r])}},{text:"最近两天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-1728e5),e.$emit("pick",[a,r])}},{text:"最近三天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e5),e.$emit("pick",[a,r])}},{text:"最近一周",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,r])}},{text:"最近一个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,r])}},{text:"最近两个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-5184e6),e.$emit("pick",[a,r])}}]},activeName:"-1",searchTime:"",tableloading:!1,tableData:[],page:{currentPage:1,pagesize:20,pageTotal:0},showAddBanner:!1,changeData:{}}},created:function(){this.getTable(1)},methods:{selectTopNav:function(e,r){this.activeName=e.name,this.getTable(1)},handleSearch:function(){this.getTable(1)},handleNull:function(){this.searchTime="",this.getTable(1)},handleAddBanner:function(){this.getTable(1)},handleChange:function(e){this.changeData=e,this.showAddBanner=!0},handlePage:function(e){this.page.currentPage=e,this.getTable(e)},handleCommand:function(e){var r=this;this.changeData.Status=e;var a={id:this.changeData.Id,status:e};o(a).then((function(e){r.$message.success("处理成功"),r.showAddBanner=!1,r.getTable(1)}))},getTable:function(e){var r=this;r.tableloading=!0;var a={CurrenetPageIndex:e,PageSize:r.page.pagesize,StartTime:r.searchTime[0],EndTime:r.searchTime[1],Status:r.activeName,Order:"desc",Sort:"CreatedTime"};l(a).then((function(e){r.page.pageTotal=e.ResData.TotalItems,r.tableData=e.ResData.Items,r.tableloading=!1}))}}},I=c,m=(a("a622"),a("2877")),p=Object(m["a"])(I,n,t,!1,null,"d862f158",null);r["default"]=p.exports},df21:function(e,r,a){},dfa7:function(e,r,a){"use strict";a("b775"),a("83d6")},e382:function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,a=e._self._c||r;return a("div",{staticClass:"app-container"},[a("div",{staticClass:"filter-container"},[a("el-card",[a("el-form",{ref:"searchform",staticClass:"demo-form-inline",attrs:{inline:!0,model:e.searchform,size:"small"}},[a("el-form-item",{attrs:{label:"用户信息:"}},[a("el-input",{attrs:{clearable:"",placeholder:"姓名/电话"},model:{value:e.searchform.Keywords,callback:function(r){e.$set(e.searchform,"Keywords",r)},expression:"searchform.Keywords"}})],1),a("el-form-item",{attrs:{label:"日期:"}},[a("el-date-picker",{attrs:{type:"daterange",align:"right","value-format":"yyyy-MM-dd","unlink-panels":"","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期","picker-options":e.pickerOptions},model:{value:e.searchform.CreateTime,callback:function(r){e.$set(e.searchform,"CreateTime",r)},expression:"searchform.CreateTime"}})],1),a("el-form-item",{attrs:{label:"实名状态:"}},[a("el-select",{attrs:{placeholder:"请选择"},model:{value:e.value,callback:function(r){e.value=r},expression:"value"}},e._l(e.options,(function(e){return a("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1),a("el-form-item",[a("el-button",{attrs:{type:"primary"},on:{click:function(r){return e.handleSearch()}}},[e._v("查询")])],1)],1)],1)],1),a("el-card",[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableloading,expression:"tableloading"}],ref:"gridtable",staticStyle:{width:"100%"},attrs:{data:e.tableData,border:"",fit:"",stripe:"",height:"600px","highlight-current-row":"","cell-style":{"text-align":"center",padding:0,margin:0},"header-cell-style":{"text-align":"center"},"default-sort":{prop:"SortCode",order:"descending"},"row-class-name":e.tableRowClassName}},[a("el-table-column",{attrs:{prop:"UserName",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(r){return[a("div",{staticClass:"cell-class",style:e.tableCellActiveIndex==r.$index?{background:"#1890ff",color:"white"}:{}},[e._v(" "+e._s(r.row.UserName)+" ")])]}}])}),a("el-table-column",{attrs:{prop:"",label:"头像",width:"80"},scopedSlots:e._u([{key:"default",fn:function(e){return[a("el-image",{staticStyle:{width:"50px",height:"50px"},attrs:{src:e.row.AvatarUrl,fit:"cover","preview-src-list":[e.row.AvatarUrl]}})]}}])}),a("el-table-column",{attrs:{prop:"Phone",label:"手机号"}}),a("el-table-column",{attrs:{label:"实名状态",sortable:"custom",width:"90",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return[0==r.row.CertificationState?a("span",[e._v("实名审核中")]):e._e(),1==r.row.CertificationState?a("span",[e._v("实名通过")]):e._e(),2==r.row.CertificationState?a("span",[e._v("实名失败")]):e._e(),3==r.row.CertificationState?a("span",[e._v("未实名")]):e._e()]}}])}),a("el-table-column",{attrs:{prop:"CreatedTime",label:"创建时间",width:"180",sortable:""}}),a("el-table-column",{attrs:{prop:"CreatedTime",label:"最后登录时间",width:"180",sortable:""}}),a("el-table-column",{attrs:{prop:"",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(r){return[1==r.row.CertificationState||2==r.row.CertificationState||0==r.row.CertificationState?a("span",{staticStyle:{color:"#1d7fff",cursor:"pointer"},on:{click:function(a){return e.checkDetail(r)}}},[e._v("查看")]):e._e(),3==r.row.CertificationState?a("span",{staticStyle:{color:"#1d7fff",cursor:"pointer"}},[e._v("未上传身份证")]):e._e(),a("span",{staticStyle:{color:"#1d7fff",cursor:"pointer","margin-left":"10px"},on:{click:function(a){return e.goYunJl(r.row.Id)}}},[e._v("云币记录")])]}}])})],1),a("div",{staticClass:"pagination-container"},[a("el-pagination",{attrs:{background:"","current-page":e.pagination.currentPage,"page-size":e.pagination.pagesize,layout:"total, prev, pager, next, jumper",total:e.pagination.pageTotal},on:{"current-change":e.handleCurrentChange}})],1)],1),a("el-drawer",{attrs:{withHeader:!1,size:"45%","custom-class":"drawer-class",visible:e.drawerDialogVisible,"before-close":e.drawerBefore,wrapperClosable:""},on:{"update:visible":function(r){e.drawerDialogVisible=r}}},[a("div",{staticClass:"container"},[a("div",{staticClass:"header"},[a("div",{staticClass:"title"},[a("span",[e._v("实名认证审核")])]),a("div",{staticClass:"user-info"},[a("el-row",{staticClass:"demo-avatar demo-basic"},[a("el-col",{attrs:{span:12}},[a("div",{staticClass:"demo-basic--circle"},[a("div",{staticClass:"block"},[a("el-avatar",{attrs:{size:50,src:e.currentData.AvatarUrl}})],1)])])],1),a("div",{staticClass:"user-contact"},[a("div",[a("span",[e._v(e._s(e.currentData.UserName))])]),a("div",[a("span",[e._v(e._s(e.currentData.Phone))])])]),a("div",{staticClass:"state"},[a("div",{staticStyle:{opacity:"0"}},[a("span",[e._v("状态")])]),a("div",[a("span",[e._v("状态 : ")]),0===e.currentData.CertificationState?a("span",{staticStyle:{color:"#ff5e00"}},[e._v("未认证")]):e._e(),1===e.currentData.CertificationState?a("span",{staticStyle:{color:"#ff5e00"}},[e._v("已认证")]):e._e(),2===e.currentData.CertificationState?a("span",{staticStyle:{color:"#ff5e00"}},[e._v("认证失败")]):e._e()])])],1)]),a("el-divider"),a("div",{staticClass:"content"},[a("div",{staticClass:"content-item"},[a("span",[e._v("证件类型")]),a("span",[e._v(e._s(10==e.currentData.State?"身份证":""))])]),a("div",{staticClass:"content-item"},[a("span",[e._v("证件号")]),a("span",[e._v(e._s(e.currentData.IdCard))])]),a("div",{staticClass:"content-item"},[a("span",[e._v("正面照")]),a("el-image",{staticStyle:{width:"200px",height:"120px","margin-left":"30px"},attrs:{src:e.currentData.PositivePhoto,"preview-src-list":[e.currentData.PositivePhoto,e.currentData.ReversePhoto]}})],1),a("div",{staticClass:"content-item"},[a("span",[e._v("反面照")]),a("el-image",{staticStyle:{width:"200px",height:"120px","margin-left":"30px"},attrs:{src:e.currentData.ReversePhoto,"preview-src-list":[e.currentData.ReversePhoto,e.currentData.PositivePhoto]}})],1)]),a("el-divider"),0==e.currentData.CertificationState?a("div",{staticClass:"footer"},[a("el-button",{attrs:{type:"danger",loading:e.refuseButtonLoading},on:{click:e.refuseauditverified}},[e._v("拒绝")]),a("el-button",{attrs:{type:"success",loading:e.passButtonLoading},on:{click:e.auditverified}},[e._v("通过")])],1):e._e()],1)])],1)},t=[],i=a("b775"),d=a("83d6"),s=a.n(d);function l(e){return console.log(e),i["a"].request({url:"User/FindWithPagerSearchAsync",method:"post",data:e,baseURL:s.a.apiSecurityUrl})}function o(e){return i["a"].request({url:"Certification/AuditSuccessAsync?id=".concat(e),method:"put",timeout:0,baseURL:s.a.apiSecurityUrl})}function c(e){return i["a"].request({url:"Certification/AuditFailAsync?id=".concat(e),method:"put",timeout:0,baseURL:s.a.apiSecurityUrl})}var I={components:{},name:"User",data:function(){return{options:[{value:"-1",label:"全部"},{value:"0",label:"实名审核中"},{value:"1",label:"实名通过"},{value:"2",label:"实名失败"},{value:"3",label:"未实名"}],value:"-1",tableCellActiveIndex:null,passButtonLoading:!1,refuseButtonLoading:!1,currentData:{},drawerDialogVisible:!1,searchform:{RoleId:"",Keywords:"",CreateTime:""},pickerOptions:{shortcuts:[{text:"今天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()),e.$emit("pick",[a,r])}},{text:"昨天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-864e5),e.$emit("pick",[a,r])}},{text:"最近两天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-1728e5),e.$emit("pick",[a,r])}},{text:"最近三天",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e5),e.$emit("pick",[a,r])}},{text:"最近一周",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-6048e5),e.$emit("pick",[a,r])}},{text:"最近一个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-2592e6),e.$emit("pick",[a,r])}},{text:"最近两个月",onClick:function(e){var r=new Date,a=new Date;a.setTime(a.getTime()-5184e6),e.$emit("pick",[a,r])}}]},tableData:[],tableloading:!0,pagination:{currentPage:1,pagesize:10,pageTotal:0},sortableData:{order:"desc",sort:"CreatedTime"}}},created:function(){this.pagination.currentPage=1,this.loadTableData()},methods:{goYunJl:function(e){this.$router.push({path:"/yunbi/index",query:{id:e}})},refuseauditverified:function(){var e=this;this.refuseButtonLoading=!0,c(this.currentData.CertificationId).then((function(r){e.$message({message:"恭喜你,操作成功",type:"success"}),e.loadTableData(),e.refuseButtonLoading=!1,e.drawerDialogVisible=!1,e.tableCellActiveIndex=null})).catch((function(r){e.refuseButtonLoading=!1,e.drawerDialogVisible=!1,e.tableCellActiveIndex=null}))},auditverified:function(){var e=this;this.passButtonLoading=!0,o(this.currentData.CertificationId).then((function(r){e.$message({message:"恭喜你,操作成功",type:"success"}),e.loadTableData(),e.passButtonLoading=!1,e.drawerDialogVisible=!1,e.tableCellActiveIndex=null})).catch((function(r){e.passButtonLoading=!1,e.drawerDialogVisible=!1,e.tableCellActiveIndex=null}))},checkDetail:function(e){this.currentData=e.row,this.drawerDialogVisible=!0,console.log(this.currentData)},drawerBefore:function(e){if(this.passButtonLoading)return!1;this.tableCellActiveIndex=null,e()},loadTableData:function(){var e=this;this.tableloading=!0;var r={CurrenetPageIndex:this.pagination.currentPage,PageSize:this.pagination.pagesize,Keywords:this.searchform.Keywords,Order:this.sortableData.order,Sort:this.sortableData.sort,StartTime:""!==this.searchform.CreateTime?this.searchform.CreateTime[0]:"",EndTime:""!==this.searchform.CreateTime?this.searchform.CreateTime[1]:"",RoleId:this.searchform.RoleId,CertificationState:this.value};l(r).then((function(r){e.tableData=r.ResData.Items,e.pagination.pageTotal=r.ResData.TotalItems,e.tableloading=!1}))},handleSearch:function(){this.pagination.currentPage=1,this.loadTableData()},tableRowClassName:function(e){return 2==e.row.CertificationState?"table-is-red":0==e.row.CertificationState?"table-is-greed":void 0},handleCurrentChange:function(e){this.pagination.currentPage=e,this.loadTableData()}}},m=I,p=(a("95f1"),a("2877")),h=Object(p["a"])(m,n,t,!1,null,"b6f31048",null);r["default"]=h.exports},e52a:function(e,r,a){},eb7f:function(e,r,a){},ec55:function(e,r,a){"use strict";a.r(r);var n=function(){var e=this,r=e.$createElement,n=e._self._c||r;return n("div",{staticClass:"error-container"},[n("div",{staticClass:"error-content"},[n("el-row",{attrs:{gutter:20}},[n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("div",{staticClass:"pic-error"},[n("img",{staticClass:"pic-error-parent",attrs:{alt:"401",src:a("01f2")}}),n("img",{staticClass:"pic-error-child left",attrs:{alt:"401",src:a("7ca1")}}),n("img",{staticClass:"pic-error-child",attrs:{alt:"401",src:a("7ca1")}}),n("img",{staticClass:"pic-error-child",attrs:{alt:"401",src:a("7ca1")}})])]),n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("div",{staticClass:"bullshit"},[n("div",{staticClass:"bullshit-oops"},[e._v(e._s(e.oops))]),n("div",{staticClass:"bullshit-headline"},[e._v(e._s(e.headline))]),n("div",{staticClass:"bullshit-info"},[e._v(e._s(e.info))]),n("a",{staticClass:"bullshit-return-home",attrs:{href:"#/index"}},[e._v(" "+e._s(e.jumpTime)+"s "+e._s(e.btn)+" ")])])])],1)],1)])},t=[],i={name:"Page401",data:function(){return{jumpTime:5,oops:"抱歉!",headline:"您没有操作权限...",info:"当前帐号没有操作权限,请联系管理员。",btn:"返回首页",timer:0}},mounted:function(){this.timeChange()},beforeDestroy:function(){clearInterval(this.timer)},methods:{timeChange:function(){var e=this;this.timer=setInterval((function(){e.jumpTime?e.jumpTime--:(e.$router.push({path:"/"}),e.$store.dispatch("tabsBar/delOthersRoutes",{path:"/"}),clearInterval(e.timer))}),1e3)}}},d=i,s=(a("d5f8"),a("2877")),l=Object(s["a"])(d,n,t,!1,null,"4308bd80",null);r["default"]=l.exports},ef26:function(e,r,a){"use strict";a("8019")},ef3c:function(e,r,a){"use strict";a.r(r);a("5319"),a("ac1f");var n,t,i={created:function(){var e=this.$route,r=e.params,a=e.query,n=r.path;this.$router.replace({path:"/"+n,query:a})},render:function(e){return e()}},d=i,s=a("2877"),l=Object(s["a"])(d,n,t,!1,null,null,null);r["default"]=l.exports},f69c:function(e,r,a){},fcd6:function(e,r,a){"use strict";a("8c01")}}]);