下载中职证书按钮更新
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
</el-descriptions-item>
|
||||
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 籍贯:省/自治区/直辖市 </template>
|
||||
<template slot="label"> 籍贯:省/自治区/直辖市 </template>
|
||||
{{ form.jg }}
|
||||
</el-descriptions-item>
|
||||
|
||||
@@ -198,7 +198,7 @@
|
||||
<el-input v-model="taskForm.instructionSchoolHours" placeholder="在校时间说明" type="textarea" rows="1" />
|
||||
</el-form-item>
|
||||
|
||||
<!-- 退学表单:学生教育管理科审核 -->
|
||||
<!-- 退学表单:学生教育管理科审核 -->
|
||||
<el-form-item label="退学文号" prop="quitNumber" v-if="dropOutGLKSHShow">
|
||||
<el-input v-model="taskForm.quitNumber" placeholder="请输入退学文号" />
|
||||
</el-form-item>
|
||||
@@ -354,7 +354,7 @@ export default {
|
||||
startUser: null, // 发起人信息,
|
||||
multiInstanceVars: '', // 会签节点
|
||||
formKeyExist: false, // 当前节点是否存在表单
|
||||
// 表单参数:目前是考勤表单
|
||||
// 表单参数:目前是考勤表单
|
||||
form: {},
|
||||
// 学生基础信息
|
||||
stuInfo: {},
|
||||
@@ -381,7 +381,7 @@ export default {
|
||||
this.taskForm.executionId = this.$route.query.executionId
|
||||
this.taskForm.instanceId = this.$route.query.procInsId
|
||||
this.category = this.$route.query.category
|
||||
// 如果任务名是其中的两个,则改变审批意见的输入框内容
|
||||
// 如果任务名是其中的两个,则改变审批意见的输入框内容
|
||||
if (this.category == 'dropOut') {
|
||||
this.dropOutForm = true
|
||||
this.getRtStuDropOutSchoolByprocInsId(this.taskForm.procInsId)
|
||||
@@ -521,7 +521,7 @@ export default {
|
||||
// }
|
||||
this.$refs['taskForm'].validate((valid) => {
|
||||
if (valid) {
|
||||
this.$modal.loading('正在努力加载中,请稍等。。。')
|
||||
this.$modal.loading('正在努力加载中,请稍等...')
|
||||
|
||||
this.taskForm.comment = '同意'
|
||||
|
||||
@@ -532,7 +532,7 @@ export default {
|
||||
this.form.instructionSchoolHours = this.taskForm.instructionSchoolHours
|
||||
this.updateRtStuDropOutSchool()
|
||||
} else if (this.taskName == '学生教育管理科审核' && this.category == 'dropOut') {
|
||||
// 学生教育管理科审核,赋值
|
||||
// 学生教育管理科审核,赋值
|
||||
this.form.dropOutCategory = this.taskForm.dropOutCategory
|
||||
this.form.quitNumber = this.taskForm.quitNumber
|
||||
this.form.quitYear = this.taskForm.quitYear
|
||||
|
||||
Reference in New Issue
Block a user