From a128d2f139c42e27a04585a40dc4c3e52c91f627 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 13 Jan 2026 16:32:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BF=9D=E5=AE=89=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E9=80=81=E5=9F=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DictTag/index.vue | 5 + src/router/index.js | 18 +++ .../securityNjgl/components/detailForm.vue | 23 ++- .../securityNjgl/components/shForm.vue | 10 +- .../securityNjgl/components/steps.vue | 41 +++-- src/views/Training/securityNjgl/index.vue | 45 ++++-- .../securityNjsp/components/detailForm.vue | 146 +++++++----------- .../securityNjsp/components/steps.vue | 21 +-- src/views/Training/securityNjsp/index.vue | 26 ++-- 9 files changed, 186 insertions(+), 149 deletions(-) diff --git a/src/components/DictTag/index.vue b/src/components/DictTag/index.vue index 0361970..fe8058a 100644 --- a/src/components/DictTag/index.vue +++ b/src/components/DictTag/index.vue @@ -8,6 +8,7 @@ :key="item.value" :index="index" :class="item.elTagType" + :style="{'color': props.color}" >{{ item.label }} import("@/views/Training/trainingCompanyNjgl/index"), + meta: { + title: "公司保安员年检管理", + icon: "personnel" + } + }, + { + path: "/trainingCompanyNjsp", + name: "trainingCompanyNjsp", + component: () => import("@/views/Training/trainingCompanyNjsp/index"), + meta: { + title: "年检签到", + icon: "personnel" + } + }, ] }, { diff --git a/src/views/Training/securityNjgl/components/detailForm.vue b/src/views/Training/securityNjgl/components/detailForm.vue index d5ca7fb..ff00eda 100644 --- a/src/views/Training/securityNjgl/components/detailForm.vue +++ b/src/views/Training/securityNjgl/components/detailForm.vue @@ -11,9 +11,6 @@ {{ detail.shzt == 0 ? '待审核' : detail.shzt == 1 ? '通过' : '驳回' }} - @@ -23,18 +20,28 @@ {{ detail.sfzhm }} {{ detail.dh }} - {{ detail.xb }} - {{ detail.mz }} + + + + + + {{ detail.jg }} - {{ detail.whcd }} + + + {{ detail.zsbh }} {{ detail.sgxkhm }} - {{ detail.fwxy }} + + + {{ detail.fwxymc }} {{ detail.rzsj }} - {{ detail.zzmm }} + + +
diff --git a/src/views/Training/securityNjgl/components/shForm.vue b/src/views/Training/securityNjgl/components/shForm.vue index 80efa81..5a0a0b0 100644 --- a/src/views/Training/securityNjgl/components/shForm.vue +++ b/src/views/Training/securityNjgl/components/shForm.vue @@ -2,13 +2,6 @@
- - - - - - - 通过 @@ -51,7 +44,8 @@ const submitForm = () =>{ formRef.value.validate((valid) => { if (!valid) return; loading.value = true; - let params = { ...formData.value,ids:idsVal.value } + // // 保安公司审核 - bakk 培训公司审核 -- pxgs 公安局审核 -- gongan + let params = { ...formData.value,ids:idsVal.value,auditType:'bakk' } qcckPost(params,"/mosty-base/bans/njxx/batchAudit").then((res) => { loading.value = false; ElMessage.success("操作成功"); diff --git a/src/views/Training/securityNjgl/components/steps.vue b/src/views/Training/securityNjgl/components/steps.vue index da5e4f7..b039ce1 100644 --- a/src/views/Training/securityNjgl/components/steps.vue +++ b/src/views/Training/securityNjgl/components/steps.vue @@ -3,7 +3,9 @@
- + + +
@@ -11,18 +13,19 @@ @@ -192,17 +158,17 @@ defineExpose({ init }) font-size: 16px; margin-bottom: 20px; } - .tag_item:nth-child(1){ + .jtb_item{ border: 5px solid #FA3758; color: #FA3758; background: rgba(250,55,88,0.2); } - .tag_item:nth-child(2){ + .tgg_item{ color: #28EEBF; background: rgba(40,238,191,0.2); border: 5px solid #28EEBF; } - .tag_item:nth-child(3){ + .dsh_item{ background: rgba(0,114,255,0.2); color: #0072FF; border: 5px solid #0072FF; diff --git a/src/views/Training/securityNjsp/components/steps.vue b/src/views/Training/securityNjsp/components/steps.vue index da5e4f7..9ea5b10 100644 --- a/src/views/Training/securityNjsp/components/steps.vue +++ b/src/views/Training/securityNjsp/components/steps.vue @@ -3,7 +3,9 @@
- + + +
@@ -11,18 +13,19 @@