Files
sgxt_web/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index.vue
2025-06-17 20:04:43 +08:00

352 lines
9.6 KiB
Vue

<template>
<div>
<div class="titleBox">
<PageTitle title="人力情报信息采集流转">
<el-button type="primary" @click="addEdit('add', '')">
<el-icon style="vertical-align: middle"><CirclePlus /></el-icon>
<span style="vertical-align: middle">新增</span>
</el-button>
<el-button type="danger" @click="addEdit('add', '')">
<el-icon style="vertical-align: middle"><Dete /></el-icon>
<span style="vertical-align: middle">批量删除</span>
</el-button>
<el-button type="primary">
<span style="vertical-align: middle">导出</span>
</el-button>
</PageTitle>
</div>
<!-- 搜索 -->
<div ref="searchBox">
<Search
:searchArr="searchConfiger"
@submit="onSearch"
:key="pageData.keyCount"
/>
</div>
<!-- 表格 -->
<div class="tabBox">
<MyTable
:tableData="pageData.tableData"
:tableColumn="pageData.tableColumn"
:tableHeight="pageData.tableHeight"
:key="pageData.keyCount"
:tableConfiger="pageData.tableConfiger"
:controlsWidth="pageData.controlsWidth"
@chooseData="chooseData"
>
<template #xsLy="{ row }">
<DictTag :tag="false" :value="row.xsLy" :options="D_GS_XS_LY" />
</template>
<template #xsFxdj="{ row }">
<DictTag :tag="false" :value="row.xsFxdj" :options="D_GS_XS_FXDJ" />
</template>
<template #xsQtlx="{ row }">
<DictTag :tag="false" :value="row.xsQtlx" :options="D_GS_ZDQT_LB" />
</template>
<template #xsZtCz="{ row }">
<DictTag :tag="false" :value="row.xsZtCz" :options="D_GS_XS_CZZT" />
</template>
<template #xsZt="{ row }">
<DictTag :tag="false" :value="row.xsZt" :options="D_GS_XS_ZT" />
</template>
<!-- 操作 -->
<template #controls="{ row }">
<el-link size="small" type="success" @click="addEdit('edit', row)"
>编辑</el-link
>
<el-link
size="small"
type="plain"
@click="addEdit('leadDetails', row)"
>线索详情</el-link
>
<el-link
size="small"
type="warning"
@click="addEdit('reportDetails', row)"
v-if="row.sfBjsb == 1"
>上报详情</el-link
>
<el-link
size="small"
type="primary"
@click="addEdit('report', row)"
v-if="row.sfBjsb == 0"
>上报</el-link
>
<el-link size="small" type="danger" @click="deleteRow(row)"
>删除</el-link
>
<el-link
size="small"
type="warning"
@click="transferClue(row)"
v-if="row.xsZt == '01'"
>采纳</el-link
>
</template>
</MyTable>
<Pages
@changeNo="changeNo"
@changeSize="changeSize"
:tableHeight="pageData.tableHeight"
:pageConfiger="{
...pageData.pageConfiger,
total: pageData.total
}"
></Pages>
</div>
<!-- 详情 -->
<DetailForm ref="detailDiloag" @getList="getList" />
<el-dialog v-model="dialogVisible" title="是否采纳" width="500px">
<span>是否采纳该条数据</span>
<template #footer>
<div class="dialog-footer">
<el-button @click="dialogVisible = false">取消</el-button>
<el-button type="primary" @click="submitClue"> 确定 </el-button>
</div>
</template>
</el-dialog>
</div>
</template>
<script setup>
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 DetailForm from "./components/addForm.vue";
import { qcckGet, qcckPost, qcckDelete } from "@/api/qcckApi.js";
import { reactive, ref, onMounted, getCurrentInstance } from "vue";
const { proxy } = getCurrentInstance();
const { D_GS_XS_LY, D_GS_XS_FXDJ, D_GS_ZDQT_LB, D_GS_XS_CZZT, D_GS_XS_ZT } =
proxy.$dict(
"D_GS_XS_LY",
"D_GS_XS_FXDJ",
"D_GS_ZDQT_LB",
"D_GS_XS_CZZT",
"D_GS_XS_ZT"
); //获取字典数据
const dialogTitle = ref("新增信息"); //弹窗标题
const detailDiloag = ref();
const searchBox = ref(); //搜索框
const dialogVisible = ref(false);
const transferClueId = ref();
const searchConfiger = ref([
{
label: "线索名称",
prop: "xsMc",
placeholder: "请输入线索名称",
showType: "input"
},
{
label: "线索内容",
prop: "xsNr",
placeholder: "请输入线索内容",
showType: "input"
},
{
label: "线索大类",
prop: "xsDl",
placeholder: "请选择线索大型",
showType: "input"
},
{
label: "线索细类",
prop: "xsXl",
placeholder: "请选择线索细类",
showType: "input"
},
{
label: "线索来源",
prop: "xsLy",
placeholder: "请选择线索来源",
showType: "select",
options: D_GS_XS_LY
},
{
label: "线索风险等级",
prop: "xsFxdj",
placeholder: "请选择线索风险等级",
showType: "select",
options: D_GS_XS_FXDJ
}
]);
const pageData = reactive({
tableData: [
{
clueNo: "GBJD01",
clueTitle: "工布江达重点人",
clueType: "涉稳",
clueSource: "系统新增",
riskLevel: "高级",
startTime: "2025/05/05",
endTime: "2025/05/05",
targetLocation: "林芝",
clueContent: "涉稳",
attachmentType: "重点人群",
attachmentName: "林芝公安局",
reportUnit: "林芝公安局",
reportTime: "2025/05/05",
involvedCount: 2,
status: "未处置",
xsZt: "01"
},
{
clueNo: "GBJD01",
clueTitle: "工布江达重点人",
clueType: "涉稳",
clueSource: "系统新增",
riskLevel: "中级",
startTime: "2025/05/05",
endTime: "2025/05/05",
targetLocation: "林芝",
clueContent: "涉稳",
attachmentType: "重点人群",
attachmentName: "林芝公安局",
reportUnit: "林芝公安局",
reportTime: "2025/05/05",
involvedCount: 2,
status: "处置中"
},
{
clueNo: "GBJD01",
clueTitle: "工布江达重点人",
clueType: "涉稳",
clueSource: "系统新增",
riskLevel: "低级",
startTime: "2025/05/05",
endTime: "2025/05/05",
targetLocation: "林芝",
clueContent: "涉稳",
attachmentType: "重点人群",
attachmentName: "林芝公安局",
reportUnit: "林芝公安局",
reportTime: "2025/05/05",
involvedCount: 2,
status: "已处置"
}
],
keyCount: 0,
tableConfiger: {
rowHieght: 61,
showSelectType: "checkBox",
loading: false
},
total: 0,
pageConfiger: {
pageSize: 20,
pageCurrent: 1
},
controlsWidth: 350,
tableColumn: [
{ label: "线索编号", prop: "xsBh" },
{ label: "线索名称", prop: "xsMc" },
// { label: "线索类型", prop: "xsQtlx", options: D_GS_ZDQT_LB },
{ label: "线索来源", prop: "xsLy", showSolt: true },
{ label: "风险等级", prop: "xsFxdj", showSolt: true },
{ label: "开始时间", prop: "startTime" },
{ label: "结束时间", prop: "endTime" },
{ label: "指向地点", prop: "xsZxdd" },
{ label: "线索内容", prop: "xsNr" },
{ label: "群体类型", prop: "xsQtlx", showSolt: true },
{ label: "群体名称", prop: "xsQtmc" },
{ label: "上报单位", prop: "sbDwMc" },
{ label: "上报时间", prop: "sbSj" },
{ label: "涉及人数", prop: "xsSjrs" },
{ label: "附件", prop: "xsFj" },
{
label: "处置状态",
prop: "xsZtCz",
showSolt: true
},
{ label: "状态", prop: "xsZt", showSolt: true }
]
});
const queryFrom = ref({});
onMounted(() => {
getList();
tabHeightFn();
});
//选择类型
const handleType = (val) => {
pageData.keyCount++;
pageData.pageConfiger.pageCurrent = 1;
getList();
};
// 搜索
const onSearch = (val) => {
queryFrom.value = { ...val };
pageData.pageConfiger.pageCurrent = 1;
getList();
};
//采纳
const transferClue = (row) => {
dialogVisible.value = true;
transferClueId.value = row.id;
};
const submitClue = () => {
dialogVisible.value = false;
qcckGet({}, "/mosty-gsxt/tbGsxtXs/adopt/" + transferClueId.value)
.then((res) => {
proxy.$message({ type: "success", message: "采纳成功" });
getList();
transferClueId.value = "";
})
.catch(() => {
transferClueId.value = "";
});
};
const changeNo = (val) => {
pageData.pageConfiger.pageNum = val;
getList();
};
const changeSize = (val) => {
pageData.pageConfiger.pageSize = val;
getList();
};
// 获取列表
const getList = (val) => {
// pageData.tableConfiger.loading = true;
let data = { ...pageData.pageConfiger, ...queryFrom.value };
let url = "/mosty-gsxt/tbGsxtXs/selectPage";
qcckGet(data, url)
.then((res) => {
pageData.tableData = res.records || [];
pageData.total = res.total;
pageData.tableConfiger.loading = false;
})
.catch(() => {
pageData.tableConfiger.loading = false;
});
};
// 详情
const addEdit = (type, row) => {
detailDiloag.value.init(type, row);
};
// 表格高度计算
const tabHeightFn = () => {
pageData.tableHeight =
window.innerHeight - searchBox.value.offsetHeight - 250;
window.onresize = function () {
tabHeightFn();
};
};
</script>
<style>
.el-loading-mask {
background: rgba(0, 0, 0, 0.5) !important;
}
</style>