From 48bf07ab0f322158fde4fcbdb8620f88fc15c482 Mon Sep 17 00:00:00 2001
From: Esacpe <1113279529@qq.com>
Date: Tue, 13 Jan 2026 17:34:28 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../securityNjsp/components/addSp.vue | 100 +++++++++
.../components/detailForm.vue | 210 ++++++++++++++++++
.../trainingCompanyNjgl/components/steps.vue | 105 +++++++++
.../Training/trainingCompanyNjgl/index.vue | 182 +++++++++++++++
.../components/addForm.vue | 93 ++++++++
.../components/detailForm.vue | 201 +++++++++++++++++
.../trainingCompanyNjsp/components/steps.vue | 105 +++++++++
.../Training/trainingCompanyNjsp/index.vue | 171 ++++++++++++++
8 files changed, 1167 insertions(+)
create mode 100644 src/views/Training/securityNjsp/components/addSp.vue
create mode 100644 src/views/Training/trainingCompanyNjgl/components/detailForm.vue
create mode 100644 src/views/Training/trainingCompanyNjgl/components/steps.vue
create mode 100644 src/views/Training/trainingCompanyNjgl/index.vue
create mode 100644 src/views/Training/trainingCompanyNjsp/components/addForm.vue
create mode 100644 src/views/Training/trainingCompanyNjsp/components/detailForm.vue
create mode 100644 src/views/Training/trainingCompanyNjsp/components/steps.vue
create mode 100644 src/views/Training/trainingCompanyNjsp/index.vue
diff --git a/src/views/Training/securityNjsp/components/addSp.vue b/src/views/Training/securityNjsp/components/addSp.vue
new file mode 100644
index 0000000..56d9aa2
--- /dev/null
+++ b/src/views/Training/securityNjsp/components/addSp.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Training/trainingCompanyNjgl/components/detailForm.vue b/src/views/Training/trainingCompanyNjgl/components/detailForm.vue
new file mode 100644
index 0000000..5b1f068
--- /dev/null
+++ b/src/views/Training/trainingCompanyNjgl/components/detailForm.vue
@@ -0,0 +1,210 @@
+
+
+
+
+
+
+ -
+
+ {{ detail.shzt == 0 ? '待审核' : detail.shzt == 1 ? '通过' : '驳回' }}
+
+
+
+
+ {{ detail.ssbakk }}
+ {{ detail.njnf }}
+ {{ detail.xm }}
+
+ {{ detail.sfzhm }}
+ {{ detail.nl }}
+ {{ detail.dh }}
+
+
+
+
+
+
+ {{ detail.jg }}
+
+
+
+
+ {{ detail.zsbh }}
+ {{ detail.sgxkhm }}
+
+
+
+
+ {{ detail.fwxymc }}
+ {{ detail.rzsj }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ detail.auditTime }}
+ {{ detail.issuingAuthority }}
+ {{ detail.issueDate }}
+
+ {{ detail.rejectReason }}
+
+
+
+
+
+
+
+
diff --git a/src/views/Training/trainingCompanyNjgl/components/steps.vue b/src/views/Training/trainingCompanyNjgl/components/steps.vue
new file mode 100644
index 0000000..da5e4f7
--- /dev/null
+++ b/src/views/Training/trainingCompanyNjgl/components/steps.vue
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
diff --git a/src/views/Training/trainingCompanyNjgl/index.vue b/src/views/Training/trainingCompanyNjgl/index.vue
new file mode 100644
index 0000000..861f3f6
--- /dev/null
+++ b/src/views/Training/trainingCompanyNjgl/index.vue
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 立即审核
+ 审核流程
+ 详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/Training/trainingCompanyNjsp/components/addForm.vue b/src/views/Training/trainingCompanyNjsp/components/addForm.vue
new file mode 100644
index 0000000..0e821ae
--- /dev/null
+++ b/src/views/Training/trainingCompanyNjsp/components/addForm.vue
@@ -0,0 +1,93 @@
+
+
+
+
+
+
培训人员
+
+
+
+
+
+
+ 审核流程
+ 详情
+
+
+
+ 保存
+ 关闭
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Training/trainingCompanyNjsp/components/detailForm.vue b/src/views/Training/trainingCompanyNjsp/components/detailForm.vue
new file mode 100644
index 0000000..004c611
--- /dev/null
+++ b/src/views/Training/trainingCompanyNjsp/components/detailForm.vue
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+ {{ detail.ssbakk }}
+ {{ detail.njnf }}
+ {{ detail.xm }}
+
+ {{ detail.sfzhm }}
+ {{ detail.dh }}
+ {{ detail.xb }}
+
+ {{ detail.ssbakk }}
+ {{ detail.njnf }}
+ {{ detail.xm }}
+
+ {{ detail.sfzhm }}
+ {{ detail.dh }}
+ {{ detail.xb }}
+ {{ detail.mz }}
+ {{ detail.nl }}
+ {{ detail.jg }}
+ {{ detail.whcd }}
+
+ {{ detail.zsbh }}
+ {{ detail.sgxkhm }}
+ {{ detail.fwxy }}
+
+ {{ detail.fwxymc }}
+ {{ detail.rzsj }}
+ {{ detail.zzmm }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ detail.fqjg }}
+ {{ detail.fqsj }}
+ {{ detail.qdzt }}
+ {{ detail.qdsj }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/Training/trainingCompanyNjsp/components/steps.vue b/src/views/Training/trainingCompanyNjsp/components/steps.vue
new file mode 100644
index 0000000..da5e4f7
--- /dev/null
+++ b/src/views/Training/trainingCompanyNjsp/components/steps.vue
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
diff --git a/src/views/Training/trainingCompanyNjsp/index.vue b/src/views/Training/trainingCompanyNjsp/index.vue
new file mode 100644
index 0000000..6eaebe6
--- /dev/null
+++ b/src/views/Training/trainingCompanyNjsp/index.vue
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 审核流程
+ 详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+