| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549 |
- <template>
- <div class="app-container">
- <el-row :gutter="20">
- <!--部门数据-->
- <el-col :span="4" :xs="24">
- <div class="head-container">
- <el-input
- v-model="deptName"
- placeholder="请输入部门名称"
- clearable
- size="small"
- prefix-icon="el-icon-search"
- style="margin-bottom: 20px"
- />
- </div>
- <div class="head-container">
- <el-tree
- :data="deptOptions"
- :props="defaultProps"
- :expand-on-click-node="false"
- :filter-node-method="filterNode"
- ref="tree"
- default-expand-all
- @node-click="handleNodeClick"
- />
- </div>
- </el-col>
- <!--//用户数据-->
- <el-col :span="20" :xs="24">
- <el-card class="fiche">
- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"
- >收起</right-toolbar
- >
- <span
- style="
- margin-bottom: 10px;
- color: #333333;
- font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial,
- sans-serif;
- "
- >所选条件:</span
- >
- <div style="float: right; margin-right: 1%">
- <el-button
- type="cyan"
- icon="el-icon-search"
- size="mini"
- @click="handleQuery"
- >搜索</el-button
- >
- <el-button
- icon="el-icon-refresh"
- size="mini"
- @click="resetQuery"
- style="float: "
- >重置</el-button
- >
- <column-setting
- :checkList="checkList"
- :tableList="tableList"
- :selfDom="selfDom"
- :tableId="tableId"
- style="margin-left: 5px"
- ></column-setting>
- </div>
- <hr style="margin-top: 16px" />
- <el-form
- :model="queryParams"
- ref="queryForm"
- :inline="true"
- v-show="showSearch"
- label-width="68px"
- >
- <el-form-item label="手机号" prop="userName">
- <el-input
- v-model="queryParams.userName"
- placeholder="请输入手机号"
- clearable
- size="small"
- style="width: 240px"
- maxlength="11"
- @keyup.enter.native="handleQuery"
- />
- </el-form-item>
- <el-form-item label="用户姓名" prop="nickName">
- <el-input
- v-model="queryParams.nickName"
- placeholder="请输入用户姓名"
- clearable
- size="small"
- style="width: 240px"
- maxlength="30"
- @keyup.enter.native="handleQuery"
- />
- </el-form-item>
- <el-form-item label="状态" prop="status">
- <el-select
- v-model="queryParams.status"
- placeholder="用户状态"
- clearable
- size="small"
- style="width: 240px"
- >
- <el-option
- v-for="dict in statusOptions"
- :key="dict.dictValue"
- :label="dict.dictLabel"
- :value="dict.dictValue"
- />
- </el-select>
- </el-form-item>
- <el-form-item label="创建时间">
- <el-date-picker
- v-model="dateRange"
- size="small"
- style="width: 240px"
- value-format="yyyy-MM-dd"
- type="daterange"
- range-separator="-"
- start-placeholder="开始日期"
- end-placeholder="结束日期"
- ></el-date-picker>
- </el-form-item>
- </el-form>
- </el-card>
- <el-row :gutter="10" class="mb8">
- <!-- <el-col :span="1.5" v-show="companyId != '000000'"> -->
- <el-col :span="1.5">
- <el-button
- type="primary"
- icon="el-icon-plus"
- size="mini"
- @click="handleAdd"
- v-hasPermi="['system:user:add']"
- >新增</el-button
- >
- </el-col>
- <el-col :span="1.5">
- <el-button
- type="warning"
- icon="el-icon-download"
- size="mini"
- @click="handleExport"
- v-hasPermi="['system:ownUser:export']"
- >导出</el-button
- >
- </el-col>
- </el-row>
- <el-table
- v-loading="loading"
- :data="userList"
- @selection-change="handleSelectionChange"
- stripe
- border
- >
- <!-- <el-table-column type="selection" width="50" align="center" /> -->
- <el-table-column label="序号" type="index" width="50" align="center">
- <template slot-scope="scope">
- <span>{{
- (queryParams.pageNum - 1) * queryParams.pageSize +
- scope.$index +
- 1
- }}</span>
- </template>
- </el-table-column>
- <el-table-column
- label="用户编号"
- align="center"
- prop="userId"
- v-if="uncheckList.userId"
- />
- <el-table-column
- label="手机号"
- align="center"
- prop="userName"
- :show-overflow-tooltip="true"
- v-if="uncheckList.userName"
- />
- <el-table-column
- label="用户姓名"
- align="center"
- prop="nickName"
- :show-overflow-tooltip="true"
- v-if="uncheckList.nickName"
- />
- <el-table-column
- label="企业名称"
- align="center"
- prop="scyName"
- :show-overflow-tooltip="true"
- v-if="uncheckList.scyName"
- />
- <el-table-column
- label="部门名称"
- align="center"
- prop="deptName"
- :show-overflow-tooltip="true"
- v-if="uncheckList.deptName"
- />
- <el-table-column
- label="状态"
- align="center"
- prop="status"
- :show-overflow-tooltip="true"
- :formatter="stateFormat"
- v-if="uncheckList.status"
- />
- <!-- <el-table-column
- label="状态"
- align="center"
- prop="state"
- v-if="uncheckList.state"
- >
- <template slot-scope="scope">
- <el-switch
- v-model="scope.row.status"
- active-value="0"
- inactive-value="1"
- @change="handleStatusChange(scope.row)"
- ></el-switch>
- </template>
- </el-table-column> -->
- <el-table-column
- label="创建时间"
- align="center"
- prop="createTime"
- width="155"
- v-if="uncheckList.createTime"
- >
- <template slot-scope="scope">
- <span>{{ parseTime(scope.row.createTime) }}</span>
- </template>
- </el-table-column>
- <el-table-column
- label="操作"
- align="center"
- width="200"
- class-name="small-padding fixed-width"
- >
- <template slot-scope="scope">
- <el-button
- size="mini"
- type="text"
- icon="el-icon-edit"
- @click="handleUpdate(scope.row)"
- v-hasPermi="['system:user:edit']"
- >修改</el-button
- >
- <el-button
- size="mini"
- type="text"
- icon="el-icon-edit"
- @click="handleChange(scope.row)"
- v-hasPermi="['system:ownUser:adminChange']"
- v-if="
- scope.row.scyType == '03' &&
- company.scyId != '000000' &&
- scope.row.sucrHandler == '0'
- "
- >变更管理员</el-button
- >
- <el-button
- size="mini"
- type="text"
- icon="el-icon-edit"
- @click="handleHandler(scope.row)"
- v-hasPermi="['system:ownUser:handlerChange']"
- v-if="
- scope.row.scyType != '03' &&
- qperator == '1' &&
- scope.row.sucrHandler == '0' &&
- handleCompany == '01' &&
- company.scyId != '000000'
- "
- >申请变更经办人</el-button
- >
- <el-button
- size="mini"
- type="text"
- icon="el-icon-edit"
- @click="confirmHandler(scope.row)"
- v-hasPermi="['system:ownUser:confirmChange']"
- v-if="
- scope.row.scyType != '03' &&
- qperator == '1' &&
- scope.row.handleChange == '00' &&
- company.scyId == '000000'
- "
- >确认变更经办人</el-button
- >
- <el-button
- v-if="scope.row.userId !== 1"
- size="mini"
- type="text"
- icon="el-icon-delete"
- @click="handleDelete(scope.row)"
- v-hasPermi="['system:user:remove']"
- >删除</el-button
- >
- <el-button
- v-if="scope.row.status == '0'"
- size="mini"
- type="text"
- icon="el-icon-key"
- @click="handleResetPwd(scope.row)"
- v-hasPermi="['system:user:resetPwd']"
- >重置</el-button
- >
- <el-button
- v-if="scope.row.status != '0'"
- size="mini"
- type="text"
- icon="el-icon-key"
- @click="handleStatusChange(scope.row)"
- v-hasPermi="['system:user:statusChange']"
- >解冻</el-button
- >
- </template>
- </el-table-column>
- </el-table>
- <pagination
- v-show="total > 0"
- :total="total"
- :page.sync="queryParams.pageNum"
- :limit.sync="queryParams.pageSize"
- @pagination="getList"
- />
- </el-col>
- </el-row>
- <!-- 添加或修改参数配置对话框 -->
- <el-dialog :title="title" :visible.sync="open" width="700px" append-to-body>
- <el-form ref="form" :model="form" :rules="rules" label-width="80px">
- <el-row>
- <!-- <el-form-item label="公司名称" prop="payroll" v-show="companyId == '000000'">
- <el-select v-model="form.companyId" @change="getRodept">
- <el-option
- v-for="(item, index) in companyList"
- :key="index" :label="item.scyName"
- :value="item.scyId">
- </el-option>
- </el-select>
- </el-form-item> -->
- <el-row>
- <el-col :span="12">
- <el-form-item label="手机号" prop="userName">
- <el-input
- clearable
- v-model="form.userName"
- placeholder="请输入手机号"
- maxlength="11"
- :disabled="isUpdate"
- />
- </el-form-item>
- </el-col>
- <el-col :span="12">
- <el-form-item label="用户姓名" prop="nickName">
- <el-input
- clearable
- v-model="form.nickName"
- placeholder="请输入用户姓名"
- maxlength="50"
- :disabled="isName"
- />
- </el-form-item>
- </el-col>
- </el-row>
- <!-- <el-col :span="12" v-if="rodeptShow"> -->
- <el-col :span="12">
- <el-form-item label="归属部门" prop="deptId">
- <treeselect
- v-model="form.deptId"
- :options="rodeptOptions"
- :show-count="true"
- placeholder="请选择归属部门"
- />
- </el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <el-col :span="12">
- <el-form-item label="邮箱" prop="email">
- <el-input
- clearable
- v-model="form.email"
- placeholder="请输入邮箱"
- maxlength="50"
- />
- </el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <el-col :span="12">
- <el-form-item label="角色" prop="roleIds">
- <el-select v-model="form.roleIds" multiple placeholder="请选择">
- <el-option
- v-for="item in roleOptions"
- :key="item.roleId"
- :label="item.roleName"
- :value="item.roleId"
- v-if="item.status == 0"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <el-col :span="24">
- <el-form-item label="备注">
- <el-input
- v-model="form.remark"
- type="textarea"
- placeholder="请输入内容"
- maxlength="300"
- ></el-input>
- </el-form-item>
- </el-col>
- </el-row>
- </el-form>
- <div slot="footer" class="dialog-footer">
- <el-button type="primary" @click="submitForm">确 定</el-button>
- <el-button @click="cancel">取 消</el-button>
- </div>
- </el-dialog>
- <!-- 申请变更经办人-->
- <el-dialog
- :title="titles"
- :visible.sync="imgs"
- width="700px"
- append-to-body
- >
- <el-form ref="form" :model="form" :rules="rules" label-width="80px">
- <el-form-item label="安心签开户及管理授权书(模板)">
- <el-upload
- ref="upload"
- class="upload-demo"
- :class="{ uoloadSty: showBtnImg, disUoloadSty: noneBtnImg }"
- action=""
- accept=".jpg, .jpeg, .png"
- :http-request="sfzRequest"
- :on-preview="handlePictureCardPreview"
- :before-upload="beforeAvatarUpload"
- :on-remove="beforeRemove"
- :on-change="dealImgChange"
- multiple
- :limit="1"
- :on-exceed="handleExceed"
- list-type="picture-card"
- :file-list="sfzList"
- :auto-upload="true"
- >
- <el-button slot="trigger" size="small" type="primary"
- >点击选择</el-button
- >
- <div class="el-upload__tip" slot="tip">
- <!-- <el-checkbox v-model="upload.updateSupport" />是否更新已经存在的用户数据 -->
- <el-link
- type="info"
- style="font-size: 12px"
- @click="authorizationTemplate"
- >下载模板</el-link
- >
- </div>
- </el-upload>
- </el-form-item>
- <el-form-item label="安心签用户信息变更申请表">
- <el-upload
- ref="upload"
- class="upload-demo"
- :class="{ uoloadAxq: showsBtnImg, disUoloadAxq: nonesBtnImg }"
- action=""
- accept=".jpg, .jpeg, .png"
- :http-request="sqsRequest"
- :on-preview="sqsPictureCardPreview"
- :before-upload="beforeAvatarUpload"
- :on-remove="sqsRemove"
- :on-change="dealImgChange"
- multiple
- :limit="1"
- :on-exceed="sqsExceed"
- list-type="picture-card"
- :file-list="sqsList"
- :auto-upload="true"
- >
- <el-button slot="trigger" size="small" type="primary"
- >点击选择</el-button
- >
- <div class="el-upload__tip" slot="tip">
- <!-- <el-checkbox v-model="upload.updateSupport" />是否更新已经存在的用户数据 -->
- <el-link
- type="info"
- style="font-size: 12px"
- @click="applicationTemplate"
- >下载模板</el-link
- >
- </div>
- </el-upload>
- </el-form-item>
- </el-form>
- <div slot="footer" class="dialog-footer">
- <el-button type="primary" @click="submitImg">确 定</el-button>
- <el-button @click="cancelImg">取 消</el-button>
- </div>
- </el-dialog>
- <!-- 重置密码 -->
- <el-dialog
- :title="title"
- :visible.sync="openPassWord"
- width="700px"
- append-to-body
- >
- <el-form
- ref="form"
- :model="form"
- :rules="rulesPassWord"
- label-width="80px"
- >
- <el-row>
- <el-col :span="24">
- <el-form-item label="密码" prop="password">
- <el-input
- v-model="form.password"
- placeholder="请输入密码"
- show-password
- maxlength="20"
- ></el-input>
- </el-form-item>
- </el-col>
- </el-row>
- </el-form>
- <div slot="footer" class="dialog-footer">
- <el-button type="primary" @click="rulesSubmitForm">确 定</el-button>
- <el-button @click="cancel">取 消</el-button>
- </div>
- </el-dialog>
- <!-- 用户导入对话框 -->
- <el-dialog
- :title="upload.title"
- :visible.sync="upload.open"
- width="400px"
- append-to-body
- >
- <el-upload
- ref="upload"
- :limit="1"
- accept=".xlsx, .xls"
- :headers="upload.headers"
- :action="upload.url + '?updateSupport=' + upload.updateSupport"
- :disabled="upload.isUploading"
- :on-progress="handleFileUploadProgress"
- :on-success="handleFileSuccess"
- :auto-upload="false"
- drag
- >
- <i class="el-icon-upload"></i>
- <div class="el-upload__text">
- 将文件拖到此处,或
- <em>点击上传</em>
- </div>
- <div class="el-upload__tip" slot="tip">
- <el-checkbox
- v-model="upload.updateSupport"
- />是否更新已经存在的用户数据
- <el-link type="info" style="font-size: 12px" @click="importTemplate"
- >下载模板</el-link
- >
- </div>
- <div class="el-upload__tip" style="color: red" slot="tip">
- 提示:仅允许导入“xls”或“xlsx”格式文件!
- </div>
- </el-upload>
- <div slot="footer" class="dialog-footer">
- <el-button type="primary" @click="submitFileForm">确 定</el-button>
- <el-button @click="upload.open = false">取 消</el-button>
- </div>
- </el-dialog>
- </div>
- </template>
- <script>
- import {
- listUser,
- getUser,
- delUser,
- addUser,
- updateUser,
- resetUserPwd,
- changeUserStatus,
- getUserProfile,
- getNowUser,
- getRoleDept,
- companyList,
- adminChange,
- handlerChange,
- selectNormalUser,
- qperatorQuery,
- handlerDo,
- handleUser,
- } from "@/api/system/user";
- import { uploadFileNew } from "@/api/common/file";
- import { getToken } from "@/utils/auth";
- import { treeselect } from "@/api/system/dept";
- import Treeselect from "@riophae/vue-treeselect";
- import { getOwnCompany } from "@/api/common/company";
- import "@riophae/vue-treeselect/dist/vue-treeselect.css";
- import { columnQuery, columnfilter } from "@/api/common/columnSetting";
- import ColumnSetting from "../../../components/Table/columnSetting.vue";
- import Cookies from "js-cookie";
- export default {
- name: "User",
- components: { Treeselect, ColumnSetting },
- data() {
- return {
- //图片预览
- sfzImageUrl: "",
- sfzVisible: false,
- sqsImageUrl: "",
- sqsVisible: false,
- showBtnImg: false,
- noneBtnImg: false,
- showsBtnImg: false,
- nonesBtnImg: false,
- sfzList: [],
- sqsList: [],
- limitCountImg: 1,
- handleCompany: null,
- company: null,
- qperator:null,
- //当前登录用户企业id
- signCompanyId: "",
- //姓名
- nameList: [],
- // 遮罩层
- loading: true,
- // 选中数组
- ids: [],
- // 非单个禁用
- single: true,
- // 非多个禁用
- multiple: true,
- // 显示搜索条件
- showSearch: true,
- rodeptShow: false,
- roleShow: false,
- // 总条数
- total: 0,
- // 用户表格数据
- userList: null,
- // 弹出层标题
- title: "",
- titles: "",
- // 部门树选项
- deptOptions: undefined,
- rodeptOptions: undefined,
- // 是否显示弹出层
- open: false,
- imgs: false,
- openPassWord: false,
- isName: false,
- //离职日期
- leave: false,
- // 部门名称
- deptName: undefined,
- // 默认密码
- initPassword: undefined,
- companyId: "",
- // 日期范围
- dateRange: [],
- // 状态数据字典
- statusOptions: [],
- // 性别状态字典
- sexOptions: [],
- //学历字典
- educationOptions: [],
- // 岗位选项
- postOptions: [],
- // 角色选项
- roleOptions: [],
- companyList: [],
- // 表单参数
- form: {},
- //筛选按钮的数据列表,与table表头的数据一致 --显示隐藏列用
- tableList: [
- {
- label: "userId",
- value: "用户编号",
- },
- {
- label: "userName",
- value: "手机号",
- },
- {
- label: "nickName",
- value: "用户姓名",
- },
- {
- label: "scyName",
- value: "企业名称",
- },
- {
- label: "deptName",
- value: "部门",
- },
- {
- label: "status",
- value: "状态",
- },
- {
- label: "createTime",
- value: "创建时间",
- },
- ],
- checkList: [], //筛选列选中的数据列表--显示隐藏列用
- uncheckList: {}, //控制筛选列显示隐藏--显示隐藏列用
- selfDom: this,
- tableId: "/system/ownUser/list",
- defaultProps: {
- children: "children",
- label: "label",
- },
- // 用户导入参数
- upload: {
- // 是否显示弹出层(用户导入)
- open: false,
- // 弹出层标题(用户导入)
- title: "",
- // 是否禁用上传
- isUploading: false,
- // 是否更新已经存在的用户数据
- updateSupport: 0,
- // 设置上传的请求头部
- headers: { Authorization: "Bearer " + getToken() },
- // 上传的地址
- url: process.env.VUE_APP_BASE_API + "/system/user/importData",
- },
- // 查询参数
- queryParams: {
- pageNum: 1,
- pageSize: 10,
- userName: undefined,
- phonenumber: undefined,
- status: undefined,
- deptId: undefined,
- },
- uinParams: {
- ssId: null,
- ssName: null,
- pageNum: 1,
- pageSize: 10,
- },
- // 表单校验
- rules: {
- roleIds: [
- {
- required: true,
- message: "角色不能为空",
- trigger: ["blur", "change"],
- },
- ],
- userName: [
- {
- required: true,
- message: "手机号不能为空",
- trigger: "blur",
- },
- {
- pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/,
- message: "请输入正确的手机号码",
- trigger: ["blur", "change"],
- },
- ],
- nickName: [
- {
- required: true,
- message: "用户姓名不能为空",
- trigger: ["blur", "change"],
- },
- {
- pattern: /^[A-Za-z\u4e00-\u9fa5]+$/,
- message: "用户姓名不能带有特殊字符",
- trigger: ["blur", "change"],
- },
- ],
- deptId: [
- {
- required: true,
- message: "归属部门不能为空",
- trigger: ["blur", "change"],
- },
- ],
- postIds: [
- {
- required: true,
- message: "用户职级不能为空",
- trigger: "blur",
- },
- ],
- email: [
- /* {
- required: true,
- message: "邮箱地址不能为空",
- trigger: "blur",
- }, */
- {
- // type: "email",
- pattern:
- /^([a-z0-9A-Z]+[-|_|\.]?)+[a-z0-9A-Z]@([a-z0-9A-Z]+(-[a-z0-9A-Z]+)?\.)+[a-zA-Z]{2,}$/,
- message: "邮箱格式不正确",
- trigger: ["blur", "change"],
- },
- ],
- phonenumber: [
- {
- required: true,
- message: "手机号码不能为空",
- trigger: "blur",
- },
- {
- pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/,
- message: "请输入正确的手机号码",
- trigger: ["blur", "change"],
- },
- ],
- },
- rulesPassWord: {
- password: [
- {
- required: true,
- message: "用户密码不能为空",
- trigger: "blur",
- },
- {
- pattern: /^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{6,20}$/,
- message: "密码请包含数字,英文,字符中的两种以上,长度6-20位",
- trigger: ["blur", "change"],
- },
- ],
- },
- peoplpeName: false,
- isUpdate: false,
- };
- },
- watch: {
- // 根据名称筛选部门树
- deptName(val) {
- this.$refs.tree.filter(val);
- },
- "form.userName": "getLoginName",
- },
- created() {
- this.getList();
- this.getNowUser();
- this.getTreeselect();
- this.getUserProfile();
- this.getDicts("sys_normal_disable").then((response) => {
- this.statusOptions = response.data;
- });
- this.getDicts("sys_user_sex").then((response) => {
- this.sexOptions = response.data;
- });
- this.getConfigKey("sys.user.initPassword").then((response) => {
- this.initPassword = response.msg;
- });
- this.getDicts("education").then((response) => {
- this.educationOptions = response.data;
- });
- },
- mounted() {
- this.columnQuery();
- },
- methods: {
- //获取当前客户是否之前设置过列展示隐藏
- columnQuery() {
- //获取页面路径
- var psfPagePath = window.location.pathname;
- //用请求后台的url作为唯一标识
- var psfTableName = this.tableId;
- var columnForm = {};
- columnForm.psfPagePath = psfPagePath;
- columnForm.psfTableName = psfTableName;
- columnQuery(columnForm).then((response) => {
- if (response.data && response.data.psfShowData) {
- this.checkList = response.data.psfShowData;
- }
- this.filter();
- });
- },
- //控制隐藏显示的函数
- filter(checkList) {
- if (!!checkList) {
- this.checkList = checkList;
- }
- columnfilter(this.selfDom);
- },
- getLoginName(item) {
- const userName = item;
- selectNormalUser(userName).then((response) => {
- console.log(response, "根据手机号获取用户姓名");
- if (response.data.length > 0) {
- this.$set(this.form, "nickName", response.data[0].nickName);
- this.isName = true;
- } else {
- this.$set(this.form, "nickName", "");
- this.isName = false;
- }
- });
- },
- //获取当前用户信息
- getNowUser() {
- getNowUser().then((response) => {
- this.signCompanyId = response.data.companyId;
- });
- },
- stateFormat(row, column) {
- return this.selectDictLabel(this.statusOptions, row.status);
- },
- //根据企业id查询部门和角色信息
- getRodept(item) {
- if (item) {
- this.rodeptShow = true;
- const companyId = item;
- getRoleDept(companyId).then((response) => {
- if (response.deptList.length > 0) {
- this.rodeptOptions = response.deptList;
- } else {
- this.rodeptOptions = undefined;
- }
- if (response.roleList.length > 0) {
- this.roleOptions = response.roleList;
- } else {
- this.roleOptions = [];
- }
- });
- }
- },
- getUserProfile() {
- var sscDomain = document.location.hostname;
- getUserProfile(sscDomain).then((response) => {
- this.companyId = response.data.companyId;
- });
- },
- /** 查询用户列表 */
- getList() {
- this.loading = true;
- listUser(this.addDateRange(this.queryParams, this.dateRange)).then(
- (response) => {
- let userList = response.rows;
- for (let i = 0; i < userList.length; i++) {
- handlerDo(userList[i]).then((response) => {
- userList[i].handleChange = response.data.handleChange;
- });
- }
- this.userList = userList;
- this.total = response.total;
- this.loading = false;
- }
- );
- handleUser().then((response) => {
- this.handleCompany = response.data.handleCompany;
- });
- getOwnCompany().then((response) => {
- this.company = response.data;
- });
- qperatorQuery().then((response) => {
- this.qperator = response.data[0].sucrHandler;
- });
- },
- /** 查询部门下拉树结构 */
- getTreeselect() {
- treeselect().then((response) => {
- this.deptOptions = response.data;
- });
- },
- /** 查询部门下拉树结构 */
- getFormTreeselect() {
- treeselect().then((response) => {
- this.rodeptOptions = response.data;
- });
- },
- // 筛选节点
- filterNode(value, data) {
- if (!value) return true;
- return data.label.indexOf(value) !== -1;
- },
- // 节点单击事件
- handleNodeClick(data) {
- this.queryParams.deptId = data.id;
- this.getList();
- },
- // 用户状态修改
- handleStatusChange(row) {
- const userId = row.userId || this.ids;
- const nickNames = row.nickName || this.ids;
- const status = "0";
- this.$confirm(
- '是否确认解冻用户姓名为"' + nickNames + '"的数据项?',
- "警告",
- {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- }
- )
- .then(function () {
- return changeUserStatus(userId, status);
- })
- .then(() => {
- this.getList();
- this.msgSuccess("解冻成功");
- })
- .catch(() => {
- this.$message({
- type: "warning",
- message: "已取消解冻",
- });
- });
- },
- // 取消按钮
- cancel() {
- this.open = false;
- this.openPassWord = false;
- this.reset();
- },
- // 取消按钮
- cancelImg() {
- this.imgs = false;
- this.reset();
- },
- // 表单重置
- reset() {
- this.form = {
- userId: undefined,
- deptId: undefined,
- userName: undefined,
- nickName: undefined,
- password: undefined,
- phonenumber: null,
- email: undefined,
- sex: undefined,
- status: "0",
- remark: undefined,
- postIds: [],
- roleIds: [],
- nameList: [],
- };
- this.resetForm("form");
- },
- /** 搜索按钮操作 */
- handleQuery() {
- this.queryParams.pageNum = 1;
- this.queryParams.pageSize = 10;
- this.getList();
- },
- /** 重置按钮操作 */
- resetQuery() {
- this.dateRange = [];
- this.queryParams = {
- pageNum: 1,
- pageSize: 10,
- userName: undefined,
- phonenumber: undefined,
- status: undefined,
- deptId: undefined,
- };
- this.resetForm("queryForm");
- this.handleQuery();
- },
- // 多选框选中数据
- handleSelectionChange(selection) {
- this.ids = selection.map((item) => item.userId);
- this.single = selection.length != 1;
- this.multiple = !selection.length;
- },
- //文件移除提示
- beforeRemove(file, sfzList) {
- for (let i = 0; i < this.sfzList.length; i++) {
- if (file.uid == this.sfzList[i].uid) {
- this.sfzList.splice(i, 1);
- break;
- }
- }
- this.noneBtnImg = sfzList.length >= this.limitCountImg;
- },
- sqsRemove(file, sqsList) {
- for (let i = 0; i < this.sqsList.length; i++) {
- if (file.uid == this.sqsList[i].uid) {
- this.sqsList.splice(i, 1);
- break;
- }
- }
- this.nonesBtnImg = sqsList.length >= this.limitCountImg;
- },
- handleExceed(file, sfzList) {
- this.$message.warning(`当前限制选择 1 个文件`);
- },
- sqsExceed(file, sqsList) {
- this.$message.warning(`当前限制选择 1 个文件`);
- },
- //图片预览
- handlePictureCardPreview(file) {
- this.sfzImageUrl = file.url;
- this.sfzVisible = true;
- },
- sqsPictureCardPreview(file) {
- this.sqsImageUrl = file.url;
- this.sqsVisible = true;
- },
- dealImgChange(file, sfzList) {
- this.noneBtnImg = sfzList.length >= this.limitCountImg;
- },
- dealImgChange(file, sqsList) {
- this.nonesBtnImg = sqsList.length >= this.limitCountImg;
- },
- //上传
- // submitUpload() {
- // this.$refs.upload.submit();
- // },
- // sqsUpload() {
- // this.$refs.upload.submit();
- // },
- //手动上传文件触发
- sfzRequest(param) {
- let fileObj = param.file; // 相当于input里取得的files
- let fd = new FormData(); // FormData 对象
- fd.append("file", fileObj); // 文件对象
- fd.append("fileType", "00"); //文件类型
- const loading = this.$loading({
- lock: true,
- text: "Loading",
- spinner: "el-icon-loading",
- background: "rgba(0, 0, 0, 0.7)",
- });
- uploadFileNew(fd)
- .then((response) => {
- if (response) {
- this.sfzList.push({
- uid: response.fileId,
- url: response.url + "/" + getToken(),
- });
- setTimeout(() => {
- loading.close();
- }, 2000);
- }
- })
- .catch((response) => {
- console.log(this.$refs.upload,"删除路径")
- let uid = fileObj.uid; // 关键作用代码,去除文件列表失败文件
- let idx = this.$refs.upload.uploadFiles.findIndex(
- (item) => item.uid === uid
- ); // 关键作用代码,去除文件列表失败文件(uploadFiles为el-upload中的ref值)
- this.$refs.upload.uploadFiles.splice(idx, 1); // 关键作用代码,去除文件列表失败文件
- this.showBtnImg = false;
- loading.close();
- });
- },
- sqsRequest(param) {
- let fileObj = param.file; // 相当于input里取得的files
- let fd = new FormData(); // FormData 对象
- fd.append("file", fileObj); // 文件对象
- fd.append("fileType", "00"); //文件类型
- const loading = this.$loading({
- lock: true,
- text: "Loading",
- spinner: "el-icon-loading",
- background: "rgba(0, 0, 0, 0.7)",
- });
- uploadFileNew(fd)
- .then((response) => {
- if (response) {
- this.sqsList.push({
- uid: response.fileId,
- url: response.url + "/" + getToken(),
- });
- setTimeout(() => {
- loading.close();
- }, 2000);
- }
- })
- .catch((response) => {
- loading.close();
- });
- },
- /** 新增按钮操作 */
- handleAdd() {
- this.roleShow = true;
- if (this.signCompanyId == "000000") {
- this.rodeptShow = false;
- } else if (this.signCompanyId != "000000") {
- this.rodeptShow = true;
- }
- this.isUpdate = false;
- this.isName = false;
- this.reset();
- this.peoplpeName = false;
- this.getFormTreeselect();
- getUser().then((response) => {
- this.postOptions = response.posts;
- this.roleOptions = response.roles;
- this.open = true;
- this.leave = false;
- this.title = "添加用户";
- this.form.password = this.initPassword;
- });
- },
- /** 申请变更经办人 */
- handleHandler(row) {
- const userId = row.userId || this.ids;
- this.form.userIds = userId;
- this.imgs = true;
- this.titles = "申请变更经办人";
- },
- /** 确认变更经办人*/
- confirmHandler(row) {
- console.log(row);
- this.resetForm("queryForm");
- Cookies.set(
- "/user/detail/" + row.userId + "/" + row.scyId,
- this.$route.fullPath
- );
- this.$router.push({
- path: "/user/detail/" + row.userId + "/" + row.scyId,
- });
- },
- /** 修改按钮操作 */
- handleUpdate(row) {
- if (this.signCompanyId == "000000") {
- this.rodeptShow = false;
- } else if (this.signCompanyId != "000000") {
- this.rodeptShow = true;
- }
- this.isUpdate = true;
- this.isName = true;
- var self = this;
- this.reset();
- this.peoplpeName = true;
- this.getFormTreeselect();
- const userId = row.userId;
- const scyId = row.scyId;
- const remark = row.remark;
- const email = row.email;
- const deptId = row.deptId;
- const nickName = row.nickName;
- const userName = row.userName;
- if (remark) {
- this.$set(this.form, "remark", remark);
- }
- if (email) {
- this.$set(this.form, "email", email);
- }
- if (deptId) {
- this.$set(this.form, "deptId", deptId);
- }
- if (nickName) {
- this.$set(this.form, "nickName", nickName);
- }
- if (userName) {
- this.$set(this.form, "userName", userName);
- }
- if (userId) {
- this.$set(this.form, "userId", userId);
- }
- if (scyId) {
- this.$set(this.form, "scyId", scyId);
- }
- getUser(userId, scyId).then((response) => {
- this.uinParams.ssId = response.data.staffCode;
- this.getRodept(scyId);
- this.postOptions = response.posts;
- this.roleOptions = response.roles;
- this.form.postIds = response.postIds;
- this.$set(this.form, "roleIds", response.roleIds);
- this.open = true;
- this.leave = true;
- this.title = "修改用户";
- });
- },
- /** 重置密码按钮操作 */
- handleResetPwd(row) {
- this.reset();
- this.getTreeselect();
- const userId = row.userId || this.ids;
- getUser(userId).then((response) => {
- this.openPassWord = true;
- this.title = "重置密码";
- this.form.userId = userId;
- });
- },
- rulesSubmitForm: function () {
- this.$refs["form"].validate((valid) => {
- if (valid) {
- const loading = this.$loading({
- lock: true,
- text: "Loading",
- spinner: "el-icon-loading",
- background: "rgba(0, 0, 0, 0.7)",
- });
- var userId = this.form.userId;
- var password = this.form.password;
- resetUserPwd(userId, password)
- .then((response) => {
- this.openPassWord = false;
- loading.close();
- this.msgSuccess("修改成功,新密码是:" + password);
- })
- .catch((response) => {
- loading.close();
- });
- }
- });
- },
- /** 申请变更经办人 */
- submitImg() {
- this.form.sfzList = this.sfzList;
- this.form.sqsList = this.sqsList;
- const loading = this.$loading({
- lock: true,
- text: "Loading",
- spinner: "el-icon-loading",
- background: "rgba(0, 0, 0, 0.7)",
- });
- handlerChange(this.form)
- .then((response) => {
- loading.close();
- this.msgSuccess("申请成功");
- this.imgs = false;
- this.getList();
- })
- .catch((response) => {
- loading.close();
- });
- },
- /** 提交按钮 */
- submitForm: function () {
- this.$refs["form"].validate((valid) => {
- if (valid) {
- if (this.form.userId != undefined) {
- const loading = this.$loading({
- lock: true,
- text: "Loading",
- spinner: "el-icon-loading",
- background: "rgba(0, 0, 0, 0.7)",
- });
- this.$set(this.form, "createTime", null);
- this.$set(this.form, "companyId", this.form.scyId);
- updateUser(this.form)
- .then((response) => {
- loading.close();
- this.msgSuccess("修改成功");
- this.open = false;
- this.getList();
- })
- .catch((response) => {
- loading.close();
- });
- } else {
- const loading = this.$loading({
- lock: true,
- text: "Loading",
- spinner: "el-icon-loading",
- background: "rgba(0, 0, 0, 0.7)",
- });
- addUser(this.form)
- .then((response) => {
- loading.close();
- this.msgSuccess("新增成功");
- this.open = false;
- this.getList();
- })
- .catch((response) => {
- loading.close();
- });
- }
- }
- });
- },
- /** 变更权限按钮操作 */
- handleChange(row) {
- const userIds = row.userId || this.ids;
- const nickNames = row.nickName || this.ids;
- this.$confirm(
- '是否确认将用户姓名为"' + nickNames + '"变更为管理员?',
- "警告",
- {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- }
- )
- .then(function () {
- return adminChange(userIds);
- })
- .then(() => {
- this.msgSuccess("变更成功");
- this.$store.dispatch("LogOut").then(() => {
- location.href = "/login";
- });
- })
- .catch(() => {
- this.$message({
- type: "warning",
- message: "已取消变更",
- });
- });
- },
- /** 删除按钮操作 */
- handleDelete(row) {
- const userIds = row.userId || this.ids;
- const nickNames = row.nickName || this.ids;
- this.$confirm(
- '是否确认删除用户姓名为"' + nickNames + '"的数据项?',
- "警告",
- {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- }
- )
- .then(function () {
- return delUser(userIds);
- })
- .then(() => {
- this.getList();
- this.msgSuccess("删除成功");
- })
- .catch(() => {
- this.$message({
- type: "warning",
- message: "已取消删除",
- });
- });
- },
- /** 导出按钮操作 */
- // handleExport() {
- // this.download('system/ownUser/export', {
- // ...this.queryParams
- // }, `用户数据_${new Date().getTime()}.xlsx`)
- // },
- handleExport() {
- console.log(this.queryParams);
- console.log(this.dateRange);
- const loading = this.$loading({
- lock: true,
- text: "Loading",
- spinner: "el-icon-loading",
- background: "rgba(0, 0, 0, 0.7)",
- });
- this.download(
- "system/ownUser/export",
- {
- ...this.queryParams,
- ...this.dateRange,
- },
- `用户数据_${new Date().getTime()}.xlsx`
- );
- loading.close();
- },
- /** 导入按钮操作 */
- handleImport() {
- this.upload.title = "用户导入";
- this.upload.open = true;
- },
- /** 下载模板操作 */
- importTemplate() {
- this.download(
- "system/user/importTemplate",
- {
- ...this.queryParams,
- },
- `user_${new Date().getTime()}.xlsx`
- );
- },
- /** 安心签开户及管理授权书(模板) */
- authorizationTemplate() {
- this.download(
- "system/ownUser/authorization",
- {},
- `安心签开户及管理授权书(模板).docx`
- );
- },
- /** 安心签用户信息变更申请表 */
- applicationTemplate() {
- this.download(
- "system/ownUser/apply",
- {},
- `安心签用户信息变更申请表.xlsx`
- );
- },
- //上传前校验
- beforeAvatarUpload(file) {
- var testmsg = files.name.substring(files.name.lastIndexOf(".") + 1);
- const extension = testmsg === "jpg";
- const extension2 = testmsg === "jpeg";
- const extension3 = testmsg === "png";
- const extension4 = testmsg === "JPG";
- const extension5 = testmsg === "JPEG";
- const extension6 = testmsg === "PNG";
- if (
- !extension &&
- !extension2 &&
- !extension3 &&
- !extension4 &&
- !extension5 &&
- !extension6
- ) {
- this.$message.warning(`请选择图片格式文件`);
- }
- return extension || extension2 || extension3;
- // const isJPG =
- // file.type === "image/jpeg" ||
- // file.type === "image/png" ||
- // file.type === "image/bmp";
- // const isLt2M = file.size / 1024 / 1024 < 3;
- // if (!isJPG) {
- // this.$message.error("上传图片只能是 JPG/PNG/BMP 格式");
- // }
- // if (!isLt2M) {
- // this.$message.error("上传图片大小不能超过 3MB");
- // }
- // return isJPG && isLt2M;
- },
- // 文件上传中处理
- handleFileUploadProgress(event, file, fileList) {
- this.upload.isUploading = true;
- },
- // 文件上传成功处理
- handleFileSuccess(response, file, fileList) {
- this.upload.open = false;
- this.upload.isUploading = false;
- this.$refs.upload.clearFiles();
- this.$alert(response.msg, "导入结果", {
- dangerouslyUseHTMLString: true,
- });
- this.getList();
- },
- // 提交上传文件
- submitFileForm() {
- this.$refs.upload.submit();
- },
- },
- };
- </script>
|