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.

2 lines
19 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1964ebdc"],{"2a25":function(t,e,n){},b159:function(t,e,n){},e3e3:function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"main-content comprehensive"},[t._m(0),e("div",{staticClass:"asideSj-tab"},[e("el-tabs",{model:{value:t.activeName,callback:function(e){t.activeName=e},expression:"activeName"}},[e("el-tab-pane",{attrs:{label:"人员角色分配",name:"1"}},[e("role-assignments",{attrs:{show:"1"===t.activeName}})],1),e("el-tab-pane",{attrs:{label:"角色权限设置",name:"2"}},[e("role-permissions")],1)],1)],1)])])},a=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"main-titel",staticStyle:{"border-bottom":"none"}},[e("span",[t._v("功能权限管理")])])}],i=function(){var t=this,e=t._self._c;return e("div",[e("div",[e("div",{staticClass:"box flex"},[e("div",{staticClass:"lf"},[e("div",{staticClass:"title",on:{click:function(e){return t.roleCheck(null,null)}}},[e("span",[t._v("全部员工")])]),e("div",{staticClass:"lf-list"},t._l(t.roleList,(function(n,r){return e("div",{key:n.id,staticClass:"list-item"},[e("div",{staticClass:"list-title"},[e("span",[t._v(t._s(n.name))])]),t._l(n.voRoleList,(function(n){return e("div",{key:n.id,staticClass:"item",class:t.roleId===n.id?"active":"",on:{click:function(e){return t.roleCheck(n.id,r)}}},[e("span",[t._v(t._s(n.name))])])}))],2)})),0)]),e("div",{staticClass:"rg content"},[e("div",{staticClass:"flex justify-between",staticStyle:{"padding-bottom":"20px"}},[e("div",{staticClass:"flex align-center justify-between",staticStyle:{flex:"5"}},[e("div",[e("span",[t._v("选择部门:")]),e("el-select",{staticStyle:{width:"240px"},attrs:{size:"mini",placeholder:"请选择"},model:{value:t.organizationId,callback:function(e){t.organizationId=e},expression:"organizationId"}},t._l(t.organizationList,(function(t){return e("el-option",{key:t.id,attrs:{label:t.name,value:t.id}})})),1)],1)]),e("div",{staticClass:"flex align-center justify-center",staticStyle:{flex:"2"}},[e("el-button",{attrs:{size:"small",type:"primary"},on:{click:function(e){return t.search(t.organizationId)}}},[t._v("查询")]),e("el-button",{attrs:{size:"small"},on:{click:function(e){return t.search(null)}}},[t._v("重置")])],1)]),e("div",[e("el-table",{staticStyle:{width:"100%","margin-bottom":"20px"},attrs:{data:t.tableData,"row-key":"id",border:"",size:"small","default-expand-all":"","tree-props":{children:"children",hasChildren:"hasChildren"},"cell-style":{fontWeight:t.$store.state.fontWeight},"header-cell-style":{background:"#eef1f6",color:"#606266"}}},[e("el-table-column",{attrs:{prop:"nickName",label:"昵称(系统名)",width:"140"}}),e("el-table-column",{attrs:{prop:"organizationName",width:"120",label:"主属部门"}}),e("el-table-column",{attrs:{prop:"positionName",width:"100",label:"职位名称"}}),e("el-table-column",{attrs:{prop:"roleName",width:"100",label:"角色名称"}}),e("el-table-column",{attrs:{prop:"remake",label:"备注"}}),e("el-table-column",{attrs:{width:"120",label:"操作"},scopedSlots:t._u([{key:"default",fn:function(n){return[e("el-button",{attrs:{type:"text",size:"small"},on:{click:function(e){return t.edit(n.row)}}},[t._v("分配角色")])]}}])})],1),[e("div",{staticClass:"pagination-box"},[t._m(0),e("div",{staticClass:"pagination-item"},[e("div",{staticClass:"block"},[e("el-pagination",{attrs:{"page-size":10,"current-page":t.currentPage,background:"","pager-count":9,layout:"prev, pager, next,jumper",total:t.rowCount},on:{"current-change":t.handleCurrentChange}})],1)])])]],2)]),e("Drawer",{attrs:{drawerTitle:"添加员工",drawerVrisible:t.addEidtVrisible},on:{drawerClose:t.addEidtClose}},[e("div",{staticClass:"role-box",staticStyle:{padding:"30px"}},[e("FromCard",[e("template",{slot:"title"},[t._v("角色配置")]),e("div",{staticClass:"infomation",staticStyle:{"margin-left":"30px","padding-top":"20px"}},[e("span",[t._v("昵称(系统名):"+t._s(t.nickName))]),e("span",[t._v("部门:"+t._s(t.organizationName))]),e("span",[t._v("现有角色:"+t._s(t.roleName))])]),[e("div",{staticStyle:{padding:"7%"}},[e("div",[e("div",{staticClass:"tips"},[e("span",[t._v("说明:新添加的角色会与员工的原有角色进行合并")])]),e("div",{staticClass:"li"})]),e("div",{staticClass:"check-box"},t._l(t.roleList,(function(n){return e("div",{key:n.id},[e("div",{staticClass:"flex list"},[e("div",{staticClass:"list-title"},[e("span",[t._v(t._s(n.name))])]),e("el-checkbox-group",{model:{value:t.checkArr,callback:function(e){t.checkArr=e},expression:"checkArr"}},t._l(n.voRoleList,(function(n){return e("el-checkbox",{key:n.id,attrs:{label:n.id}},[t._v(t._s(n.name))])})),1)],1)])})),0)])]],2)],1),e("div",{attrs:{slot:"footer"},slot:"footer"},[e("button",{staticClass:"btn-orange",on:{click:function(e){return t.onSubmit()}}},[e("span",[e("i",{staticClass:"el-icon-circle-check"}),t._v("提交")])]),e("button",{staticClass:"btn-gray",on:{click:t.addEidtClose}},[e("span",[t._v("取消")])])])])],1)])])},s=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"pagination-item"},[e("p",[t._v(" 当前1-3共3条 "),e("span",[t._v("每页显示10条")])])])}],o=n("fcac"),l={props:{show:{type:Boolean,default:()=>!1}},data(){return{nickName:null,organizationName:null,roleName:null,tableData:[],roleList:[],editID:null,organizationId:null,organizationList:[],currentPage:1,limit:10,pageCount:null,rowCount:null,roleId:null,addEidtVrisible:!1,checkArr:[]}},created(){this.GetRoleList(),this.GetTableData(),this.getOrganizationData()},methods:{edit(t){if(null==t.roleId)this.checkArr=[];else{let e=Number(t.roleId);if(typeof e!=Number){let e=t.roleId.split(",");e.forEach(t=>{let e=Number(t);this.checkArr.push(e)})}else this.checkArr.push(e)}console.log(this.checkArr),this.editID=t.id,this.nickName=t.nickName,this.organizationName=t.organizationName,this.roleName=t.roleName,this.addEidtVrisible=!0},addEidtClose(){this.addEidtVrisible=!1,this.checkArr=[]},onSubmit(){console.log(this.checkArr);let t=this.checkArr.toString();""==t&&(t=null);let e={id:this.editID,roleId:t};console.log(e),Object(o["w"])(e).then(t=>{t.status?this.$message({type:"success",message:t.message}):this.$message({type:"error",message:"分配失败"}),this.addEidtClose(),this.GetTableData()})},GetRoleList(){Object(o["u"])().then(t=>{this.roleList=t,console.log(t)})},GetTableData(){let t={pageNum:this.currentPage,size:this.limit,organizationId:this.organizationId,roleId:this.roleId};Object(o["s"])(t).then(t=>{this.tableData=t.tableList,this.rowCount=t.rowCount})},roleCheck(t,e){this.currentPage=1,this.roleId=t,this.GetTableData()},search(t){this.organizationId=t,this.GetTableData()},getOrganizationData(){Object(o["M"])().then(t=>{let e=t;function n(t,e){let n,r=[...t];while(n=r.shift())e(n),n.organizationList&&r.push(...n.organizationList)}let r=[];n(e,t=>{r.push(t)}),this.organizationList=r,console.log(this.organizationList)})},handleCurrentChange(t){this.currentPage=t,this.GetTableData(),console.log("当前页: "+t)}},watch:{show:{handler(t){console.log(t)}}}},u=l,d=(n("facf"),n("2877")),c=Object(d["a"])(u,i,s,!1,null,"3bfad93b",null),h=c.exports,m=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"comprehensive"},[e("div",{staticClass:"box flex"},[e("div",{staticClass:"lf"},[e("div",{staticClass:"title"},[e("span",[t._v("全部员工")]),e("el-button",{staticStyle:{float:"right"},attrs:{size:"mini",type:"primary"},on:{click:t.add}},[t._v("新增角色")])],1),e("div",{staticClass:"lf-list"},t._l(t.roleList,(function(n,r){return e("div",{key:n.id,staticClass:"list-item"},[e("div",{staticClass:"list-title"},[e("span",[t._v(t._s(n.name))])]),t._l(n.voRoleList,(function(n){return e("div",{key:n.id,staticClass:"item",class:t.roleId===n.id?"active":"",on:{click:function(e){return t.roleCheck(n.id,r,n.name)}}},[e("span",[t._v(t._s(n.name))]),t.roleId===n.id?e("div",{staticStyle:{float:"right"}},[e("el-button",{attrs:{type:"success",size:"mini"},on:{click:function(e){return t.edit(n.id)}}},[t._v("编辑")]),e("el-button",{attrs:{type:"danger",size:"mini"},on:{click:function(e){return t.del(n.id)}}},[t._v("删除")])],1):t._e()])}))],2)})),0)]),e("div",{staticClass:"rg content"},[e("div",[e("div",{staticClass:"title"},[t._v(" "+t._s(t.roleName)+" ")]),e("div",{staticStyle:{"font-size":"30px"}},[t._v("请选择角色分配权限")]),e("div",t._l(t.jurisdictionList,(function(n){return e("div",{key:n.id,staticClass:"item-list"},[e("div",{staticClass:"item-title"},[e("span",[t._v(t._s(n.name))])]),e("div",{staticClass:"flex align-center flex-wrap"},t._l(n.voListJurisdictionList,(function(n){return e("div",{key:n.id,staticClass:"item"},[e("el-checkbox",{attrs:{value:1===n.isCheck},on:{change:e=>t.jurisdictionChange(e,n)}},[t._v(t._s(n.name))])],1)})),0)])})),0)]),e("div")])]),e("Drawer",{attrs:{drawerTitle:t.drawerTitle,drawerVrisible:t.add_vrisible},on:{drawerClose:t.addClose}},[e("div",{staticStyle:{padding:"30px"}},[e("FromCard",[e("template",{slot:"title"},[t._v("角色信息")]),[e("VueForm",{ref:"addForm",attrs:{formObj:t.addForm}})]],2)],1),e("div",{attrs:{slot:"footer"},slot:"footer"},[e("button",{staticClass:"btn-orange",on:{click:function(e){return t.addSubmit()}}},[e("span",[e("i",{staticClass:"el-icon-circle-check"}),t._v("提交")])]),e("button",{staticClass:"btn-gray",on:{click:t.addClose}},[e("span",[t._v("取消")])])])])],1)])},f=[],p={props:{show:{type:Boolean,default:()=>!1}},data(){return{drawerTitle:null,add_vrisible:!1,roleList:[],editId:null,roleId:null,checked:!1,jurisdictionList:[],roleName:"",addForm:{ruleForm:{parentId:null,code:null,name:null},form_item:[{type:"Select",label:"上级角色",placeholder:"请选择上级角色",width:"50%",prop:"parentId",options:[{value:0,label:"无上级角色"}]},{type:"Input",label:"角色名称",placeholder:"请输入",width:"50%",prop:"name"}],rules:{parentId:[{required:!0,message:"请选择上级角色",trigger:"blur"}],name:[{required:!0,message:"请输入角色名称",trigger:"blur"}]}}}},created(){this.GetRoleList(),Object(o["u"])().then(t=>{console.log(t),t.forEach(t=>{let e={value:t.id,label:t.name};this.addForm.form_item[0].options.push(e)})})},methods:{add(){this.drawerTitle="新增角色",this.add_vrisible=!0;let t=Math.floor(1e8*Math.random());this.addForm.ruleForm.code=t},edit(t){this.editId=t,Object(o["R"])({roleId:this.editId}).then(t=>{this.addForm.ruleForm.name=t.data.name,this.addForm.ruleForm.code=t.data.code,this.addForm.ruleForm.parentId=t.data.parentId}),this.drawerTitle="修改角色信息",this.add_vrisible=!0},addClose(){this.$refs.addForm.reset(),this.add_vrisible=!1},addSubmit(){if("新增角色"==this.drawerTitle){let t={...this.addForm.ruleForm};Object(o["S"])(t).then(t=>{t.status&&(this.$message({message:t.message,type:"success"}),this.addClose(),this.GetRoleList())})}else if("修改角色信息"==this.drawerTitle){let t={id:this.editId,parentId:this.addForm.ruleForm.parentId,name:this.addForm.ruleForm.name};Object(o["T"])(t).then(t=>{t.status&&(this.$message({message:t.message,type:"success"}),this.addClose(),this.GetRoleList())})}},del(t){this.$confirm("是否删除角色?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(()=>{this.$message({type:"success",message:"删除角色成功"}),Object(o["Q"])({id:t}).then(t=>{this.GetRoleList()})}).catch(()=>{this.$message({type:"info",message:"已取消删除"})})},GetRoleList(){Object(o["u"])().then(t=>{this.roleList=t})},getData(){let t={roleId:this.roleId};Object(o["t"])(t).then(t=>{console.log(t),this.jurisdictionList=t})},roleCheck(t,e,n){this.roleId=t,this.roleName=n,this.getData()},jurisdictionChange(t,e){console.log(t,e),0===e.isCheck?e.isCheck=1:e.isCheck=0;let n={roleId:this.roleId,jurisdictionId:e.id};Object(o["v"])(n).then(t=>{console.log(t)})}}},v=p,b=(n("fe1a"),Object(d["a"])(v,m,f,!1,null,"78992383",null)),g=b.exports,y={data(){return{activeName:"1"}},components:{roleAssignments:h,rolePermissions:g},methods:{}},C=y,T=Object(d["a"])(C,r,a,!1,null,"cdc8ec96",null);e["default"]=T.exports},facf:function(t,e,n){"use strict";n("b159")},fcac:function(t,e,n){"use strict";n.d(e,"p",(function(){return a})),n.d(e,"q",(function(){return i})),n.d(e,"r",(function(){return s})),n.d(e,"M",(function(){return o})),n.d(e,"K",(function(){return l})),n.d(e,"L",(function(){return u})),n.d(e,"J",(function(){return d})),n.d(e,"P",(function(){return c})),n.d(e,"O",(function(){return h})),n.d(e,"N",(function(){return m})),n.d(e,"Z",(function(){return f})),n.d(e,"X",(function(){return p})),n.d(e,"Y",(function(){return v})),n.d(e,"z",(function(){return b})),n.d(e,"b",(function(){return g})),n.d(e,"a",(function(){return y})),n.d(e,"c",(function(){return C})),n.d(e,"H",(function(){return T})),n.d(e,"G",(function(){return _})),n.d(e,"I",(function(){return k})),n.d(e,"U",(function(){return q})),n.d(e,"V",(function(){return S})),n.d(e,"ab",(function(){return O})),n.d(e,"cb",(function(){return w})),n.d(e,"bb",(function(){return I})),n.d(e,"A",(function(){return P})),n.d(e,"db",(function(){return G})),n.d(e,"W",(function(){return E})),n.d(e,"eb",(function(){return z})),n.d(e,"E",(function(){return x})),n.d(e,"F",(function(){return L})),n.d(e,"u",(function(){return R})),n.d(e,"S",(function(){return N})),n.d(e,"R",(function(){return j})),n.d(e,"T",(function(){return F})),n.d(e,"Q",(function(){return D})),n.d(e,"l",(function(){return A})),n.d(e,"d",(function(){return B})),n.d(e,"e",(function(){return U})),n.d(e,"j",(function(){return $})),n.d(e,"i",(function(){return V})),n.d(e,"k",(function(){return J})),n.d(e,"f",(function(){return M})),n.d(e,"h",(function(){return W})),n.d(e,"g",(function(){return K})),n.d(e,"w",(function(){return H})),n.d(e,"s",(function(){return Q})),n.d(e,"t",(function(){return X})),n.d(e,"v",(function(){return Y})),n.d(e,"o",(function(){return Z})),n.d(e,"n",(function(){return tt})),n.d(e,"D",(function(){return et})),n.d(e,"B",(function(){return nt})),n.d(e,"C",(function(){return rt})),n.d(e,"x",(function(){return at})),n.d(e,"y",(function(){return it})),n.d(e,"m",(function(){return st}));var r=n("b775");n("2c37");function a(t){return r["a"].request({method:"GET",url:"/dataStatistics/findLastMonthPayCostDetail",params:t})}function i(t){return r["a"].request({method:"GET",url:"/dataStatistics/findPaymentStatistics",params:t})}function s(t){return r["a"].request({method:"GET",url:"/dataStatistics/findTodayEnvironmentalHealth",params:t})}function o(t){return r["a"].request({method:"GET",url:"/sysOrganization/list",params:t})}function l(t){return r["a"].request({method:"GET",url:"/sysOrganization/findById",params:t})}function u(t){return r["a"].request({method:"POST",url:"/sysOrganization/insert",data:t})}function d(t){return r["a"].request({method:"GET",url:"/sysOrganization/delete",params:t})}function c(t){return r["a"].request({method:"POST",url:"/sysOrganization/update",data:t})}function h(t){return r["a"].request({method:"GET",url:"/sysOrganization/stop",params:t})}function m(t){return r["a"].request({method:"GET",url:"/sysOrganization/recovery",params:t})}function f(t){return r["a"].request({method:"GET",url:"/sysUser/list",params:t})}function p(t){return r["a"].request({method:"GET",url:"/sysUser/findById",params:t})}function v(t){return r["a"].request({method:"POST",url:"/sysUser/insert",data:t})}function b(t){return r["a"].request({method:"POST",url:"/identity/insert",data:t})}function g(t){return r["a"].request({method:"GET",url:"/RPRecords/list",params:t})}function y(t){return r["a"].request({method:"POST",url:"/RPRecords/insert",data:t})}function C(t){return r["a"].request({method:"POST",url:"/RPRecords/delete",data:t})}function T(t){return r["a"].request({method:"GET",url:"/stationChange/list",params:t})}function _(t){return r["a"].request({method:"POST",url:"/stationChange/insert",data:t})}function k(t){return r["a"].request({method:"POST",url:"/stationChange/delete",data:t})}function q(t){return r["a"].request({method:"GET",url:"/sysUser/allowLogins",params:t})}function S(t){return r["a"].request({method:"GET",url:"/sysUser/disableLogins",params:t})}function O(t){return r["a"].request({method:"GET",url:"/sysUser/recovery",params:t})}function w(t){return r["a"].request({method:"GET",url:"/sysUser/stop",params:t})}function I(t){return r["a"].request({method:"POST",url:"/sysUser/resetPWD",data:t})}function P(t){return r["a"].request({method:"GET",url:"/identity/listAll",params:t})}function G(t){return r["a"].request({method:"POST",url:"/sysUser/update",data:t})}function E(t){return r["a"].request({method:"GET",url:"/sysUser/falseDelete",params:t})}function z(t){return r["a"].request({method:"POST",url:"/train/insert",data:t})}function x(t){return r["a"].request({method:"POST",url:"/salary/insert",data:t})}function L(t){return r["a"].request({method:"POST",url:"/salary/update",data:t})}function R(t){return r["a"].request({method:"GET",url:"/sysRole/roleList",params:t})}function N(t){return r["a"].request({method:"POST",url:"/sysRole/insertRole",data:t})}function j(t){return r["a"].request({method:"GET",url:"/sysRole/findByRoleId",params:t})}function F(t){return r["a"].request({method:"POST",url:"/sysRole/updateRole",data:t})}function D(t){return r["a"].request({method:"POST",url:"/sysRole/deleteRole",data:t})}function A(t){return r["a"].request({method:"POST",url:"/contract/insert",data:t})}function B(t){return r["a"].request({method:"GET",url:"/attendanceRecord/cardReplacement",params:t})}function U(t){return r["a"].request({method:"POST",url:"/attendanceRecord/reviewer",data:t})}function $(t){return r["a"].request({method:"POST",url:"/attendanceTeam/insert",data:t})}function V(t){return r["a"].request({method:"GET",url:"/attendanceTeam/findPeopleById",params:t})}function J(t){return r["a"].request({method:"GET",url:"/attendanceTeam/list",params:t})}function M(t){return r["a"].request({method:"GET",url:"/attendanceSchedulingPlan/enable",params:t})}function W(t){return r["a"].request({method:"POST",url:"/attendanceSchedulingPlan/insert",data:t})}function K(t){return r["a"].request({method:"GET",url:"/attendanceSchedulingPlan/findById",params:t})}function H(t){return r["a"].request({method:"POST",url:"/functionAuthority/updateRole",data:t})}function Q(t){return r["a"].request({method:"GET",url:"/functionAuthority/list",params:t})}function X(t){return r["a"].request({method:"GET",url:"/functionAuthority/listJurisdiction",params:t})}function Y(t){return r["a"].request({method:"POST",url:"/functionAuthority/updateOneJurisdiction",data:t})}function Z(t){return r["a"].request({method:"POST",url:"/dataDictionary/update",data:t})}function tt(t){return r["a"].request({method:"POST",url:"/dataBase/insert",data:t})}function et(t){return r["a"].request({method:"POST",url:"/remind/insert",data:t})}function nt(t){return r["a"].request({method:"POST",url:"/prohibitedKeywords/insert",data:t})}function rt(t){return r["a"].request({method:"POST",url:"/prohibitedKeywords/update",data:t})}function at(t){return r["a"].request({method:"GET",url:"/greenTask/list",params:t})}function it(t){return r["a"].request({method:"GET",url:"/hygieneTask/list",params:t})}function st(t){return r["a"].request({method:"GET",url:"/dailyPayment/list",params:t})}},fe1a:function(t,e,n){"use strict";n("2a25")}}]);
//# sourceMappingURL=chunk-1964ebdc.9f6aa478.js.map