diff --git a/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/components/addForm.vue b/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/components/addForm.vue index 79898b1..6a818b8 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/components/addForm.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/components/addForm.vue @@ -158,7 +158,7 @@ const deleteRow = (index) =>{ const submit = () => { elform.value.submit((data) => { let url = title.value == "新增" ? "/mosty-gsxt/qbcj/add" : "/mosty-gsxt/qbcj/update"; - let params = { ...data ,ryList:pageForm.tableData,cjLx:'01'}; + let params = { ...data ,ryList:pageForm.tableData,cjLx:'0'}; params.fjdz = fjdz.value.length > 0 ? fjdz.value.join(','):''; loading.value = true; qcckPost(params, url).then((res) => { diff --git a/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index.vue b/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index.vue index 1002935..04193d4 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index.vue @@ -39,6 +39,7 @@ @@ -92,7 +93,6 @@ \ No newline at end of file diff --git a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index.vue b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index.vue index 2725446..b812e56 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index.vue @@ -2,14 +2,10 @@
- + 导出 - - - 批量删除 -
@@ -27,14 +23,22 @@ :controlsWidth="pageData.controlsWidth" @chooseData="chooseData"> - @@ -61,58 +65,23 @@ import AddForm from "./components/addForm.vue"; import { qcckGet, qcckPost, qcckDelete } from "@/api/qcckApi.js"; import { reactive, ref, onMounted, getCurrentInstance, nextTick } from "vue"; const { proxy } = getCurrentInstance(); -const {D_GS_XS_LY, D_BZ_SSZT,D_BZ_SF,D_GS_XS_LX ,D_GS_XS_QTLX,D_BZ_XB} = proxy.$dict("D_GS_XS_LY","D_BZ_SSZT","D_BZ_SF","D_GS_XS_LX","D_GS_XS_QTLX","D_BZ_XB"); //获取字典数据 +const {D_GS_XS_CZZT,D_GS_XS_LY, D_BZ_SSZT,D_BZ_SF,D_GS_XS_LX ,D_GS_XS_QTLX,D_BZ_XB,D_BZ_XSSHZT} = proxy.$dict("D_GS_XS_CZZT","D_GS_XS_LY","D_BZ_SSZT","D_BZ_SF","D_GS_XS_LX","D_GS_XS_QTLX","D_BZ_XB","D_BZ_XSSHZT"); //获取字典数据 const detailDiloag = ref(); const searchBox = ref(); //搜索框 - +const isShow = ref(false) const searchConfiger = ref([ - { label: "线索名称", prop: 'clueTitle', placeholder: "请输入线索名称", showType: "input" }, - { label: "语义关键字", prop: 'semanticKeywords', placeholder: "请输入语义关键字", showType: "input" }, - { label: "线索类型", prop: 'clueType', placeholder: "请选择线索类型", showType: "select" }, - { label: "线索来源", prop: 'clueSource', placeholder: "请选择线索来源", showType: "select" }, + { label: "线索名称", prop: 'xsMc', placeholder: "请输入线索名称", showType: "input" }, + { label: "内容关键字", prop: 'xsNr', placeholder: "请输入语义关键字", showType: "input" }, + { label: "线索类型", prop: 'xlLx', placeholder: "请选择线索类型", showType: "select" }, + { label: "线索来源", prop: 'qbLy', placeholder: "请选择线索来源", showType: "select" }, { label: "线索状态", prop: 'xszt', placeholder: "请选择线索状态", showType: "select" }, - { label: "处置状态", prop: 'czzt', placeholder: "请选择处置状态", showType: "select" }, - { label: "开始时间", prop: 'startTime', placeholder: "请选择开始时间", showType: "date" }, - { label: "结束时间", prop: 'endTime', placeholder: "请选择结束时间", showType: "date" }, - { label: "指向地点", prop: 'targetLocation', placeholder: "请输入指向地点", showType: "input" }, + { label: "开始时间", prop: 'zxkssj', placeholder: "请选择开始时间", showType: "date" }, + { label: "结束时间", prop: 'zxjssj', placeholder: "请选择结束时间", showType: "date" }, + { label: "指向地点", prop: 'zxdz', placeholder: "请输入指向地点", showType: "input" }, ]); const pageData = reactive({ - tableData: [ - { - clueNo: "XS20240101001", - clueTitle: "可疑人员活动线索", - clueType: "人员线索", - clueSource: "群众举报", - startTime: "2024-01-01 08:00:00", - endTime: "2024-01-01 18:00:00", - targetLocation: "某市某区某街道", - clueContent: "发现多名可疑人员在该区域频繁出入,疑似从事非法活动。", - attachment: "report.pdf" - }, - { - clueNo: "XS20240101002", - clueTitle: "涉毒交易线索", - clueType: "违法犯罪线索", - clueSource: "技术侦查", - startTime: "2024-01-02 10:00:00", - endTime: "2024-01-02 16:00:00", - targetLocation: "某市某区某小区", - clueContent: "监控发现多次可疑交易活动,疑似涉及违禁物品。", - attachment: "evidence.docx" - }, - { - clueNo: "XS20240101003", - clueTitle: "非法聚集线索", - clueType: "群体性事件", - clueSource: "网络监控", - startTime: "2024-01-03 14:00:00", - endTime: "2024-01-03 22:00:00", - targetLocation: "某市某广场", - clueContent: "网络平台发现有组织策划非法聚集活动的信息。", - attachment: "online_evidence.zip" - } - ], + tableData: [], keyCount: 0, tableConfiger: { rowHieght: 61, @@ -126,15 +95,17 @@ const pageData = reactive({ }, controlsWidth: 220, tableColumn: [ - { label: "线索编号", prop: "clueNo" }, - { label: "线索名称", prop: "clueTitle" }, - { label: "线索类型", prop: "clueType" }, - { label: "线索来源", prop: "clueSource" }, - { label: "开始时间", prop: "startTime" }, - { label: "结束时间", prop: "endTime" }, - { label: "指向地点", prop: "targetLocation" }, - { label: "线索内容", prop: "clueContent", width: 200 }, - { label: "附件", prop: "attachment", solt: true }, + { label: "线索编号", prop: "xsBh" }, + { label: "线索名称", prop: "xsMc" }, + { label: "线索类型", prop: "xlLx",showSolt:true }, + { label: "线索来源", prop: "qbLy",showSolt:true }, + { label: "开始时间", prop: "zxkssj" }, + { label: "结束时间", prop: "zxjssj" }, + { label: "指向地点", prop: "zxdz" }, + { label: "线索内容", prop: "xsNr"}, + { label: "处置状态", prop: "czzt",showSolt: true}, + { label: "附件", prop: "fjdz", showSolt: true }, + { label: "审核状态", prop: "shzt", showSolt: true }, ] }); @@ -145,12 +116,7 @@ onMounted(() => { tabHeightFn(); }); -//选择类型 -const handleType = (val) => { - pageData.keyCount++; - pageData.pageConfiger.pageCurrent = 1; - getList() -} + // 搜索 const onSearch = (val) =>{ queryFrom.value = {...val} @@ -169,21 +135,21 @@ const changeSize = (val) =>{ // 获取列表 const getList = (val) =>{ - // pageData.tableConfiger.loading = true; + pageData.tableConfiger.loading = true; let data = { ...pageData.pageConfiger, ...queryFrom.value }; - // let url = '/mosty-lzcj/tbDwMbkf/queryList'; - // qcckPost(data,url).then(res=>{ - // pageData.tableData = res.records || []; - // pageData.total = res.total; - // pageData.tableConfiger.loading = false; - // }).catch(()=>{ pageData.tableConfiger.loading = false; }) + qcckGet(data,'/mosty-gsxt/qbcj/selectPage').then(res=>{ + pageData.tableData = res.records || []; + pageData.total = res.total; + pageData.tableConfiger.loading = false; + }).catch(()=>{ pageData.tableConfiger.loading = false; }) } // 详情 const addEdit = (type, row) => { - nextTick(()=>{ + isShow.value = true; + setTimeout(()=>{ detailDiloag.value.init(type, row); - }) + },500) }; // 表格高度计算 diff --git a/src/views/backOfficeSystem/ResearchJudgment/MoralAnalysis/components/editAddForm.vue b/src/views/backOfficeSystem/ResearchJudgment/MoralAnalysis/components/editAddForm.vue index 054267d..89dcdbd 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/MoralAnalysis/components/editAddForm.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/MoralAnalysis/components/editAddForm.vue @@ -8,7 +8,7 @@
- +
@@ -16,7 +16,6 @@