|
|
@ -135,19 +135,14 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import {
|
|
|
|
import {delApply, getApplyId, getDetail, listApply, updateApply} from "@/api/reward/apply";
|
|
|
|
listApply,
|
|
|
|
|
|
|
|
getDetail,
|
|
|
|
|
|
|
|
getApplyId,
|
|
|
|
|
|
|
|
updateApply,
|
|
|
|
|
|
|
|
delApply, listFile
|
|
|
|
|
|
|
|
} from "@/api/reward/apply";
|
|
|
|
|
|
|
|
import CustomTable from "@/components/CustomTable/CustomTable.vue";
|
|
|
|
import CustomTable from "@/components/CustomTable/CustomTable.vue";
|
|
|
|
import Update from '@/components/AllTypeFile/update.vue'
|
|
|
|
import Update from '@/components/AllTypeFile/update.vue'
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: "apply",
|
|
|
|
name: "apply",
|
|
|
|
components: {CustomTable,Update},
|
|
|
|
components: {CustomTable,Update},
|
|
|
|
dicts: ['rew_apply_status'],
|
|
|
|
dicts: ['rew_apply_status','rew_excellent_category'],
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
templateType:'apply',
|
|
|
|
templateType:'apply',
|
|
|
@ -169,93 +164,7 @@ export default {
|
|
|
|
{ text: '退回意见', icon: 'el-icon-s-comment', handler: this.applyMsg,}
|
|
|
|
{ text: '退回意见', icon: 'el-icon-s-comment', handler: this.applyMsg,}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
//文件上传配置项
|
|
|
|
//文件上传配置项
|
|
|
|
fileData:[
|
|
|
|
fileData:[],
|
|
|
|
{
|
|
|
|
|
|
|
|
name: '办学方向',
|
|
|
|
|
|
|
|
status: '',
|
|
|
|
|
|
|
|
expanded: false,
|
|
|
|
|
|
|
|
childrenList: [],
|
|
|
|
|
|
|
|
fileCode:'rew_excellent_category_1',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: '弘扬践行黄炎培职业教育思想',
|
|
|
|
|
|
|
|
status: '',
|
|
|
|
|
|
|
|
expanded: false,
|
|
|
|
|
|
|
|
childrenList: [],
|
|
|
|
|
|
|
|
fileCode:'rew_excellent_category_2',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: '办学模式',
|
|
|
|
|
|
|
|
status: '',
|
|
|
|
|
|
|
|
expanded: false,
|
|
|
|
|
|
|
|
childrenList: [],
|
|
|
|
|
|
|
|
fileCode:'rew_excellent_category_3',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: '专业建设',
|
|
|
|
|
|
|
|
status: '',
|
|
|
|
|
|
|
|
expanded: false,
|
|
|
|
|
|
|
|
childrenList: [],
|
|
|
|
|
|
|
|
fileCode:'rew_excellent_category_4',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: '课程开发与教学改革',
|
|
|
|
|
|
|
|
status: '',
|
|
|
|
|
|
|
|
expanded: false,
|
|
|
|
|
|
|
|
childrenList: [],
|
|
|
|
|
|
|
|
fileCode:'rew_excellent_category_5',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: '师资队伍建设',
|
|
|
|
|
|
|
|
status: '',
|
|
|
|
|
|
|
|
expanded: false,
|
|
|
|
|
|
|
|
childrenList: [],
|
|
|
|
|
|
|
|
fileCode:'rew_excellent_category_6',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: '信息化建设',
|
|
|
|
|
|
|
|
status: '',
|
|
|
|
|
|
|
|
expanded: false,
|
|
|
|
|
|
|
|
childrenList: [],
|
|
|
|
|
|
|
|
fileCode:'rew_excellent_category_7',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: '办学质量',
|
|
|
|
|
|
|
|
status: '',
|
|
|
|
|
|
|
|
expanded: false,
|
|
|
|
|
|
|
|
childrenList: [],
|
|
|
|
|
|
|
|
fileCode:'rew_excellent_category_8',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: '社会服务',
|
|
|
|
|
|
|
|
status: '',
|
|
|
|
|
|
|
|
expanded: false,
|
|
|
|
|
|
|
|
childrenList: [],
|
|
|
|
|
|
|
|
fileCode:'rew_excellent_category_9',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: '创新增量',
|
|
|
|
|
|
|
|
status: '',
|
|
|
|
|
|
|
|
expanded: false,
|
|
|
|
|
|
|
|
childrenList: [],
|
|
|
|
|
|
|
|
fileCode:'rew_excellent_category_10',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: '盖章后的申报表',
|
|
|
|
|
|
|
|
status: '',
|
|
|
|
|
|
|
|
expanded: false,
|
|
|
|
|
|
|
|
childrenList: [],
|
|
|
|
|
|
|
|
fileCode:'rew_excellent_category_11',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: '综述材料',
|
|
|
|
|
|
|
|
status: '',
|
|
|
|
|
|
|
|
expanded: false,
|
|
|
|
|
|
|
|
childrenList: [],
|
|
|
|
|
|
|
|
fileCode:'rew_excellent_category_12',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
// 遮罩层
|
|
|
|
// 遮罩层
|
|
|
|
loading: true,
|
|
|
|
loading: true,
|
|
|
|
// 选中数组
|
|
|
|
// 选中数组
|
|
|
@ -332,6 +241,15 @@ export default {
|
|
|
|
this.noticeList = response.rows;
|
|
|
|
this.noticeList = response.rows;
|
|
|
|
this.total = response.total;
|
|
|
|
this.total = response.total;
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
|
|
|
|
this.fileData = this.dict.type.rew_excellent_category.map(item => {
|
|
|
|
|
|
|
|
return {
|
|
|
|
|
|
|
|
name: item.label,
|
|
|
|
|
|
|
|
fileCode: item.value,
|
|
|
|
|
|
|
|
status: '',
|
|
|
|
|
|
|
|
expanded: false,
|
|
|
|
|
|
|
|
childrenList: []
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
})
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 取消按钮
|
|
|
|
// 取消按钮
|
|
|
@ -388,7 +306,6 @@ export default {
|
|
|
|
this.isShowButton = false
|
|
|
|
this.isShowButton = false
|
|
|
|
getDetail(applyId).then(response => {
|
|
|
|
getDetail(applyId).then(response => {
|
|
|
|
this.form = response.data;
|
|
|
|
this.form = response.data;
|
|
|
|
console.log(this.form)
|
|
|
|
|
|
|
|
this.editOpen = true;
|
|
|
|
this.editOpen = true;
|
|
|
|
this.isReadOnly = true
|
|
|
|
this.isReadOnly = true
|
|
|
|
this.isView = false
|
|
|
|
this.isView = false
|
|
|
|