From 4bb910d232095b9a97716c405f0dbaa385178242 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 20 Jan 2026 17:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BA=BF=E7=B4=A2=E8=90=BD?= =?UTF-8?q?=E6=A0=B8=E7=9B=AF=E5=8A=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 54 ++-- .../lamXs/components/addForm.vue | 251 ++++++++++++++++++ .../lamXs/components/xsxf.vue | 112 ++++++++ .../HumanIntelligence/lamXs/index.vue | 239 +++++++++++++++++ .../components/detailForm.vue | 4 +- 5 files changed, 636 insertions(+), 24 deletions(-) create mode 100644 src/views/backOfficeSystem/HumanIntelligence/lamXs/components/addForm.vue create mode 100644 src/views/backOfficeSystem/HumanIntelligence/lamXs/components/xsxf.vue create mode 100644 src/views/backOfficeSystem/HumanIntelligence/lamXs/index.vue diff --git a/src/router/index.js b/src/router/index.js index 3634018..e3ca4bb 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -326,11 +326,6 @@ export const publicRoutes = [ name: "openSourceList", component: () => import("@/views/backOfficeSystem/HumanIntelligence/listView/index"), meta: { title: "共享列表", icon: "article", qbjbList: '01' }, - }, { - path: "/socialInformationCrculated", - name: "changeTheClue", - component: () => import("@/views/backOfficeSystem/HumanIntelligence/FollowLeads/index"), - meta: { title: "转线索列表", icon: "article" }, }, { path: "/socialInformationCrculatec", @@ -399,15 +394,19 @@ export const publicRoutes = [ name: "ResearchJudgment", meta: { title: "线索落核盯办", icon: "article" }, children: [ - { - path: "/DatAcquisition", - name: "DatAcquisition", - component: () => import("@/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index"), - meta: { - title: "线索数据采集", - icon: "article" - } + { + path: "/socialInformationCrculated", + name: "changeTheClue", + component: () => import("@/views/backOfficeSystem/HumanIntelligence/FollowLeads/index"), + meta: { title: "线索列表", icon: "article" }, }, + { + path: "/lamXs", + name: "lamXs", + component: () => import("@/views/backOfficeSystem/HumanIntelligence/lamXs/index"), + meta: { title: "林安码线索", icon: "article" }, + }, + // 暂时不要 // { @@ -419,20 +418,13 @@ export const publicRoutes = [ // icon: "article" // } // }, + { - path: "/IntelligenceManagement", - name: "IntelligenceManagement", - component: () => import("@/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index"), - meta: { - title: "线索管理", - icon: "article" - } - }, { path: "/InstructionInformation", name: "InstructionInformation", component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/index"), meta: { - title: "线索下发管理", + title: "线索发布", icon: "article" } }, @@ -974,6 +966,24 @@ export const publicRoutes = [ icon: "article" }, children: [ + { + path: "/DatAcquisition", + name: "DatAcquisition", + component: () => import("@/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index"), + meta: { + title: "线索数据采集", + icon: "article" + } + }, + { + path: "/IntelligenceManagement", + name: "IntelligenceManagement", + component: () => import("@/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index"), + meta: { + title: "线索管理", + icon: "article" + } + }, { path: "/CollectCrculate", name: "CollectCrculate", diff --git a/src/views/backOfficeSystem/HumanIntelligence/lamXs/components/addForm.vue b/src/views/backOfficeSystem/HumanIntelligence/lamXs/components/addForm.vue new file mode 100644 index 0000000..d70f4bc --- /dev/null +++ b/src/views/backOfficeSystem/HumanIntelligence/lamXs/components/addForm.vue @@ -0,0 +1,251 @@ + + + + {{ title }}临安码线索 + + 保存 + 关闭 + + + + + + + + + + + 基础信息 + + + + + 线索内容 + + + + + 上传附件:(可附电子表格、Word文档、图像、音视频文件) + + + + + 相关人员 + 添加人员 + + + + + + + + {{ it.bqMc }} + + + + + 编辑 + 删除 + + + + + + + + + + + + + + + + + diff --git a/src/views/backOfficeSystem/HumanIntelligence/lamXs/components/xsxf.vue b/src/views/backOfficeSystem/HumanIntelligence/lamXs/components/xsxf.vue new file mode 100644 index 0000000..5eaf92c --- /dev/null +++ b/src/views/backOfficeSystem/HumanIntelligence/lamXs/components/xsxf.vue @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + diff --git a/src/views/backOfficeSystem/HumanIntelligence/lamXs/index.vue b/src/views/backOfficeSystem/HumanIntelligence/lamXs/index.vue new file mode 100644 index 0000000..a81171d --- /dev/null +++ b/src/views/backOfficeSystem/HumanIntelligence/lamXs/index.vue @@ -0,0 +1,239 @@ + + + + + + + + + 新增 + + + + + + 批量删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + 详情 + + 编辑 + 审核 + 删除 + + 线索下发 + + + + + + + + + + + + + + + diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/components/detailForm.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/components/detailForm.vue index 2487163..e46505e 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/components/detailForm.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/components/detailForm.vue @@ -84,9 +84,9 @@ const rules = reactive({ zllxr: [{ required: true, message: "请输入联系人", trigger: "blur" }], zllxdh: [{ required: true, message: "请输入联系电话", trigger: "blur" }], zsdw: [{ required: true, message: "请选择主送单位", trigger: "change" }], - csdw: [{ required: true, message: "请选择抄送单位", trigger: "change" }], + // csdw: [{ required: true, message: "请选择抄送单位", trigger: "change" }], zlnr: [{ required: true, message: "请输入指令内容", trigger: "blur" }], - glxsid: [{ required: true, message: "请选择关联线索", trigger: "change" }], + // glxsid: [{ required: true, message: "请选择关联线索", trigger: "change" }], }); // 初始化数据 const init = (type, row,) => {