|
@@ -115,7 +115,7 @@
|
|
colspan="8"
|
|
colspan="8"
|
|
style="height: 200px; box-sizing: border-box; padding-bottom: 40px"
|
|
style="height: 200px; box-sizing: border-box; padding-bottom: 40px"
|
|
>
|
|
>
|
|
-
|
|
|
|
|
|
+
|
|
<div class="flexBox">
|
|
<div class="flexBox">
|
|
<div style="padding-top: 10px">项目简介:</div>
|
|
<div style="padding-top: 10px">项目简介:</div>
|
|
<el-input
|
|
<el-input
|
|
@@ -140,13 +140,13 @@
|
|
<tr v-if="bookData.isupload==5 || qpList.filter(i=>i.type==4).length>0">
|
|
<tr v-if="bookData.isupload==5 || qpList.filter(i=>i.type==4).length>0">
|
|
<td colspan="8">
|
|
<td colspan="8">
|
|
<div class="defaultHeight">
|
|
<div class="defaultHeight">
|
|
- <p class="bold">所在学院部门审核意见:<el-button v-if="!isQpButton && $store.state.userInfo.type==4 && showBtn" type="primary" size="small" @click="openQp">签批</el-button></p>
|
|
|
|
|
|
+ <p class="bold">所在学院审核意见:<el-button v-if="!isQpButton && $store.state.userInfo.type==4 && showBtn" type="primary" size="small" @click="openQp">签批</el-button></p>
|
|
<div v-for="(item, index) in qpList.filter(i=>i.type==4)" :key="index" class="qpItem">
|
|
<div v-for="(item, index) in qpList.filter(i=>i.type==4)" :key="index" class="qpItem">
|
|
<div>{{ item.text }}</div>
|
|
<div>{{ item.text }}</div>
|
|
<div>{{ item.bm }} {{ item.username }} {{ item.time }}</div>
|
|
<div>{{ item.bm }} {{ item.username }} {{ item.time }}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr v-if="bookData.isupload==6 || qpList.filter(i=>i.type==0).length>0">
|
|
<tr v-if="bookData.isupload==6 || qpList.filter(i=>i.type==0).length>0">
|
|
@@ -227,7 +227,7 @@
|
|
<div class="isRight" v-if="qpList.filter(i=>i.type==item.key)[0].isAgree == 1"></div>
|
|
<div class="isRight" v-if="qpList.filter(i=>i.type==item.key)[0].isAgree == 1"></div>
|
|
<div class="isWrong" v-if="qpList.filter(i=>i.type==item.key)[0].isAgree == 2"></div>
|
|
<div class="isWrong" v-if="qpList.filter(i=>i.type==item.key)[0].isAgree == 2"></div>
|
|
<div class="flowNavBox">
|
|
<div class="flowNavBox">
|
|
-
|
|
|
|
|
|
+
|
|
<div class="flowBottom">
|
|
<div class="flowBottom">
|
|
<div class="flowText" v-if="qpList.filter(i=>i.type==item.key)[0].isAgree == 1">
|
|
<div class="flowText" v-if="qpList.filter(i=>i.type==item.key)[0].isAgree == 1">
|
|
{{ typeListStatus.find(i=>i.key==item.key).tit }}<br/>审核,拟通过
|
|
{{ typeListStatus.find(i=>i.key==item.key).tit }}<br/>审核,拟通过
|
|
@@ -358,7 +358,7 @@ export default {
|
|
{tit:"学校终审意见",key:'3'},
|
|
{tit:"学校终审意见",key:'3'},
|
|
// {tit:"专家意见",key:'5'},
|
|
// {tit:"专家意见",key:'5'},
|
|
{tit:"创新创业学院审核",key:'0'},
|
|
{tit:"创新创业学院审核",key:'0'},
|
|
- {tit:"所在学院/部门审核",key:'4'},
|
|
|
|
|
|
+ {tit:"所在学院审核",key:'4'},
|
|
],
|
|
],
|
|
typeListStatusNoShowBtn:{
|
|
typeListStatusNoShowBtn:{
|
|
'0':[6,7],
|
|
'0':[6,7],
|
|
@@ -657,7 +657,7 @@ export default {
|
|
process_version: "1.0",
|
|
process_version: "1.0",
|
|
status: "COMPLETE",
|
|
status: "COMPLETE",
|
|
subject:
|
|
subject:
|
|
- this.$store.state.userInfo.username +
|
|
|
|
|
|
+ this.$store.state.userInfo.username +
|
|
"_已完成代办公文操作-" +
|
|
"_已完成代办公文操作-" +
|
|
this.bookData.title,//用户名称_已完成代办公文操作-项目名称
|
|
this.bookData.title,//用户名称_已完成代办公文操作-项目名称
|
|
task_delete_flag: 0,
|
|
task_delete_flag: 0,
|