Files
sgxt_web/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue

229 lines
5.8 KiB
Vue
Raw Normal View History

2025-04-12 14:54:02 +08:00
<template>
<div>
<div class="titleBox">
2025-07-03 21:15:39 +08:00
<PageTitle title="重点人员深度发掘"></PageTitle>
2025-04-12 14:54:02 +08:00
</div>
<!-- 搜索 -->
<div ref="searchBox">
2025-07-03 21:15:39 +08:00
<Search :searchArr="searchConfiger" @submit="onSearch" />
2025-04-12 14:54:02 +08:00
</div>
<!-- 表格 -->
<div class="tabBox">
<MyTable
:tableData="pageData.tableData"
:tableColumn="pageData.tableColumn"
:tableHeight="pageData.tableHeight"
:key="pageData.keyCount"
:tableConfiger="pageData.tableConfiger"
:controlsWidth="pageData.controlsWidth"
2025-04-17 17:11:41 +08:00
>
2025-07-03 21:24:21 +08:00
<template #bkshzt="{ row }">
<DictTag :tag="false" :value="row.bkshzt" :options="D_BZ_RCSHZT" />
2025-07-03 21:15:39 +08:00
</template>
2025-06-17 20:04:43 +08:00
<template #fxDj="{ row }">
<DictTag :tag="false" :value="row.fxDj" :options="D_GS_RQFJ_FXDJ" />
</template>
<template #fxLb="{ row }">
<DictTag :tag="false" :value="row.fxLb" :options="D_GS_RQFJ_FXLB" />
</template>
<template #sfGz="{ row }">
<DictTag :tag="false" :value="row.sfGz" :options="D_BZ_SF" />
</template>
<template #sfZbkry="{ row }">
<DictTag :tag="false" :value="row.sfZbkry" :options="D_BZ_SF" />
</template>
<template #sfZzdry="{ row }">
<DictTag :tag="false" :value="row.sfZzdry" :options="D_BZ_SF" />
2025-04-12 14:54:02 +08:00
</template>
<!-- 操作 -->
<template #controls="{ row }">
2025-07-16 10:21:53 +08:00
<el-link type="primary" v-if="roleList.includes('BK_SH_RY')" size="small" @click="handleDetail(row,'审核')">审核</el-link>
2025-04-12 14:54:02 +08:00
</template>
</MyTable>
<Pages
@changeNo="changeNo"
@changeSize="changeSize"
:tableHeight="pageData.tableHeight"
:pageConfiger="{
...pageData.pageConfiger,
total: pageData.total
}"
></Pages>
</div>
2025-07-16 10:21:53 +08:00
<Model v-model="isShow" :data="chooeRow" @change="getList" :dic="{D_BZ_RCSHZT}"></Model>
2025-04-12 14:54:02 +08:00
</div>
</template>
<script setup>
2025-07-03 21:15:39 +08:00
import { ElMessage } from "element-plus";
import Model from "./model.vue";
2025-04-12 14:54:02 +08:00
import PageTitle from "@/components/aboutTable/PageTitle.vue";
import MyTable from "@/components/aboutTable/MyTable.vue";
import Pages from "@/components/aboutTable/Pages.vue";
import Search from "@/components/aboutTable/Search.vue";
import { qcckGet, qcckPost, qcckDelete } from "@/api/qcckApi.js";
import { reactive, ref, onMounted, getCurrentInstance } from "vue";
2025-04-17 17:11:41 +08:00
2025-04-12 14:54:02 +08:00
const { proxy } = getCurrentInstance();
2025-07-03 21:24:21 +08:00
const { D_BZ_RCSHZT, D_GS_RQFJ_LX, D_GS_RQFJ_FXDJ, D_BZ_SF, D_GS_RQFJ_FXLB } =
2025-07-03 21:15:39 +08:00
proxy.$dict(
"D_BZ_RCSHZT",
"D_GS_RQFJ_LX",
"D_GS_RQFJ_FXDJ",
"D_BZ_SF",
"D_GS_RQFJ_FXLB"
);
const isShow = ref(false)
2025-07-16 10:21:53 +08:00
const chooeRow = ref({})
2025-07-03 21:15:39 +08:00
2025-04-12 14:54:02 +08:00
const searchBox = ref(); //搜索框
const searchConfiger = ref([
2025-04-17 17:11:41 +08:00
{
label: "所属部门",
prop: "department",
placeholder: "请选择所属部门",
showType: "department"
},
{
label: "是否关注",
prop: "isFollowed",
placeholder: "请选择是否关注",
showType: "select",
options: [
{ label: "是", value: true },
{ label: "否", value: false }
]
}
2025-04-12 14:54:02 +08:00
]);
2025-04-17 17:11:41 +08:00
const queryFrom = ref({
myNote: false,
myCheck: false,
myApprove: false
});
2025-04-12 14:54:02 +08:00
const pageData = reactive({
2025-04-17 17:11:41 +08:00
tableData: [],
2025-04-12 14:54:02 +08:00
keyCount: 0,
tableConfiger: {
2025-04-17 17:11:41 +08:00
rowHieght: 61,
2025-07-03 21:15:39 +08:00
showSelectType: "null",
2025-04-17 17:11:41 +08:00
loading: false
2025-04-12 14:54:02 +08:00
},
2025-04-17 17:11:41 +08:00
total: 0,
2025-04-12 14:54:02 +08:00
pageConfiger: {
2025-04-17 17:11:41 +08:00
pageSize: 20,
pageCurrent: 1
2025-04-12 14:54:02 +08:00
},
2025-07-03 21:24:21 +08:00
controlsWidth: 120,
2025-04-12 14:54:02 +08:00
tableColumn: [
2025-06-17 20:04:43 +08:00
{ label: "姓名", prop: "ryXm" },
{ label: "手机号码", prop: "rySjhm" },
{ label: "身份证号码", prop: "rySfzh" },
{ label: "户籍地址", prop: "ryHjdz" },
{ label: "护照号码", prop: "ryHzhm" },
{ label: "现住地址", prop: "ryXzdz" },
{ label: "银行卡号", prop: "ryYhkh" },
{ label: "附件照片", prop: "ryFjZp" },
{ label: "管辖单位", prop: "gxDwDm" },
2025-07-03 21:24:21 +08:00
{ label: "审核布控状态", prop: "bkshzt", showSolt: true },
2025-06-17 20:04:43 +08:00
{ label: "风险等级", prop: "fxDj", showSolt: true },
{ label: "风险类别", prop: "fxLb", showSolt: true },
{ label: "是否关注", prop: "sfGz", showSolt: true },
{ label: "是否转布控人员", prop: "sfZbkry", showSolt: true },
{ label: "是否转重点人员", prop: "sfZzdry", showSolt: true }
2025-04-12 14:54:02 +08:00
]
});
2025-07-08 10:26:48 +08:00
const roleList = ref([])
2025-04-12 14:54:02 +08:00
onMounted(() => {
2025-07-08 10:26:48 +08:00
let qx = JSON.parse(localStorage.getItem('roleList')) || [];
roleList.value = qx.map(item => item.roleCode);
2025-04-17 17:11:41 +08:00
getList();
2025-04-12 14:54:02 +08:00
tabHeightFn();
});
// 搜索
2025-04-17 17:11:41 +08:00
const onSearch = (val) => {
queryFrom.value = { ...val };
2025-04-12 14:54:02 +08:00
pageData.pageConfiger.pageCurrent = 1;
2025-04-17 17:11:41 +08:00
getList();
};
2025-04-12 14:54:02 +08:00
2025-04-17 17:11:41 +08:00
const changeNo = (val) => {
2025-07-15 16:56:26 +08:00
pageData.pageConfiger.pageCurrent = val;
2025-04-17 17:11:41 +08:00
getList();
};
const changeSize = (val) => {
2025-04-12 14:54:02 +08:00
pageData.pageConfiger.pageSize = val;
2025-04-17 17:11:41 +08:00
getList();
};
2025-04-12 14:54:02 +08:00
// 获取列表
2025-04-17 17:11:41 +08:00
const getList = () => {
2025-06-17 20:04:43 +08:00
pageData.tableConfiger.loading = true;
2025-07-03 21:15:39 +08:00
let data = { sfZbkry: 1, ...pageData.pageConfiger, ...queryFrom.value };
qcckGet(data, "/mosty-gsxt/tbGsxtRqfjRy/selectPage").then((res) => {
pageData.tableData = res.records || [];
pageData.total = res.total;
pageData.tableConfiger.loading = false;
})
.catch(() => {
pageData.tableConfiger.loading = false;
});
2025-04-17 17:11:41 +08:00
};
2025-07-03 21:15:39 +08:00
// 处理数据
const handleDetail = (val,type) =>{
2025-07-16 10:21:53 +08:00
chooeRow.value = val;
isShow.value = true;
2025-07-03 21:15:39 +08:00
}
2025-04-12 14:54:02 +08:00
// 表格高度计算
const tabHeightFn = () => {
2025-07-03 21:15:39 +08:00
pageData.tableHeight = window.innerHeight - searchBox.value.offsetHeight - 250;
2025-04-12 14:54:02 +08:00
window.onresize = function () {
tabHeightFn();
};
};
</script>
2025-04-17 17:11:41 +08:00
<style lang="scss" scoped>
.checkbox-group {
display: flex;
gap: 20px;
}
.basic-info {
display: flex;
gap: 15px;
.avatar {
width: 80px;
height: 80px;
overflow: hidden;
border-radius: 4px;
img {
width: 100%;
height: 100%;
object-fit: cover;
}
}
.info-list {
display: flex;
flex-direction: column;
gap: 5px;
}
}
.control-buttons {
display: flex;
gap: 10px;
2025-04-12 14:54:02 +08:00
}
</style>