From 6994b666926539de61706444055616b11dc33727 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Wed, 14 Jan 2026 17:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ChooseList/ChooseNJBAY/index.vue | 210 ++++++++++++++++++ .../trainingCompanyNjgl/components/shForm.vue | 138 ++++++++++++ .../trainingCompanyNjsp/components/steps.vue | 40 ---- .../Training/trainingCompanyNjsp/index.vue | 11 - 4 files changed, 348 insertions(+), 51 deletions(-) create mode 100644 src/components/ChooseList/ChooseNJBAY/index.vue create mode 100644 src/views/Training/trainingCompanyNjgl/components/shForm.vue delete mode 100644 src/views/Training/trainingCompanyNjsp/components/steps.vue diff --git a/src/components/ChooseList/ChooseNJBAY/index.vue b/src/components/ChooseList/ChooseNJBAY/index.vue new file mode 100644 index 0000000..64e4ac7 --- /dev/null +++ b/src/components/ChooseList/ChooseNJBAY/index.vue @@ -0,0 +1,210 @@ + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/Training/trainingCompanyNjgl/components/shForm.vue b/src/views/Training/trainingCompanyNjgl/components/shForm.vue new file mode 100644 index 0000000..1057af9 --- /dev/null +++ b/src/views/Training/trainingCompanyNjgl/components/shForm.vue @@ -0,0 +1,138 @@ + + + + + + + 通过 + 不通过 + + + + + + + 取消 + 提交 + + + + + + + + + diff --git a/src/views/Training/trainingCompanyNjsp/components/steps.vue b/src/views/Training/trainingCompanyNjsp/components/steps.vue deleted file mode 100644 index d1b30e1..0000000 --- a/src/views/Training/trainingCompanyNjsp/components/steps.vue +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - 取消 - 上报 - - - - - - - - diff --git a/src/views/Training/trainingCompanyNjsp/index.vue b/src/views/Training/trainingCompanyNjsp/index.vue index 946538f..b3ca47d 100644 --- a/src/views/Training/trainingCompanyNjsp/index.vue +++ b/src/views/Training/trainingCompanyNjsp/index.vue @@ -19,7 +19,6 @@ - 上报分局 详情 @@ -30,8 +29,6 @@ - - @@ -41,16 +38,13 @@ import MyTable from "@/components/aboutTable/MyTable.vue"; import Pages from "@/components/aboutTable/Pages.vue"; import Search from "@/components/aboutTable/Search.vue"; import AddForm from "./components/addForm.vue"; -import Steps from "./components/steps.vue"; import {getItem} from '@/utils/storage.js' import { qcckPost } from "@/api/qcckApi.js"; import { reactive, ref, onMounted, getCurrentInstance, nextTick } from "vue"; import { ElMessage } from "element-plus"; const { proxy } = getCurrentInstance(); const { D_BZ_WHCD,D_BA_SPZT } = proxy.$dict("D_BZ_WHCD",'D_BA_SPZT'); -const RefSteap = ref(); const addFormRef = ref(); -const shForm = ref(); const searchBox = ref(); //搜索框 const selectedRows = ref([]); const searchConfiger = ref([ @@ -90,7 +84,6 @@ const pageData = reactive({ { label: "培训人员", prop: "totalPersonCount" }, { label: "已签到人员", prop: "checkedInPersonCount", showOverflowTooltip: true }, { label: "未签到人员", prop: "notCheckedInPersonCount" }, - { label: "是否上报分县局", prop: "rzsj" }, ] }); onMounted(() => { @@ -139,10 +132,6 @@ const onBatchAudit = (type, row) => { }; -// 详情 -const dendDep = (row) => { - RefSteap.value.init(row); -}; // 表格高度计算