595 lines
21 KiB
Vue
595 lines
21 KiB
Vue
<template>
|
||
<div class="app-container">
|
||
<el-drawer
|
||
v-if="onOpen"
|
||
:visible.sync="onOpen"
|
||
direction="rtl"
|
||
size="60%"
|
||
style="padding-left: 20px"
|
||
>
|
||
<template slot="title">
|
||
<div>{{ drawerTitle + " 【特种人员管理】" }}</div>
|
||
</template>
|
||
<el-tabs type="card"
|
||
v-model="unitActiveName"
|
||
style="margin-left: 20px; margin-right: 20px"
|
||
@tab-click="getList"
|
||
>
|
||
<el-tab-pane
|
||
v-for="(it, idx) in nodes"
|
||
:label="it.unitName + ''"
|
||
:name="it.unitId + ''"
|
||
:key="idx"
|
||
></el-tab-pane>
|
||
</el-tabs>
|
||
<el-row
|
||
:gutter="10"
|
||
class="mb8"
|
||
style="margin-left: 25px; margin-top: 10px; margin-right: 0px"
|
||
>
|
||
<el-col :span="1.5">
|
||
<el-button
|
||
type="primary"
|
||
plain
|
||
icon="el-icon-plus"
|
||
size="mini"
|
||
@click="handleAdd"
|
||
v-hasPermi="['project:surProjectSpecial:add']"
|
||
>添加</el-button
|
||
>
|
||
</el-col>
|
||
<el-col :span="1.5">
|
||
<el-button
|
||
type="success"
|
||
plain
|
||
icon="el-icon-edit"
|
||
size="mini"
|
||
:disabled="single"
|
||
@click="handleUpdate"
|
||
v-hasPermi="['project:surProjectSpecial:edit']"
|
||
>修改</el-button
|
||
>
|
||
</el-col>
|
||
<el-col :span="1.5">
|
||
<el-button
|
||
type="danger"
|
||
plain
|
||
icon="el-icon-delete"
|
||
size="mini"
|
||
:disabled="multiple"
|
||
@click="handleDelete"
|
||
v-hasPermi="['project:surProjectSpecial:remove']"
|
||
>删除</el-button
|
||
>
|
||
</el-col>
|
||
<right-toolbar
|
||
:showSearch.sync="showSearch"
|
||
@queryTable="getList"
|
||
></right-toolbar>
|
||
</el-row>
|
||
<el-tabs type="card"
|
||
v-model="activeName"
|
||
@tab-click="handleClick"
|
||
style="margin-left: 25px; margin-right: 25px"
|
||
>
|
||
<el-tab-pane :label="tabs.all" name="all"></el-tab-pane>
|
||
<el-tab-pane :label="tabs.wgq" name="wgq"></el-tab-pane>
|
||
<el-tab-pane :label="tabs.ygq" name="ygq"></el-tab-pane>
|
||
<el-table
|
||
v-loading="loading"
|
||
:data="surProjectSpecialList"
|
||
@selection-change="handleSelectionChange" stripe
|
||
>
|
||
<el-table-column type="selection" width="55" align="center" />
|
||
<el-table-column
|
||
label="人员姓名"
|
||
align="center"
|
||
prop="name"
|
||
width="80"
|
||
show-overflow-tooltip
|
||
/>
|
||
<el-table-column label="性别" align="center" prop="sex" width="60">
|
||
<template slot-scope="scope">
|
||
<dict-tag :options="dict.type.sys_user_sex" :value="scope.row.sex" />
|
||
</template>
|
||
</el-table-column>
|
||
<el-table-column
|
||
label="人员类型"
|
||
align="center"
|
||
prop="specialType"
|
||
width="120"
|
||
show-overflow-tooltip
|
||
>
|
||
<template slot-scope="scope">
|
||
<dict-tag
|
||
:options="dict.type.project_special_type"
|
||
:value="scope.row.specialType"
|
||
/>
|
||
</template>
|
||
</el-table-column>
|
||
<el-table-column
|
||
label="联系方式"
|
||
align="center"
|
||
prop="phoneNumber"
|
||
width="130"
|
||
show-overflow-tooltip
|
||
/>
|
||
<el-table-column
|
||
label="证书编号"
|
||
align="center"
|
||
prop="credentialNumber"
|
||
show-overflow-tooltip
|
||
/>
|
||
<el-table-column
|
||
label="证书过期时间"
|
||
align="center"
|
||
prop="credentialExpirationTime"
|
||
width="100"
|
||
>
|
||
<template slot-scope="scope">
|
||
<span>{{
|
||
parseTime(scope.row.credentialExpirationTime, "{y}-{m}-{d}")
|
||
}}</span>
|
||
</template>
|
||
</el-table-column>
|
||
<el-table-column
|
||
label="证书预览"
|
||
align="center"
|
||
prop="credentialFile"
|
||
width="75"
|
||
>
|
||
<template slot-scope="scope">
|
||
<svg
|
||
v-if="scope.row.credentialType == 'PDF'"
|
||
style="vertical-align: middle; fill: currentColor; overflow: hidden"
|
||
viewBox="0 0 1024 1024"
|
||
version="1.1"
|
||
xmlns="http://www.w3.org/2000/svg"
|
||
p-id="1379"
|
||
width="50"
|
||
height="50"
|
||
>
|
||
<path
|
||
d="M905.185809 178.844158C898.576738 172.685485 891.19337 165.824412 883.21687 158.436127 860.422682 137.322863 837.434925 116.207791 815.697647 96.487895 813.243072 94.261877 813.243072 94.261877 810.786411 92.037081 781.783552 65.781062 757.590948 44.376502 739.713617 29.293612 729.254178 20.469111 721.020606 13.860686 714.970549 9.501727 710.955023 6.608611 707.690543 4.524745 704.47155 2.998714 700.417679 1.07689 696.638044-0.094029 691.307277 0.005928 677.045677 0.273349 665.6 11.769337 665.6 26.182727L665.6 77.352844 665.6 128.522961 665.6 230.863194 665.6 256.448252 691.2 256.448252 896 256.448252 870.4 230.863194 870.4 998.414942 896 972.829884 230.381436 972.829884C187.90385 972.829884 153.6 938.623723 153.6 896.20663L153.6 26.182727 128 51.767786 588.8 51.767786C602.93849 51.767786 614.4 40.312965 614.4 26.182727 614.4 12.05249 602.93849 0.597669 588.8 0.597669L128 0.597669 102.4 0.597669 102.4 26.182727 102.4 896.20663C102.4 966.91021 159.652833 1024 230.381436 1024L896 1024 921.6 1024 921.6 998.414942 921.6 230.863194 921.6 205.278135 896 205.278135 691.2 205.278135 716.8 230.863194 716.8 128.522961 716.8 77.352844 716.8 26.182727C716.8 39.813762 705.748075 50.91427 692.267725 51.167041 687.705707 51.252584 685.069822 50.435995 682.52845 49.231204 682.259458 49.103682 683.344977 49.796618 685.029451 51.010252 689.779394 54.432502 697.145822 60.34494 706.686383 68.394196 724.009052 83.009121 747.816448 104.072869 776.413589 129.961594 778.850014 132.168064 778.850014 132.168064 781.285216 134.376514 802.876774 153.964212 825.739479 174.96442 848.413564 195.966437 856.350957 203.3185 863.697005 210.144893 870.269888 216.269843 874.209847 219.941299 877.019309 222.565641 878.499674 223.951409 888.81866 233.610931 905.019017 233.081212 914.684179 222.768247 924.349344 212.455283 923.819315 196.264383 913.500326 186.604861 911.981323 185.182945 909.155025 182.542876 905.185809 178.844158ZM102.4 461.128719 0 461.128719 0 896.074709 512 896.074709 1024 896.074709 1024 461.128719 153.6 461.128719 153.6 460.531049 102.4 460.531049 102.4 461.128719ZM208.2 711 208.2 819.2 157.6 819.2 157.6 528 269 528C301.533495 528 327.366571 536.466581 346.5 553.4 365.633429 570.333419 375.2 592.733195 375.2 620.6 375.2 649.133476 365.833427 671.333254 347.1 687.2 328.366573 703.066746 302.133502 711 268.4 711L208.2 711ZM208.2 670.4 269 670.4C287.00009 670.4 300.733286 666.166709 310.2 657.7 319.666714 649.233291 324.4 637.000079 324.4 621 324.4 605.266588 319.600047 592.700047 310 583.3 300.399951 573.899953 287.200083 569.066669 270.4 568.8L208.2 568.8 208.2 670.4ZM419.4 819.2 419.4 528 505.4 528C531.133461 528 553.966566 533.733276 573.9 545.2 593.833434 556.666724 609.266611 572.933229 620.2 594 631.133389 615.066771 636.6 639.199863 636.6 666.4L636.6 681C636.6 708.600139 631.100055 732.866562 620.1 753.8 609.099945 774.733438 593.433436 790.866609 573.1 802.2 552.766564 813.533391 529.466799 819.2 503.2 819.2L419.4 819.2ZM470 568.8 470 778.8 503 778.8C529.533466 778.8 549.89993 770.500083 564.1 753.9 578.30007 737.299917 585.533331 713.466822 585.8 682.4L585.8 666.2C585.8 634.599842 578.933402 610.46675 565.2 593.8 551.466598 577.13325 531.533463 568.8 505.4 568.8L470 568.8ZM854.8 695.8 737.6 695.8 737.6 819.2 687 819.2 687 528 872 528 872 568.8 737.6 568.8 737.6 655.4 854.8 655.4 854.8 695.8Z"
|
||
fill="#01A9FF"
|
||
p-id="1380"
|
||
></path>
|
||
</svg>
|
||
<el-image
|
||
v-if="
|
||
scope.row.credentialType == 'JPG' ||
|
||
scope.row.credentialType == 'PNG' ||
|
||
scope.row.credentialType == 'JPEG'
|
||
"
|
||
ref="preview"
|
||
style="width: 50px; height: 50px"
|
||
:src="getImageUrl(scope.row.credentialFile)"
|
||
@click="onPreview(scope.row.credentialFile)"
|
||
></el-image>
|
||
</template>
|
||
</el-table-column>
|
||
<el-table-column
|
||
label="操作"
|
||
align="center"
|
||
width="180"
|
||
class-name="small-padding fixed-width"
|
||
>
|
||
<template slot-scope="scope">
|
||
<el-button
|
||
size="mini"
|
||
type="text"
|
||
icon="el-icon-download"
|
||
@click="handledownload(scope.row)"
|
||
v-hasPermi="['project:surProjectSpecial:list']"
|
||
>下载证书</el-button
|
||
>
|
||
<el-button
|
||
size="mini"
|
||
type="text"
|
||
icon="el-icon-edit"
|
||
@click="handleUpdate(scope.row)"
|
||
v-hasPermi="['project:surProjectSpecial:edit']"
|
||
>修改</el-button
|
||
>
|
||
<el-button
|
||
size="mini"
|
||
type="text"
|
||
icon="el-icon-delete"
|
||
@click="handleDelete(scope.row)"
|
||
v-hasPermi="['project:surProjectSpecial:remove']"
|
||
>删除</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-tabs>
|
||
<el-dialog
|
||
:title="title"
|
||
v-if="open"
|
||
:visible.sync="open"
|
||
width="680px"
|
||
append-to-body
|
||
:close-on-click-modal="false"
|
||
:close-on-press-escape="false"
|
||
>
|
||
<el-form ref="form" :model="form" :rules="rules" label-width="120px">
|
||
<el-form-item label="项目名称" prop="projectName">
|
||
<el-input v-model="form.projectName" placeholder="请输入项目名称" disabled />
|
||
</el-form-item>
|
||
<el-form-item label="人员姓名" prop="name">
|
||
<el-input v-model="form.name" placeholder="请输入人员姓名" />
|
||
</el-form-item>
|
||
<el-form-item label="性别" prop="sex">
|
||
<el-select v-model="form.sex" placeholder="请选择性别" style="width: 100%">
|
||
<el-option
|
||
v-for="dict in dict.type.sys_user_sex"
|
||
:key="dict.value"
|
||
:label="dict.label"
|
||
:value="dict.value"
|
||
></el-option>
|
||
</el-select>
|
||
</el-form-item>
|
||
<el-form-item label="联系方式" prop="phoneNumber">
|
||
<el-input v-model="form.phoneNumber" placeholder="请输入联系方式" />
|
||
</el-form-item>
|
||
<el-form-item label="人员类型" prop="specialType">
|
||
<el-select
|
||
v-model="form.specialType"
|
||
placeholder="请选择人员类型"
|
||
style="width: 100%"
|
||
>
|
||
<el-option
|
||
v-for="dict in dict.type.project_special_type"
|
||
:key="dict.value"
|
||
:label="dict.label"
|
||
:value="dict.value"
|
||
></el-option>
|
||
</el-select>
|
||
</el-form-item>
|
||
<!-- v-show="credential" -->
|
||
<el-form-item label="证书编号" prop="credentialNumber">
|
||
<el-input v-model="form.credentialNumber" placeholder="请输入证书编号" />
|
||
</el-form-item>
|
||
<!-- v-show="credential" -->
|
||
<el-form-item label="证书过期时间" prop="credentialExpirationTime">
|
||
<el-date-picker
|
||
clearable
|
||
v-model="form.credentialExpirationTime"
|
||
type="date"
|
||
value-format="yyyy-MM-dd"
|
||
placeholder="请选择证书过期时间"
|
||
style="width: 100%"
|
||
>
|
||
</el-date-picker>
|
||
</el-form-item>
|
||
<el-form-item label="证书附件" prop="credentialFile">
|
||
<FileUpload
|
||
@input="fileInput"
|
||
:limit="1"
|
||
:fileType="['pdf', 'png', 'jpg', 'jpeg']"
|
||
v-model="files"
|
||
/>
|
||
</el-form-item>
|
||
<el-form-item label="备注" prop="remark">
|
||
<el-input v-model="form.remark" placeholder="请输入备注" />
|
||
</el-form-item>
|
||
</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-drawer>
|
||
<el-image-viewer
|
||
v-if="showViewer"
|
||
:on-close="closeViewer"
|
||
:url-list="previewList"
|
||
style="z-index: 2050"
|
||
/>
|
||
</div>
|
||
</template>
|
||
|
||
<script>
|
||
import {
|
||
listSurProjectSpecial,
|
||
getSurProjectSpecial,
|
||
delSurProjectSpecial,
|
||
addSurProjectSpecial,
|
||
updateSurProjectSpecial,
|
||
findWorkSpecialCount,
|
||
} from "@/api/project/surProjectSpecial";
|
||
import ElImageViewer from "element-ui/packages/image/src/image-viewer";
|
||
|
||
export default {
|
||
components: {
|
||
ElImageViewer,
|
||
},
|
||
props: {},
|
||
dicts: ["sys_user_sex", "project_special_type"],
|
||
data() {
|
||
return {
|
||
showViewer: false,
|
||
// 遮罩层
|
||
loading: true,
|
||
// 选中数组
|
||
ids: [],
|
||
// 总条数
|
||
total: 0,
|
||
// 非单个禁用
|
||
single: true,
|
||
// 非多个禁用
|
||
multiple: true,
|
||
// 显示搜索条件
|
||
showSearch: true,
|
||
// 是否显示弹出层
|
||
open: false,
|
||
// 弹出层标题
|
||
title: "",
|
||
credential: false,
|
||
surProjectSpecialList: [],
|
||
// 查询参数
|
||
queryParams: {
|
||
pageNum: 1,
|
||
pageSize: 20,
|
||
projectId: null,
|
||
deptId: null,
|
||
activeName: null,
|
||
},
|
||
// 表单参数
|
||
form: {},
|
||
activeName: "wgq",
|
||
files: [],
|
||
// 表单校验
|
||
rules: {
|
||
name: [
|
||
{ required: true, message: "请输入人员姓名", trigger: "blur" },
|
||
{ maxlength: 20, message: "人员姓名最多20字符", trigger: "blur" },
|
||
],
|
||
sex: [{ required: true, message: "请选择人员性别", trigger: "blur" }],
|
||
phoneNumber: [
|
||
{ required: true, message: "请输入联系方式", trigger: "blur" },
|
||
{
|
||
validator: function (rule, value, callback) {
|
||
if (/^1[34578]\d{9}$/.test(value) == false) {
|
||
callback(new Error("联系手机格式错误"));
|
||
} else {
|
||
callback();
|
||
}
|
||
},
|
||
trigger: "blur",
|
||
},
|
||
],
|
||
specialType: [{ required: true, message: "请选择人员类型", trigger: "blur" }],
|
||
credentialNumber: [
|
||
{ required: true, message: "请输入证书编号", trigger: "blur" },
|
||
{ maxlength: 50, message: "证书编号最多50字符", trigger: "blur" },
|
||
],
|
||
credentialExpirationTime: [
|
||
{ required: true, message: "请选择证书过期时间", trigger: "blur" },
|
||
],
|
||
credentialFile: [{ required: true, message: "请上传证书附件", trigger: "blur" }],
|
||
remark: [
|
||
{ required: false, message: "请输入备注", trigger: "blur" },
|
||
{ maxlength: 200, message: "备注最多200字符", trigger: "blur" },
|
||
],
|
||
},
|
||
previewList: [],
|
||
tabs: {
|
||
all: "全部数据(0)",
|
||
wgq: "未过期(0)",
|
||
ygq: "已过期(0)",
|
||
},
|
||
project: null,
|
||
nodes: [],
|
||
unitActiveName: "",
|
||
onOpen: false,
|
||
drawerTitle: "",
|
||
};
|
||
},
|
||
computed: {},
|
||
watch: {},
|
||
created() {},
|
||
mounted() {},
|
||
beforeDestroy() {},
|
||
methods: {
|
||
getImageUrl(url) {
|
||
return process.env.VUE_APP_BASE_API + url + ".min.jpg";
|
||
},
|
||
onPreview(url) {
|
||
this.previewList = [];
|
||
this.previewList.push(process.env.VUE_APP_BASE_API + url);
|
||
this.showViewer = true;
|
||
},
|
||
closeViewer() {
|
||
this.showViewer = false;
|
||
},
|
||
fileInput(files) {
|
||
if (files.length > 0) {
|
||
this.form.credentialFile = files[0].url;
|
||
} else {
|
||
this.form.credentialFile = null;
|
||
}
|
||
},
|
||
// 是否有证书
|
||
credentialChange(val) {
|
||
if (val == "Y") {
|
||
this.credential = true;
|
||
this.rules.credentialNumber[0].required = true;
|
||
this.rules.credentialExpirationTime[0].required = true;
|
||
} else {
|
||
this.credential = false;
|
||
this.credentialNumber = null;
|
||
this.credentialExpirationTime = null;
|
||
this.rules.credentialNumber[0].required = false;
|
||
this.rules.credentialExpirationTime[0].required = false;
|
||
}
|
||
},
|
||
show(project) {
|
||
this.project = project;
|
||
this.drawerTitle = project.projectName;
|
||
this.onOpen = true;
|
||
this.queryParams.projectId = project.id;
|
||
this.$api.publics
|
||
.queryUnitList({
|
||
projectId: project.id,
|
||
unitTypes: "2,4".split(","),
|
||
})
|
||
.then((d) => {
|
||
this.nodes = d.rows;
|
||
if (d.rows.length > 0) {
|
||
this.unitActiveName = this.nodes[0].unitId + "";
|
||
this.getList();
|
||
} else {
|
||
this.surProjectSpecialList = [];
|
||
}
|
||
});
|
||
},
|
||
/** 查询特种人员列表 */
|
||
getList() {
|
||
this.loading = true;
|
||
this.queryParams.deptId = this.unitActiveName;
|
||
this.queryParams.activeName = this.activeName;
|
||
this.queryCount();
|
||
listSurProjectSpecial(this.queryParams).then((response) => {
|
||
this.surProjectSpecialList = response.rows;
|
||
this.total = response.total;
|
||
this.loading = false;
|
||
});
|
||
},
|
||
queryCount() {
|
||
findWorkSpecialCount(this.queryParams).then((response) => {
|
||
if (response && response.data) {
|
||
let sum = 0;
|
||
if (response.data.notExpired) {
|
||
sum += response.data.notExpired;
|
||
this.tabs.wgq = "未过期(" + response.data.notExpired + ")";
|
||
}
|
||
if (response.data.expired) {
|
||
sum += response.data.expired;
|
||
this.tabs.ygq = "已过期(" + response.data.expired + ")";
|
||
}
|
||
this.tabs.all = "全部数据(" + sum + ")";
|
||
}
|
||
});
|
||
},
|
||
// 多选框选中数据
|
||
handleSelectionChange(selection) {
|
||
this.ids = selection.map((item) => item.id);
|
||
this.single = selection.length !== 1;
|
||
this.multiple = !selection.length;
|
||
},
|
||
// 表单重置
|
||
reset() {
|
||
this.form = {
|
||
id: null,
|
||
projectId: null,
|
||
deptId: null,
|
||
name: null,
|
||
sex: null,
|
||
age: null,
|
||
phoneNumber: null,
|
||
idNumber: null,
|
||
isCredential: null,
|
||
credentialNumber: null,
|
||
credentialExpirationTime: null,
|
||
credentialFile: null,
|
||
isDel: null,
|
||
createBy: null,
|
||
createTime: null,
|
||
updateBy: null,
|
||
updateTime: null,
|
||
remark: null,
|
||
credentialType: null,
|
||
specialType: null,
|
||
};
|
||
this.files = [];
|
||
this.resetForm("form");
|
||
},
|
||
/** 新增按钮操作 */
|
||
handleAdd() {
|
||
this.reset();
|
||
this.credential = false;
|
||
this.form.projectId = this.project.id;
|
||
this.form.projectName = this.project.projectName;
|
||
this.form.deptId = this.unitActiveName;
|
||
this.open = true;
|
||
this.title = "添加特种人员";
|
||
},
|
||
// 取消按钮
|
||
cancel() {
|
||
this.open = false;
|
||
this.reset();
|
||
},
|
||
// 页签点击
|
||
handleClick() {
|
||
this.queryParams.activeName = this.activeName;
|
||
this.getList();
|
||
},
|
||
/** 修改按钮操作 */
|
||
handleUpdate(row) {
|
||
this.reset();
|
||
const id = row.id || this.ids;
|
||
getSurProjectSpecial(id).then((response) => {
|
||
this.form = response.data;
|
||
this.files = this.form.credentialFile;
|
||
this.open = true;
|
||
this.title = "修改项目特种人员";
|
||
});
|
||
},
|
||
/** 提交按钮 */
|
||
submitForm() {
|
||
this.$refs["form"].validate((valid) => {
|
||
if (valid) {
|
||
if (!this.form.credentialFile) {
|
||
this.$modal.msgWarning("请上传证书附件");
|
||
return false;
|
||
}
|
||
if (this.form.id) {
|
||
updateSurProjectSpecial(this.form).then((response) => {
|
||
this.$modal.msgSuccess("修改成功");
|
||
this.open = false;
|
||
this.getList();
|
||
});
|
||
} else {
|
||
this.form.isCredential = "Y";
|
||
this.form.isDel = 0;
|
||
addSurProjectSpecial(this.form).then((response) => {
|
||
this.$modal.msgSuccess("添加成功");
|
||
this.open = false;
|
||
this.getList();
|
||
});
|
||
}
|
||
}
|
||
});
|
||
},
|
||
/** 删除按钮操作 */
|
||
handleDelete(row) {
|
||
const ids = row.id || this.ids;
|
||
this.$modal
|
||
.confirm('是否确认删除特种人员编号为"' + ids + '"的数据项?')
|
||
.then(function () {
|
||
return delSurProjectSpecial(ids);
|
||
})
|
||
.then(() => {
|
||
this.getList();
|
||
this.$modal.msgSuccess("删除成功");
|
||
})
|
||
.catch(() => {});
|
||
},
|
||
/** 下载证书 */
|
||
handledownload(row) {
|
||
window.open(process.env.VUE_APP_BASE_API+row.credentialFile);
|
||
//this.$download.resource(row.credentialFile);
|
||
},
|
||
},
|
||
};
|
||
</script>
|
||
<style lang="scss" scoped></style>
|