外宿申请列表页

This commit is contained in:
962704835@qq.com
2025-12-15 23:16:29 +08:00
parent 980e392611
commit 5837100fa2
2 changed files with 884 additions and 18 deletions

View File

@@ -1010,11 +1010,11 @@
},
submitForm(status) {
const requiredFields = [
'originalDormitory', 'studentName', 'gender', 'birthDate',
'majorName', 'className', 'studentNo', 'idCard', 'studentPhone',
'applyReason', 'address', 'outsideAddress', 'emergencyContact',
'emergencyPhone', 'parentOpinion', 'parentPhone', 'parentAddress',
'parentDetailAddress', 'promiseDate'
'原宿舍号', '姓名', '性别', '出生日期',
'专业', '班级', '学号', '身份证', '手机号码',
'外宿原因', '外宿地址省市区', '详细门牌号', '紧急联系人',
'紧急联系电话', '家长意见', '家长联系电话', '家长地址省市区',
'家长地址详细', '签署日期'
];
const emptyFields = requiredFields.filter(field => !this.form[field]);