diff --git a/src/router/index.js b/src/router/index.js index 248b010..53585db 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -356,12 +356,7 @@ export const publicRoutes = [ // component: () => import("@/views/backOfficeSystem/HumanIntelligence/FollowLeads/index"), // meta: { title: "转线索列表", icon: "article-create" }, // }, - { - path: "/socialInformationCrculatec", - name: "recombinantSynthesis", - component: () => import("@/views/backOfficeSystem/HumanIntelligence/ConversionSynthesis/index"), - meta: { title: "转合成列表", icon: "article-create" }, - }, + // { // path: "/CollectPoints", // name: "CollectPoints", @@ -371,21 +366,13 @@ export const publicRoutes = [ // icon: "article-create" // } // }, - { - path: "/transferConsultationList", - name: "transferConsultationList", - component: () => import("@/views/backOfficeSystem/transferConsultationList/index.vue"), - meta: { - title: "转会商列表", - icon: "article-create" - } - }, + { path: "/supplementReportList", name: "supplementReportList", component: () => import("@/views/backOfficeSystem/supplementReportList/index.vue"), meta: { - title: "补充/续报列表", + title: "补充续报", icon: "article-create" } }, @@ -398,15 +385,15 @@ export const publicRoutes = [ icon: "article-create" } }, - { - path: "/InformationReporting", - name: "InformationReporting", - component: () => import("@/views/backOfficeSystem/InformationReporting/index.vue"), - meta: { - title: "蜂群信息上报", - icon: "article-create" - } - }, + // { + // path: "/InformationReporting", + // name: "InformationReporting", + // component: () => import("@/views/backOfficeSystem/InformationReporting/index.vue"), + // meta: { + // title: "蜂群信息", + // icon: "article-create" + // } + // }, // { // path: "/MakeAcomment", // name: "MakeAcomment", @@ -975,6 +962,21 @@ export const publicRoutes = [ icon: "article-ranking" }, children: [ + { + path: "/socialInformationCrculatec", + name: "recombinantSynthesis", + component: () => import("@/views/backOfficeSystem/HumanIntelligence/ConversionSynthesis/index"), + meta: { title: "转合成列表", icon: "article-create" }, + }, + { + path: "/transferConsultationList", + name: "transferConsultationList", + component: () => import("@/views/backOfficeSystem/transferConsultationList/index.vue"), + meta: { + title: "转会商列表", + icon: "article-create" + } + }, { path: "/DatAcquisition", name: "DatAcquisition", diff --git a/src/utils/request.js b/src/utils/request.js index 7ed876d..94d82d3 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -44,9 +44,11 @@ service.interceptors.response.use( const { success, code, msg, message, data, model } = response.data; // 需要判断当前请求是否成功 if (success && code === 10000) { - return data ? data : response.data; // 成功后返回解析后的数据 + return data || [null,0,undefined,''].includes(data) ? data : response.data; // 成功后返回解析后的数据 + // return data ? data : response.data; // // 成功后返回解析后的数据 } else if (code === 200 || code == "00000" || code == "10000" || msg == 'success' || model || response.data.success == true) { - return data ? data : response.data; // // 成功后返回解析后的数据 + return data || [null,0,undefined,''].includes(data) ? data : response.data; // 成功后返回解析后的数据 + // return data ? data : response.data; // // 成功后返回解析后的数据 } else if (code === 401) { store.dispatch('user/logout'); ElMessage.error(message); // 提示错误信息 diff --git a/src/views/backOfficeSystem/HumanIntelligence/FollowLeads/index.vue b/src/views/backOfficeSystem/HumanIntelligence/FollowLeads/index.vue index 9bc4238..8c62747 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/FollowLeads/index.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/FollowLeads/index.vue @@ -90,13 +90,14 @@ const pageData = reactive({ pageSize: 20, pageCurrent: 1 }, - controlsWidth: 240, + controlsWidth: 100, tableColumn: [ - { label: "情报标题", prop: "qbmc" }, + { label: "情报标题", prop: "qbmc",width:250 }, + { label: "编号", prop: "xsBh",width:190 }, // { label: "情报类型", prop: "qblx", showSolt: true }, // { label: "情报来源", prop: "cjlx", showSolt: true }, - { label: "转线索时间", prop: "zxssj" }, - { label: "情报内容", prop: "qbnr" }, + { label: "转线索时间", prop: "zxssj",width:190 }, + { label: "情报内容", prop: "qbnr",width:190 }, { label: "所属部门", prop: "ssbm" }, ] }); diff --git a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/addForm.vue b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/addForm.vue index f9e7de3..2f3fba6 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/addForm.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/addForm.vue @@ -14,11 +14,13 @@ diff --git a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/index.vue b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/index.vue index 6583339..0b0bfa9 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/index.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/index.vue @@ -1,641 +1,21 @@ - - - - - + \ No newline at end of file diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/dolog/hzd.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/dolog/hzd.vue index 237b973..ae3d72e 100644 --- a/src/views/backOfficeSystem/IntelligentControl/myControl/components/dolog/hzd.vue +++ b/src/views/backOfficeSystem/IntelligentControl/myControl/components/dolog/hzd.vue @@ -19,34 +19,34 @@ 布控来源 - {{ listQuery.ly }} + {{ listQuery.ly }} 布控范围 - 全市;工布江达县 + 全市;工布江达县 布控级别 - {{ listQuery.dj }} + {{ listQuery.dj }} 处置要求 - {{ listQuery.czyq }} + {{ listQuery.czyq }} 经办人员 - {{ listQuery.bkcjrXm }} + {{ listQuery.bkcjrXm }} 联系方式 - +
{{ listQuery.lxfs }}
布控理由 - +
{{ listQuery.bkSy }}
执法依据 - +
{{ listQuery.zfyj }}
@@ -68,8 +68,7 @@ 备注: - -
{{ listQuery.bz }}
+
{{ listQuery.bz }}
@@ -260,4 +259,10 @@ const exportWord = () => { .hzd-table td[colspan="3"] { width: calc(100% - 150px); } + + + + + diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/index.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/index.vue index 6c2bf20..995c3f2 100644 --- a/src/views/backOfficeSystem/IntelligentControl/myControl/index.vue +++ b/src/views/backOfficeSystem/IntelligentControl/myControl/index.vue @@ -55,7 +55,7 @@ - 回执单 + 回执单 详情 删除 diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/index.vue index 0d63d53..6ea4970 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/index.vue @@ -122,6 +122,7 @@ const searchConfiger = ref( { label: "部门", prop: 'ssbmdm', placeholder: "请选择部门", showType: "department" }, { label: "级别", prop: 'bqys', placeholder: "请选择级别", showType: "select" ,options: D_BZ_YJJB}, { label: "积分段", prop: 'jfd', placeholder: "请选择积分段", showType: "Slot" }, + { label: "预警时间", prop: 'times', showType: "datetimerange" }, ]); const detailRef = ref() @@ -188,6 +189,8 @@ const handleCzjy = (row) => { // 搜索 const onSearch = (val) => { queryFrom.value = { ...queryFrom.value,...val }; + queryFrom.value.startTime = val.times ? val.times[0] : '' + queryFrom.value.endTime = val.times ? val.times[1] : '' pageData.pageConfiger.pageCurrent = 1; getList() } @@ -210,6 +213,7 @@ const getList = () => { pageCurrent: pageData.pageConfiger.pageCurrent, pageSize: pageData.pageConfiger.pageSize } + delete promes.times; qcckGet(promes, '/mosty-gsxt/yjzxXwyj/getPageList').then((res) => { pageData.total = res.total || 0; pageData.tableConfiger.loading = false; diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue index 28874f8..2f1b770 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index.vue @@ -114,6 +114,7 @@ const searchConfiger = ref([ { label: "部门", prop: 'ssbmdm', placeholder: "请选择部门", showType: "department" }, { label: "级别", prop: 'bqys', placeholder: "请选择级别", showType: "select", options: D_BZ_YJJB }, { label: "积分段", prop: 'jfd', placeholder: "请选择积分段", showType: "Slot" }, + { label: "预警时间", prop: 'times', showType: "datetimerange" }, ]); const queryFrom = ref({}); @@ -168,6 +169,8 @@ const handleCzjy = (row) => { const onSearch = (val) => { queryFrom.value = { ...queryFrom.value, ...val }; + queryFrom.value.startTime = val.times ? val.times[0] : '' + queryFrom.value.endTime = val.times ? val.times[1] : '' pageData.pageConfiger.pageCurrent = 1; getList(); }; @@ -195,6 +198,7 @@ const getList = () => { pageCurrent: pageData.pageConfiger.pageCurrent, pageSize: pageData.pageConfiger.pageSize } + delete promes.times; tbYjxxGetZbtj(promes).then((res) => { pageData.tableData = res.records || []; diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index.vue index 5af3948..9387188 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index.vue @@ -70,8 +70,8 @@ import { holographicProfileJump } from "@/utils/tools.js" const searchConfiger = ref( [ { label: "预警级别", prop: 'yjjbList', placeholder: "请输入姓名", showType: "select", options: D_BZ_YJJB }, - { label: "来源类型", prop: 'yjlxList', placeholder: "请输入身份证号码", showType: "select", options: D_BZ_YJLY }, - { label: "部门", prop: 'ssdmdm', showType: "department"}, + { label: "来源类型", prop: 'yjlxList', placeholder: "请输入身份证号码", showType: "select", options: D_BZ_YJLY,multiple:true }, + { label: "部门", prop: 'ssbmdm', showType: "department"}, { label: "时间", prop: 'timeRange', showType: "datetimerange"}, ]); @@ -92,7 +92,7 @@ const pageData = reactive({ }, //分页 controlsWidth: 160, //操作栏宽度 tableColumn: [ - { label: "预警图片", prop: "yjtp", showSolt: true, width: 120 }, + { label: "预警图片", prop: "yjtp", showSolt: true, width: 100 }, { label: "姓名", prop: "ryxm" }, { label: "身份证号", prop: "rysfzh", width: 170 }, { label: "预警标签", prop: "yjbq", width: 120 }, diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/index.vue index e7150e2..1c8473b 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/index.vue @@ -105,6 +105,7 @@ const searchConfiger = ref([ { label: "部门", prop: 'ssbmdm', placeholder: "请选择部门", showType: "department" }, { label: "级别", prop: 'bqys', placeholder: "请选择级别", showType: "select", options: D_BZ_YJJB }, { label: "积分段", prop: 'jfd', placeholder: "请选择积分段", showType: "Slot" }, + { label: "预警时间", prop: 'times', showType: "datetimerange" }, ]); const permission_sfqs = ref(false) @@ -157,6 +158,8 @@ onMounted(() => { const onSearch = (val) => { queryFrom.value = { ...queryFrom.value, ...val }; + queryFrom.value.startTime = val.times ? val.times[0] : '' + queryFrom.value.endTime = val.times ? val.times[1] : '' pageData.pageConfiger.pageCurrent = 1; getList(); }; @@ -184,6 +187,7 @@ const getList = () => { pageCurrent: pageData.pageConfiger.pageCurrent, pageSize: pageData.pageConfiger.pageSize, } + delete promes.times; yjzxSfyjSelectList(params).then((res) => { pageData.tableData = Array.isArray(res?.records) ? res.records : []; pageData.tableData = pageData.tableData.map(item => { diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/scoreRanking/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/scoreRanking/index.vue index c471726..741c72d 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/scoreRanking/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/scoreRanking/index.vue @@ -45,7 +45,7 @@ @@ -114,7 +114,7 @@ const pageData = reactive({ pageSize: 20, pageCurrent: 1 }, //分页 - controlsWidth: 300, //操作栏宽度 + controlsWidth: 100, //操作栏宽度 tableColumn: [ { label: "身份分值", prop: "sffz", showSolt: true }, // { label: "预警图片", prop: "yjtp", showSlot: true, width: 100 }, diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/index.vue index 07ea87b..649e0fc 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/index.vue @@ -1,6 +1,5 @@