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 @@ + + + + + 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,) => {