下载中职证书按钮更新
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
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
</el-descriptions-item>
|
||||
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 籍贯:省/自治区/直辖市 </template>
|
||||
<template slot="label"> 籍贯:省/自治区/直辖市 </template>
|
||||
{{ form.jg }}
|
||||
</el-descriptions-item>
|
||||
|
||||
@@ -191,8 +191,8 @@
|
||||
<div id="quitSchool" class="certificate">
|
||||
<h1>休学证明</h1>
|
||||
<h4>桂水电院 {{ form.quitYear }} 休字第 {{ form.quitNumber }}号</h4>
|
||||
<p>{{ form.stuName }},{{ form.gender }},{{ form.mz }},{{ form.birthday }}出生,{{ form.jg }}人,{{ form.className }}学生,学号:{{ form.stuNo }}。该生于个人原因-{{ form.reasonApplying }},申请休学。经学校研究,同意休学,时间从{{ form.quitStartTime }}至{{ form.quitEndTime }}。</p>
|
||||
<p>抄送:教务处、财务处、{{ form.departmentName }}</p>
|
||||
<p>{{ form.stuName }},{{ form.gender }},{{ form.mz }},{{ form.birthday }}出生,{{ form.jg }}人,{{ form.className }}学生,学号:{{ form.stuNo }}.该生于个人原因-{{ form.reasonApplying }},申请休学.经学校研究,同意休学,时间从{{ form.quitStartTime }}至{{ form.quitEndTime }}.</p>
|
||||
<p>抄送:教务处、财务处、{{ form.departmentName }}</p>
|
||||
<div class="stamp">
|
||||
<img src="https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/wh%3D450%2C600/sign=debd0a4bb2fd5266a77e34109e28bb1d/8d5494eef01f3a297283d36e9d25bc315d607cc2.jpg" alt="Stamp" />
|
||||
<div>
|
||||
@@ -217,7 +217,7 @@
|
||||
<el-input v-model="taskForm.instructionSchoolHours" placeholder="在校时间说明" type="textarea" rows="1" />
|
||||
</el-form-item>
|
||||
|
||||
<!-- 休学表单:学生教育管理科审核 -->
|
||||
<!-- 休学表单:学生教育管理科审核 -->
|
||||
<el-form-item label="休学文号" prop="quitNumber" v-if="quitSchoolGLKSHShow">
|
||||
<el-input v-model="taskForm.quitNumber" placeholder="请输入休学文号" />
|
||||
</el-form-item>
|
||||
@@ -385,7 +385,7 @@ export default {
|
||||
startUser: null, // 发起人信息,
|
||||
multiInstanceVars: '', // 会签节点
|
||||
formKeyExist: false, // 当前节点是否存在表单
|
||||
// 表单参数:目前是考勤表单
|
||||
// 表单参数:目前是考勤表单
|
||||
form: {},
|
||||
// 学生基础信息
|
||||
stuInfo: {},
|
||||
@@ -415,7 +415,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.taskName == '学生接收' || this.taskName == '辅导员接收') && this.category == 'quitSchool') {
|
||||
this.showQuitSchoolProve = true
|
||||
}
|
||||
@@ -563,7 +563,7 @@ export default {
|
||||
// }
|
||||
this.$refs['taskForm'].validate((valid) => {
|
||||
if (valid) {
|
||||
this.$modal.loading('正在努力加载中,请稍等。。。')
|
||||
this.$modal.loading('正在努力加载中,请稍等...')
|
||||
|
||||
this.taskForm.comment = '同意'
|
||||
|
||||
@@ -574,7 +574,7 @@ export default {
|
||||
this.form.instructionSchoolHours = this.taskForm.instructionSchoolHours
|
||||
this.updateRtStuQuitSchool()
|
||||
} else if (this.taskName == '学生教育管理科审核' && this.category == 'quitSchool') {
|
||||
// 学生教育管理科审核,赋值
|
||||
// 学生教育管理科审核,赋值
|
||||
this.form.quitStartTime = this.taskForm.quitStartTime
|
||||
this.form.quitEndTime = this.taskForm.quitEndTime
|
||||
this.form.quitType = this.taskForm.quitType
|
||||
|
||||
Reference in New Issue
Block a user