diff --git a/src/router/index.js b/src/router/index.js index f4b2ca0..e0747bd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -411,15 +411,19 @@ export const publicRoutes = [ name: "ResearchJudgment", meta: { title: "线索落核盯办", icon: "article-ranking" }, children: [ - { - path: "/DatAcquisition", - name: "DatAcquisition", - component: () => import("@/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index"), - meta: { - title: "线索数据采集", - icon: "article-create" - } + { + 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" }, + }, + // 暂时不要 // { @@ -431,21 +435,14 @@ export const publicRoutes = [ // icon: "article-create" // } // }, + { - path: "/IntelligenceManagement", - name: "IntelligenceManagement", - component: () => import("@/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index"), - meta: { - title: "线索管理", - icon: "article-create" - } - }, { path: "/InstructionInformation", name: "InstructionInformation", component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/index"), meta: { - title: "线索下发管理", - icon: "article-create" + title: "线索发布", + icon: "article" } }, // { @@ -986,6 +983,24 @@ export const publicRoutes = [ icon: "article-ranking" }, 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,) => {