入伍保留学籍申请、保留学籍编号和时间格式修改
This commit is contained in:
@@ -593,7 +593,7 @@ export default {
|
||||
const year = new Date().getFullYear();
|
||||
const randomNo = Math.floor(Math.random() * 1000000).toString().padStart(6, '0');
|
||||
this.formData.applyNo = `RY${year}${randomNo}`; // 获取申请编号
|
||||
this.formData.reserveNo = `RN${year}${randomNo}`; // 获取保留学籍编号
|
||||
// this.formData.reserveNo = `RN${year}${randomNo}`; // 获取保留学籍编号
|
||||
}
|
||||
this.formData.updateTime = new Date().toISOString().split('T')[0];
|
||||
this.formData.applyReason = "本人应征入伍,申请保留学籍从 " + this.formData.reserveStartDate + " 至退役后两年。"
|
||||
|
||||
Reference in New Issue
Block a user