diff --git a/src/views/Training/trainingCompanyNjsp/components/steps.vue b/src/views/Training/trainingCompanyNjsp/components/steps.vue
new file mode 100644
index 0000000..d1b30e1
--- /dev/null
+++ b/src/views/Training/trainingCompanyNjsp/components/steps.vue
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+ 取消
+ 上报
+
+
+
+
+
+
+
+
diff --git a/src/views/Training/trainingCompanyNjsp/index.vue b/src/views/Training/trainingCompanyNjsp/index.vue
index b3ca47d..e13ddda 100644
--- a/src/views/Training/trainingCompanyNjsp/index.vue
+++ b/src/views/Training/trainingCompanyNjsp/index.vue
@@ -19,6 +19,7 @@
+ 上报分局
详情
@@ -29,6 +30,8 @@
+
+
@@ -38,13 +41,16 @@ 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([
@@ -132,6 +138,10 @@ const onBatchAudit = (type, row) => {
};
+// 详情
+const dendDep = (row) => {
+ RefSteap.value.init(row);
+};
// 表格高度计算