From 883416417ff1892ab0a1085d5d07ca01629c5b17 Mon Sep 17 00:00:00 2001 From: lcw <1878680531@qq.com> Date: Wed, 29 Apr 2026 02:23:59 +0800 Subject: [PATCH] lcw --- package.json | 2 +- src/components/common/TestDiv.vue | 1 + .../auditList/components/addForm.vue | 17 +- .../auditList/components/spdloyment.vue | 10 +- .../infoCollection/components/addForm.vue | 22 +- .../components/DetailDialog.vue | 14 +- .../components/NormalReview.vue | 77 +++--- .../components/TempReview.vue | 82 +++--- .../IntelligentControl/myControl/index.vue | 30 ++- .../components/particulars.vue | 39 ++- .../deploymentIntegration/index.vue | 4 +- .../politicalSecurity/index.vue | 12 +- .../politicalSecurity/particulars.vue | 37 ++- .../components/particulars.vue | 41 +-- .../sevenWarning/particulars.vue | 42 ++- .../conponents/AllocationUserDialog.vue | 56 +--- src/views/home/model/mesgSwitch/xq.vue | 242 +++++++++--------- 17 files changed, 338 insertions(+), 390 deletions(-) diff --git a/package.json b/package.json index e4667a7..0735159 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,5 @@ "sass-loader": "^8.0.2", "svg-sprite-loader": "^6.0.9", "vue-cli-plugin-element-plus": "0.0.13" - }, } +} diff --git a/src/components/common/TestDiv.vue b/src/components/common/TestDiv.vue index c8a3938..87027eb 100644 --- a/src/components/common/TestDiv.vue +++ b/src/components/common/TestDiv.vue @@ -82,6 +82,7 @@ const playAudioByType = (val) => { switch (val.yjlb) { case "01": case "02": + if (val.sfQs == '1') return if (val.yjJb == "01") { getAudioPlayer("18")?.play(); getAudioPlayer("17")?.play(); diff --git a/src/views/backOfficeSystem/HumanIntelligence/auditList/components/addForm.vue b/src/views/backOfficeSystem/HumanIntelligence/auditList/components/addForm.vue index f4fcf92..e46fe16 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/auditList/components/addForm.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/auditList/components/addForm.vue @@ -26,11 +26,13 @@

审核状态

-
- 市审核状态: +
+ 市审核状态: +
-
- 县审核状态: +
+ 县审核状态: +
@@ -183,7 +185,7 @@ watch(() => dialogForm.value, (val) => { { label: "情报标题", prop: "qbmc", type: "input", width: '45%' }, { label: "情报内容", prop: "qbnr", type: "textarea", width: '100%', rows: 100 }, { label: "附件上传", prop: "fjdz", type: "upload", width: '100%', isImg: false }, - { label: "", prop: "jbxx", type: "slot", width: '100%',}, + { label: "", prop: "jbxx", type: "slot", width: '100%', }, { label: "", prop: "shzt", type: "slot", width: '100%' }, ] @@ -236,7 +238,6 @@ const init = (type, row) => { // 根据id查询详情 const getDataById = (id) => { xxcjSelectByid({ id }).then((res) => { - lcList.value = res.czlcList || [] listQuery.value = res; listQuery.value.fjdz = res.fjdz ? res.fjdz?.split(",") : [] @@ -305,9 +306,7 @@ const close = () => { const lcList = ref([]) const getqbcjPldb = (id) => { - xxcjSelectCzlcList({ qbid: id }).then(res => { - console.log(res); - + xxcjSelectCzlcList({ id }).then(res => { lcList.value = res || [] }) .catch(() => { diff --git a/src/views/backOfficeSystem/HumanIntelligence/auditList/components/spdloyment.vue b/src/views/backOfficeSystem/HumanIntelligence/auditList/components/spdloyment.vue index 489b5a7..ae2af12 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/auditList/components/spdloyment.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/auditList/components/spdloyment.vue @@ -119,8 +119,8 @@ import { useRoute, useRouter } from 'vue-router' import * as MOSTY from "@/components/MyComponents/index"; const { proxy } = getCurrentInstance() -const {D_BZ_SSSHZT,D_BZ_LCZT} =proxy.$dict('D_BZ_SSSHZT','D_BZ_LCZT') -const route=useRoute() +const { D_BZ_SSSHZT, D_BZ_LCZT } = proxy.$dict('D_BZ_SSSHZT', 'D_BZ_LCZT') +const route = useRoute() const emit = defineEmits(["getList"]); const props = defineProps({ dict: Object, @@ -159,13 +159,13 @@ onMounted(() => { }) // 初始化数据 const init = () => { -const id= route.query.id + const id = route.query.id disabled.value = true fjdz.value = [] getqbcjPldb(id) getxxcjSelectListBc(id, '01') getxxcjSelectListBc(id, '02') - getDataById(id); + getDataById(id); }; // 根据id查询详情 const getDataById = (id) => { @@ -182,7 +182,7 @@ const getDataById = (id) => { const lcList = ref([]) const getqbcjPldb = (id) => { - xxcjSelectCzlcList({ qbid: id }).then(res => { + xxcjSelectCzlcList({ id: id }).then(res => { lcList.value = res || [] }) .catch(() => { diff --git a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/addForm.vue b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/addForm.vue index 9b545bb..5c86ae1 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/addForm.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/addForm.vue @@ -34,11 +34,13 @@

审核状态

-
- 市审核状态: +
+ 市审核状态: +
-
- 县审核状态: +
+ 县审核状态: +
@@ -193,7 +195,7 @@ watch(() => dialogForm.value, (val) => { { label: "情报标题", prop: "qbmc", type: "input", width: '45%' }, { label: "情报内容", prop: "qbnr", type: "textarea", width: '100%', rows: 100 }, { prop: "scfj", type: "slot", width: '100%' }, - { label: "", prop: "jbxx", type: "slot", width: '100%',}, + { label: "", prop: "jbxx", type: "slot", width: '100%', }, { label: "", prop: "shzt", type: "slot", width: '100%' }, ] } @@ -328,7 +330,7 @@ const close = () => { const lcList = ref([]) const getqbcjPldb = (id) => { - xxcjSelectCzlcList({ qbid: id }).then(res => { + xxcjSelectCzlcList({ id: id }).then(res => { console.log(res); lcList.value = res || [] }) @@ -607,11 +609,13 @@ defineExpose({ init }); height: 100%; overflow: hidden; overflow-y: auto; - .timeline-content{ + + .timeline-content { width: 100%; padding: 0 10px; box-sizing: border-box; - ::v-deep .el-timeline-item__wrapper{ + + ::v-deep .el-timeline-item__wrapper { padding-left: 21px; box-sizing: border-box; } @@ -763,7 +767,7 @@ defineExpose({ init }); font-style: italic; } -::v-deep .el-textarea.is-disabled .el-textarea__inner{ +::v-deep .el-textarea.is-disabled .el-textarea__inner { color: #333 !important; } diff --git a/src/views/backOfficeSystem/IntelligentControl/ReviewListControl/components/DetailDialog.vue b/src/views/backOfficeSystem/IntelligentControl/ReviewListControl/components/DetailDialog.vue index 317e269..fe49977 100644 --- a/src/views/backOfficeSystem/IntelligentControl/ReviewListControl/components/DetailDialog.vue +++ b/src/views/backOfficeSystem/IntelligentControl/ReviewListControl/components/DetailDialog.vue @@ -1,11 +1,5 @@ - + + + - +
@@ -77,7 +63,7 @@ import { reactive, ref, onMounted, getCurrentInstance } from "vue"; const { proxy } = getCurrentInstance(); -const { D_GS_BK_DJ, D_GS_BK_YZ, D_GS_BK_ZT, D_GS_SSYJ, D_GS_BK_NEWDX } = proxy.$dict( "D_GS_BK_DJ", "D_GS_BK_YZ", "D_GS_BK_ZT", "D_GS_SSYJ", "D_GS_BK_NEWDX" ); +const { D_GS_BK_DJ, D_GS_BK_YZ, D_GS_BK_ZT, D_GS_SSYJ, D_GS_BK_NEWDX, D_ZDRY_BKZT } = proxy.$dict("D_GS_BK_DJ", "D_GS_BK_YZ", "D_GS_BK_ZT", "D_GS_SSYJ", "D_GS_BK_NEWDX", "D_ZDRY_BKZT"); const searchBox = ref(); const searchConfiger = ref([ @@ -100,6 +86,13 @@ const searchConfiger = ref([ prop: "bkZt", placeholder: "请选择布控状态", showType: "select", + options: D_ZDRY_BKZT + }, + { + label: "审核状态", + prop: "shzt", + placeholder: "请选择审核状态", + showType: "select", options: D_GS_BK_ZT }, { @@ -142,6 +135,7 @@ const pageData = reactive({ { label: "结束时间", prop: "bkSjJs", showOverflowTooltip: true }, { label: "申请人", prop: "bkfqrXm" }, { label: "布控状态", prop: "bkZt", showSolt: true }, + { label: "审核状态", prop: "shzt", showSolt: true }, ] }); @@ -245,5 +239,4 @@ const tabHeightFn = () => { }; - + diff --git a/src/views/backOfficeSystem/IntelligentControl/ReviewListControl/components/TempReview.vue b/src/views/backOfficeSystem/IntelligentControl/ReviewListControl/components/TempReview.vue index 7b2ab4a..a63b157 100644 --- a/src/views/backOfficeSystem/IntelligentControl/ReviewListControl/components/TempReview.vue +++ b/src/views/backOfficeSystem/IntelligentControl/ReviewListControl/components/TempReview.vue @@ -2,12 +2,7 @@
- +
- -