Files
sgxt_web/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue

342 lines
12 KiB
Vue
Raw Normal View History

2025-05-21 10:24:02 +08:00
<template>
<div>
<div class="titleBox">
<PageTitle title="重点群体管理">
2025-07-07 19:47:22 +08:00
<el-popover placement="bottom" :visible="visible" :width="400" trigger="click">
<template #reference>
2025-07-08 13:51:06 +08:00
<el-button type="primary" @click="(visible = !visible), (visiblefp = false)" size="small">布控申请
2025-07-07 20:24:43 +08:00
</el-button>
2025-07-07 19:47:22 +08:00
</template>
<div class="flex just-center">
2025-07-12 16:43:04 +08:00
<el-button size="small" type="primary" v-for="it in D_GS_BK_SQLX" :key="it.dm" @click="handleApplication(it)">{{it.zdmc }}</el-button>
2025-07-07 19:47:22 +08:00
</div>
</el-popover>
2025-07-08 13:51:06 +08:00
<el-popover placement="bottom" :visible="visiblefp" :width="400" trigger="click">
<template #reference>
<el-button size="small" type="primary" @click="(visiblefp = !visiblefp), (visible = false)">指定分配</el-button>
</template>
<div>
<el-input readonly v-model="obj.fpmc" @click="chooseUserVisible = true" placeholder="请选择民警"></el-input>
<div class="flex just-center mt10">
<el-button @click="(visiblefp = false), (obj = {})" size="small">取消</el-button>
<el-button type="primary" @click="handlefp" size="small">分配</el-button>
</div>
</div>
</el-popover>
<el-button size="small" type="primary" @click="handleZxs">转线索</el-button>
<el-button size="small" type="primary" @click="handleMove">移交管控</el-button>
2025-07-12 16:43:04 +08:00
<el-button type="primary" size="small" @click="addEdit('add', null)">
2025-07-08 13:51:06 +08:00
<el-icon style="vertical-align: middle">
<CirclePlus />
</el-icon>
2025-05-21 10:24:02 +08:00
<span style="vertical-align: middle">新增</span>
</el-button>
</PageTitle>
</div>
<!-- 搜索 -->
<div ref="searchBox">
2025-07-07 19:47:22 +08:00
<Search :searchArr="searchConfiger" @submit="onSearch" />
2025-05-21 10:24:02 +08:00
</div>
<!-- 表格 -->
<div class="tabBox">
2025-07-12 16:43:04 +08:00
<MyTable
:tableData="pageData.tableData"
:tableColumn="pageData.tableColumn"
:tableHeight="pageData.tableHeight"
:key="pageData.keyCount"
:tableConfiger="pageData.tableConfiger"
:controlsWidth="pageData.controlsWidth"
@chooseData="chooseData"
>
<template #jbxx="{ row }">
2025-07-12 16:43:04 +08:00
<div class="flex">
<img src="" alt="" style="width: 80px;height: 90px;" />
<ul class="tl ml10" style="flex:1 0 0">
<li class="one_text_detail">群体名称{{ row.qtMc }}</li>
2025-07-14 14:21:12 +08:00
<li class="flex one_text_detail">群体类别<DictTag :tag="false" :value="row.qtLb" :options="D_GS_ZDQT_LB" /> </li>
<li class="flex one_text_detail">风险等级<DictTag :tag="false" :value="row.qtFxdj" :options="D_GS_ZDQT_FXDJ" /></li>
2025-07-12 16:43:04 +08:00
<li class="one_text_detail">创建时间{{ row.xtCjsj }}</li>
</ul>
</div>
</template>
2025-07-20 16:02:24 +08:00
<template #bqList="{ row }">
<ul >
<li class="one_text_detail marks mb4" :key="index" v-for="(item, index) in row.bqList">{{ item.bqMc }}({{ item.bqFz || 0 }} ) </li>
</ul>
</template>
<template #bgxx="{ row }">
2025-07-12 16:43:04 +08:00
<div class="flex one_text_detail">背景资料{{ row.qtBjzl }}</div>
<div class="flex one_text_detail">创建单位{{ row.xtCjbmmc }}</div>
</template>
<template #gkxx="{ row }">
2025-07-21 16:14:09 +08:00
<div class="flex one_text_detail">管辖单位{{ row.gxSsdwmc }}</div>
2025-07-12 16:43:04 +08:00
<div class="flex one_text_detail">列控原因{{ row.zdrLkyy }}</div>
<div class="flex one_text_detail">开始时间{{ row.zdrRkkssj }}</div>
<div class="flex one_text_detail">截至时间{{ row.zdrRkjssj }}</div>
</template>
2025-07-12 16:43:04 +08:00
<template #zdryList="{ row }">
<span style="color: #0072ff">{{ row.zdryList ? row.zdryList.length : 0 }}</span>
</template>
<template #qtZt="{ row }">
<DictTag :tag="false" :value="row.qtZt" :options="D_GS_ZDQT_ZT" />
</template>
2025-05-21 10:24:02 +08:00
<!-- 操作 -->
<template #controls="{ row }">
2025-07-12 17:33:59 +08:00
<el-link size="small" type="primary" v-if=" row.qtZt == '01'" @click="handleSend(row.id)">送审</el-link>
<el-link size="small" type="success" v-if=" row.qtZt == '01'" @click="addEdit('edit', row)">编辑</el-link>
<el-link size="small" type="success" @click="addEdit('detail', row)">详情</el-link>
2025-07-12 16:43:04 +08:00
<el-link size="small" type="danger" @click="deleteRow(row.id)">删除</el-link>
2025-05-21 10:24:02 +08:00
</template>
</MyTable>
2025-07-07 20:24:43 +08:00
<Pages @changeNo="changeNo" @changeSize="changeSize" :tableHeight="pageData.tableHeight" :pageConfiger="{
...pageData.pageConfiger,
total: pageData.total
}"></Pages>
2025-05-21 10:24:02 +08:00
</div>
2025-07-08 10:37:12 +08:00
<!-- 编辑 - 新增-->
2025-07-12 16:43:04 +08:00
<EditForm v-if="show" @updateDate="getList" ref="editFormDiloag" :dic="{D_BZ_XB,D_GS_ZDQT_LB,D_GS_ZDQT_FXDJ,D_GS_ZDR_CZZT}" />
<!-- 选择用户 -->
2025-07-08 14:14:34 +08:00
<ChooseUser v-model="chooseUserVisible" @choosedUsers="handleUserSelected" :roleIds="roleIds" /> <!-- 转线索 -->
2025-07-12 16:43:04 +08:00
<ZxsForm v-if="showzxs" ref="zxsDilof" @change="getList" :dic="{ D_BZ_SF, D_BZ_XB, D_GS_XS_LY, D_BZ_SSZT, D_GS_XS_LX, D_GS_XS_QTLX }"></ZxsForm>
2025-05-21 10:24:02 +08:00
</div>
</template>
<script setup>
2025-07-08 13:51:06 +08:00
import ZxsForm from "./components/zxsForm.vue";
2025-07-10 20:46:20 +08:00
import ChooseUser from "@/components/ChooseList/ChooseUser/index.vue";
2025-05-21 10:24: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 EditForm from "./components/addForm.vue";
2025-05-21 10:24:02 +08:00
import { qcckGet, qcckPost, qcckDelete } from "@/api/qcckApi.js";
import { ElMessage } from "element-plus";
import { reactive, ref, onMounted, getCurrentInstance, nextTick } from "vue";
2025-05-21 10:24:02 +08:00
const { proxy } = getCurrentInstance();
2025-07-12 16:43:04 +08:00
const { D_GS_ZDR_CZZT,D_GS_BK_SQLX, D_GS_ZDQT_FXDJ, D_GS_ZDR_RYJB, D_GS_ZDQT_LB, D_GS_ZDR_BK_ZT, D_GS_BQ_LX, D_GS_ZDQT_ZT, D_BZ_SF, D_BZ_XB, D_GS_XS_LY, D_BZ_SSZT, D_GS_XS_LX, D_GS_XS_QTLX } = proxy.$dict("D_GS_ZDR_CZZT","D_GS_BK_SQLX", "D_GS_ZDQT_FXDJ", "D_GS_ZDR_RYJB", "D_GS_ZDQT_LB", "D_GS_ZDR_BK_ZT", "D_GS_BQ_LX", "D_GS_ZDQT_ZT", "D_BZ_SF", "D_BZ_XB", "D_GS_XS_LY", "D_BZ_SSZT", "D_GS_XS_LX", "D_GS_XS_QTLX"); //获取字典数据
2025-07-08 13:51:06 +08:00
const showzxs = ref(false);
2025-07-12 16:43:04 +08:00
const queryFrom = ref({});
const ids = ref([]);
const choosList = ref([]);
2025-07-07 19:47:22 +08:00
const show = ref(false);
2025-07-08 13:51:06 +08:00
const chooseUserVisible = ref(false); //审批流程
const roleIds = ref([]); //角色id
const editFormDiloag = ref();
2025-05-21 10:24:02 +08:00
const searchBox = ref(); //搜索框
2025-07-07 19:47:22 +08:00
const visible = ref(false);
2025-07-08 13:51:06 +08:00
const visiblefp = ref(false);
const zxsDilof = ref();
2025-07-12 16:43:04 +08:00
const obj = ref({});
2025-05-21 10:24:02 +08:00
const searchConfiger = ref([
{
label: "群体名称",
prop: "qtMc",
2025-05-21 10:24:02 +08:00
placeholder: "请输入群体名称",
showType: "input"
},
{
label: "群体风险等级",
prop: "qtFxdj",
2025-05-21 10:24:02 +08:00
placeholder: "请选择群体风险等级",
showType: "select",
options: D_GS_ZDQT_FXDJ
2025-05-21 10:24:02 +08:00
},
{
label: "重点人人员级别",
prop: "zdrRyjb",
placeholder: "请选择重点人人员级别",
showType: "select",
options: D_GS_ZDR_RYJB
2025-05-21 10:24:02 +08:00
},
{
label: "群体类别",
prop: "qtLb",
placeholder: "请选择群体类别",
showType: "select",
options: D_GS_ZDQT_LB
},
2025-05-21 10:24:02 +08:00
{
label: "布控状态",
prop: "zdrBkZt",
placeholder: "请输入布控装态",
showType: "select",
options: D_GS_ZDR_BK_ZT
2025-05-21 10:24:02 +08:00
},
{
label: "布控类型",
prop: "bkzt",
placeholder: "请输入布控类型",
showType: "select",
options: D_GS_BQ_LX
}
2025-05-21 10:24:02 +08:00
]);
const pageData = reactive({
2025-07-07 19:47:22 +08:00
tableData: [],
2025-05-21 10:24:02 +08:00
keyCount: 0,
tableConfiger: {
rowHieght: 61,
showSelectType: "checkBox",
loading: false
},
total: 0,
pageConfiger: {
pageSize: 20,
pageCurrent: 1
},
2025-07-12 17:33:59 +08:00
controlsWidth: 150,
2025-05-21 10:24:02 +08:00
tableColumn: [
2025-07-12 16:43:04 +08:00
{ label: "群体基本信息", prop: "jbxx", showSolt: true,width:300 },
{ label: "背景信息", prop: "bgxx", showSolt: true,width:300 },
2025-07-20 16:02:24 +08:00
{ label: "标签", prop: "bqList", showSolt: true ,width:200,showOverflowTooltip:true},
2025-07-12 16:43:04 +08:00
{ label: "管控信息", prop: "gkxx", showSolt: true,width:300 },
{ label: "稳控人数", prop: "zdryList", showSolt: true },
{ label: "状态", prop: "qtZt", showSolt: true }
2025-05-21 10:24:02 +08:00
]
});
onMounted(() => {
tabHeightFn();
2025-07-12 16:43:04 +08:00
getList();
2025-05-21 10:24:02 +08:00
});
//送审
2025-07-12 16:43:04 +08:00
const handleSend = (id) => {
proxy.$confirm("确定要送审?", "警告", { type: "warning" }).then(() => {
qcckPost({}, "/mosty-gsxt/tbGsxtZdqt/subExamine/"+id).then(() => {
proxy.$message({ type: "success", message: "送审成功" });
2025-07-08 13:51:06 +08:00
getList();
});
2025-07-12 16:43:04 +08:00
})
2025-05-21 10:24:02 +08:00
};
2025-07-08 10:18:56 +08:00
2025-07-12 16:43:04 +08:00
2025-05-21 10:24:02 +08:00
// 搜索
const onSearch = (val) => {
queryFrom.value = { ...val };
pageData.pageConfiger.pageCurrent = 1;
getList();
};
2025-07-12 16:43:04 +08:00
2025-05-21 10:24:02 +08:00
const changeNo = (val) => {
2025-07-15 16:56:26 +08:00
pageData.pageConfiger.pageCurrent = val;
2025-05-21 10:24:02 +08:00
getList();
};
const changeSize = (val) => {
pageData.pageConfiger.pageSize = val;
getList();
};
// 获取列表
2025-07-08 13:51:06 +08:00
const getList = () => {
pageData.tableConfiger.loading = true;
2025-05-21 10:24:02 +08:00
let data = { ...pageData.pageConfiger, ...queryFrom.value };
2025-07-12 16:43:04 +08:00
qcckGet(data, "/mosty-gsxt/tbGsxtZdqt/selectPage").then((res) => {
pageData.tableData = res.records || [];
pageData.total = res.total;
pageData.tableConfiger.loading = false;
}).catch(() => {
pageData.tableConfiger.loading = false;
});
2025-05-21 10:24:02 +08:00
};
2025-07-08 13:51:06 +08:00
// 详情
2025-05-21 10:24:02 +08:00
const addEdit = (type, row) => {
2025-07-07 19:47:22 +08:00
show.value = true;
2025-07-08 13:51:06 +08:00
visible.value = false;
2025-07-07 19:47:22 +08:00
nextTick(() => {
editFormDiloag.value.init(type, row);
});
2025-05-21 10:24:02 +08:00
};
2025-07-08 13:51:06 +08:00
const chooseData = (data) => {
ids.value = Array.isArray(data) ? data.map((item) => item.id) : [];
choosList.value = Array.isArray(data) ? data : [];
};
// 选择申请数据数据
const handleApplication = () => {
2025-07-12 16:43:04 +08:00
if (ids.value.length === 0)return ElMessage.error("请先选择需要布控的重点群体");
qcckPost({ ids: ids.value }, "/mosty-gsxt/tbGsxtZdqt/addBksq").then(() => {
ElMessage.success("申请成功");
visible.value = false;
getList();
}).catch(() => {
ElMessage.error("布控申请失败");
});
2025-07-08 13:51:06 +08:00
};
const handleUserSelected = (val) => {
obj.value.fpmc = val[0].userName;
obj.value.fpid = val[0].id;
};
2025-07-12 16:43:04 +08:00
2025-07-08 13:51:06 +08:00
const handlefp = () => {
2025-07-12 16:43:04 +08:00
if (ids.value.length === 0) return ElMessage.error("请先选择需要分配的重点群体");
qcckPost({ ids: ids.value, uid: obj.value.fpid },"/mosty-gsxt/tbGsxtZdqt/addGkmj").then(() => {
ElMessage.success("分配成功");
visible.value = false;
visiblefp.value = false;
getList();
}).catch(() => {
ElMessage.error("分配失败");
});
2025-07-08 13:51:06 +08:00
};
// 移交管控
const handleMove = () => {
2025-07-12 16:43:04 +08:00
if (ids.value.length === 0) return ElMessage.error("请先选择需要移交管控的重点群体");
proxy.$confirm("是否确定移交?", "警告", { type: "warning" }).then(() => {
qcckPost({ ids: ids.value }, "/mosty-gsxt/tbGsxtZdqt/addSfyj").then(() => {
ElMessage.success("移交管控成功");
getList();
}).catch(() => {
ElMessage.error("移交管控失败");
});
}).catch(() => { });
2025-07-08 13:51:06 +08:00
};
const handleZxs = () => {
if (ids.value.length === 0) return ElMessage.error("请先选择需要转线索的重点群体");
showzxs.value = true;
nextTick(() => {
zxsDilof.value.init(choosList.value);
});
};
2025-07-12 16:43:04 +08:00
// 删除数据
const deleteRow = (id) =>{
proxy.$confirm("确定要删除", "警告", { type: "warning" }).then(() => {
qcckDelete({}, "/mosty-gsxt/tbGsxtZdqt/" + id).then(() => {
proxy.$message({ type: "success", message: "删除成功" });
getList();
});
})
}
2025-05-21 10:24:02 +08:00
// 表格高度计算
const tabHeightFn = () => {
2025-07-12 16:43:04 +08:00
pageData.tableHeight = window.innerHeight - searchBox.value.offsetHeight - 250;
2025-05-21 10:24:02 +08:00
window.onresize = function () {
tabHeightFn();
};
};
2025-07-12 16:43:04 +08:00
defineExpose({});
2025-05-21 10:24:02 +08:00
</script>
2025-07-20 16:02:24 +08:00
<style lang="scss" scoped>
.marks{
padding: 0 4px;
white-space: nowrap;
background: #73acf1;
border-radius: 4px;
color: #fff;
}
</style>
<style>
2025-05-21 10:24:02 +08:00
.el-loading-mask {
background: rgba(0, 0, 0, 0.5) !important;
}
2025-07-07 20:24:43 +08:00
2025-05-21 10:24:02 +08:00
</style>