-
资料审核状态:
-
未填写
-
通过
-
待审核
-
驳回
-
-
材料状态:
-
缺少毕业证
-
无需上传
-
, 缺新市民材料
-
-
资料审核意见:
-
{{scope.row.zlshRemark}}
+
+
+
+ 审核状态:
+ 未填写
+
+
+ 审核通过
+
+ 待审核
+
+
+ 审核驳回
+
+
+
+
+
材料状态:
+
+
+
+ 缺少毕业证
+
+
+
+ 缺新市民材料
+
+ 无需上传
+
+
+
+
+
+
+
-
-
- 录取状态:
- {{ getLabelValue(auditStatusList, scope.row.auditStatus) }}
- {{ getLabelValue(auditStatusList, scope.row.auditStatus) }}
- {{ getLabelValue(auditStatusList, scope.row.auditStatus) }}
-
-
- 录取专业:
- {{ getMajorLabelWithYears(planMajorList, scope.row.confirmedMajor, { key: 'majorCode', value: 'majorName' }) }}
-
-
- 录取时间:{{ dateFormat(scope.row.auditTime) }}
-
-
- 面试结果:{{ getLabelValue(interviewDicList, scope.row.interview) }}
- ({{ scope.row.interviewReason }})
-
-
- 证书发放:
- 未发放
- 已发放
-
-
- 发放人:
-
- {{ scope.row.sendUserName }}
-
-
+
+
+
+ {{ getLabelValue(auditStatusList, scope.row.auditStatus) }}
+
+ -
+
+
+
+
+
+
+ {{ getMajorLabelWithYears(planMajorList, scope.row.confirmedMajor, { key: 'majorCode', value: 'majorName' }) }}
+
+ -
+
+
+
+
+ {{ dateFormat(scope.row.auditTime) }}
+ -
+
+
+
+
+
+
+
{{ getLabelValue(interviewDicList, scope.row.interview) }}
+
+
+
+ {{ scope.row.interviewReason }}
+
+
+
+ -
+
+
+
+
+
+
+
{{ scope.row.isBackTz=='0' ? '未发放' : scope.row.isBackTz=='1' ? '已发放' : '-' }}
+
+ /
+
+
+
+ -
+
+
- ({{scope.row.auditorName}})
+ ({{scope.row.auditorName}})
+ -
@@ -473,7 +548,13 @@
width="90"
label="缴费状态">
- {{ getStatus(scope.row.paiedOffline) }}
+
+ {{ getStatus(scope.row.paiedOffline) }}
+
+ {{ getStatus(scope.row.paiedOffline) || '-' }}
- {{ getPushed(scope.row.pushed) }}
- {{ getPushed(scope.row.pushed) }}
+
+ {{ getPushed(scope.row.pushed) }}
+
@@ -511,7 +595,7 @@
-
+
@@ -521,11 +605,11 @@
diff --git a/src/views/recruit/recruitstudentsignup/majorChange.vue b/src/views/recruit/recruitstudentsignup/majorChange.vue
index 6253af2..b6cb46e 100644
--- a/src/views/recruit/recruitstudentsignup/majorChange.vue
+++ b/src/views/recruit/recruitstudentsignup/majorChange.vue
@@ -111,11 +111,11 @@
import { ref, reactive, nextTick } from 'vue'
import { ElNotification } from 'element-plus'
import { useMessageBox } from '/@/hooks/message'
-import { getObj, changeMajor } from '@/api/recruit/recruitstudentsignup'
-import { getList } from "@/api/recruit/recruitstudentplangroup"
-import { listByEdu } from "@/api/recruit/recruitstudentplan"
-import { getDictByType } from "@/api/contract/contract"
-import { list as scoreList } from "@/api/recruit/recruitstudentplancorrectscoreconfig"
+import { getObj, changeMajor } from '/@/api/recruit/recruitstudentsignup'
+import { getList } from "/@/api/recruit/recruitstudentplangroup"
+import { listByEdu } from "/@/api/recruit/recruitstudentplan"
+import { getDictsByTypes } from "/@/api/admin/dict"
+import { list as scoreList } from "/@/api/recruit/recruitstudentplancorrectscoreconfig"
// 消息提示 hooks
const messageBox = useMessageBox()
@@ -323,10 +323,10 @@ const init = (id: string | null) => {
dataFormRef.value?.resetFields()
if (dataForm.id) {
// 获取数据字典代办费
- getDictByType("agency_fee").then((res: any) => {
+ getDictsByTypes(["agency_fee"]).then((res: any) => {
agencyFeeList.value = res.data
// 获取数据字典学费
- getDictByType("tuition_fee").then((res: any) => {
+ getDictsByTypes(["tuition_fee"]).then((res: any) => {
tuitionFeeList.value = res.data
getObj(dataForm.id).then((response: any) => {
Object.assign(dataForm, response.data)
diff --git a/src/views/recruit/recruitstudentsignup/update.vue b/src/views/recruit/recruitstudentsignup/update.vue
index cadf814..3a99c29 100644
--- a/src/views/recruit/recruitstudentsignup/update.vue
+++ b/src/views/recruit/recruitstudentsignup/update.vue
@@ -4,14 +4,14 @@
:close-on-click-modal="false"
v-model="visible"
append-to-body
- width="90%">
+ width="1000px">
+ label-width="120px">
+ placeholder="请选择招生计划">
-
+
-
-
-
+
-
+
+
@@ -164,7 +163,7 @@
-
+
@@ -173,8 +172,8 @@
@@ -192,9 +191,9 @@ import { storeToRefs } from 'pinia'
import { useUserInfo } from '/@/stores/userInfo'
import { Session } from '/@/utils/storage'
import axios from 'axios'
-import { getObj, updateInfo } from '@/api/recruit/recruitstudentsignup'
-import { getList } from "@/api/recruit/recruitstudentplangroup"
-import { queryAllTeacher } from "@/api/professional/teacherbase"
+import { getObj, updateInfo } from '/@/api/recruit/recruitstudentsignup'
+import { getList } from '/@/api/recruit/recruitstudentplangroup'
+import { queryAllTeacher } from '/@/api/professional/professionaluser/teacherbase'
// 使用 Pinia store
const userInfoStore = useUserInfo()
@@ -631,7 +630,12 @@ defineExpose({
})
-