diff --git a/src/views/routine/enlistmentReserve/applicationForm.vue b/src/views/routine/enlistmentReserve/applicationForm.vue
index 282710a..9b4ebf0 100644
--- a/src/views/routine/enlistmentReserve/applicationForm.vue
+++ b/src/views/routine/enlistmentReserve/applicationForm.vue
@@ -546,6 +546,7 @@ export default {
this.formData.major = res.rows[0].srsMajors.majorName
this.formData.studentId = res.rows[0].stuId
this.formData.teacherName = res.rows[0].cphName
+ this.formData.deptName = res.rows[0].deptName
})
}
})
@@ -591,6 +592,7 @@ export default {
this.formData.className = res.data.className
this.formData.grade = res.data.gradeName
this.formData.teacherName = res.data.teacherName
+ this.formData.deptName = res.data.deptName
}
})
}
diff --git a/src/views/routine/enlistmentReserve/components/applicationDialog.vue b/src/views/routine/enlistmentReserve/components/applicationDialog.vue
new file mode 100644
index 0000000..8161174
--- /dev/null
+++ b/src/views/routine/enlistmentReserve/components/applicationDialog.vue
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+ 批量申请
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.dept.deptName }}
+
+
+
+
+
+ {{ scope.row.srsMajors.majorName }}
+
+
+
+
+
+ {{ scope.row.srsClass.className }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/routine/enlistmentReserve/index.vue b/src/views/routine/enlistmentReserve/index.vue
index aa84e25..ce5c944 100644
--- a/src/views/routine/enlistmentReserve/index.vue
+++ b/src/views/routine/enlistmentReserve/index.vue
@@ -49,6 +49,9 @@
发起入伍保留学籍申请
+
+ 批量发起入伍保留学籍申请
+