Selaa lähdekoodia

所在学院初审意见

SanHQin 4 kuukautta sitten
vanhempi
commit
7c58f10a18

+ 1 - 1
src/components/MakerSpaceWord.vue

@@ -665,7 +665,7 @@
       </div>
       <div class="opinion">
         <div class="opinionLabel">
-          所在学院/部门<br />
+          所在学院<br />
           意 见
         </div>
         <div class="opinionValue">

+ 1 - 1
src/components/MakerSpaceWordShow.vue

@@ -466,7 +466,7 @@
       </div>
       <div class="opinion">
         <div class="opinionLabel">
-          所在学院/部门<br />
+          所在学院<br />
           意 见
         </div>
         <div class="opinionValue">

+ 1 - 1
src/components/studentMakerProjectPreview.vue

@@ -286,7 +286,7 @@
         </div>
 
         <div class="opinion">
-          <div class="opinionLabel">所在学院/部门<br/> 意 见</div>
+          <div class="opinionLabel">所在学院<br/> 意 见</div>
           <div class="opinionValue">
             <div class="opinionImport">
               <div class="opinionChapter">负责人签章:</div>

+ 1 - 1
src/components/studentProjectWord.vue

@@ -486,7 +486,7 @@
         </td>
       </tr>
       <tr>
-        <td style="height: 300px;">所在学院/部门意见</td><td colspan="6" class="textLeft">
+        <td style="height: 300px;">所在学院意见</td><td colspan="6" class="textLeft">
             <div style="text-align: right;font-size: 18px;width: 80%;position: relative;bottom: -100px;">负责人签章:</div>
             <div style="text-align: right;font-size: 18px;width: 90%;position: relative;bottom: -110px;">年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日</div>
         </td>

+ 6 - 6
src/views/commission/components/projectBook.vue

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

+ 2 - 2
src/views/printView/components/studentProjectWordShow.vue

@@ -574,8 +574,8 @@
       </tr>
       <tr>
         <td>
-          <span class="jc">所在学院/</span><br /><br />
-          <span class="jc">部门初审意见</span>
+          <span class="jc">所在学院</span><br /><br />
+          <span class="jc">初审意见</span>
         </td>
         <td colspan="6" class="textLeft">
           <div

+ 1 - 1
src/views/projectApply/components/MakerSpaceWord.vue

@@ -693,7 +693,7 @@
       </div>
       <div class="opinion">
         <div class="opinionLabel">
-          所在学院/部门<br />
+          所在学院<br />
           意 见
         </div>
         <div class="opinionValue">

+ 1 - 1
src/views/projectApply/components/MakerSpaceWordShow.vue

@@ -587,7 +587,7 @@
       </tr>
 
       <tr>
-            <td><span class="jc">所在学院/</span><br><br> <span class="jc">部门意见</span></td>
+            <td><span class="jc">所在学院</span><br><br> <span class="jc">意见</span></td>
             <td colspan="7" class="textLeft">
 
               <div style="position: absolute;bottom: 20px;right: 100px;">

+ 1 - 1
src/views/projectApply/components/studentProjectWord.vue

@@ -765,7 +765,7 @@
         <td colspan="2">论文版面费、专利及其他知识产权事务等费用。</td>
       </tr>
       <tr>
-        <td class="bold">所在学院/部门初审意见</td>
+        <td class="bold">所在学院初审意见</td>
         <td colspan="6" class="textLeft" style="height: 200px">
           <div
             class="reviewComments"

+ 2 - 2
src/views/projectApply/components/studentProjectWordShow.vue

@@ -518,8 +518,8 @@
       </tr>
       <tr>
         <td>
-          <span class="jc">所在学院/</span><br /><br />
-          <span class="jc">部门初审意见</span>
+          <span class="jc">所在学院</span><br /><br />
+          <span class="jc">初审意见</span>
         </td>
         <td colspan="6" class="textLeft">
           <div

+ 2 - 2
src/views/projectApply/projectApplication.vue

@@ -591,7 +591,7 @@ export default {
       classType: [
         { index: 0, value: "0", title: "未提交" },
         { index: 1, value: "1", title: "已提交" },
-        { index: 2, value: "5", title: "所在学院/部门审核中" },
+        { index: 2, value: "5", title: "所在学院审核中" },
         { index: 3, value: "6", title: "双创学院审核中" },
         { index: 4, value: "7", title: "学校终审中" },
         { index: 5, value: "2", title: "待结项" },
@@ -607,7 +607,7 @@ export default {
       // '3':"提交结项中",
       // '4':'已结项',
       isReturnType: {
-        5: "所在学院/部门审核驳回",
+        5: "所在学院审核驳回",
         6: "双创学院审核驳回",
         7: "学校终审驳回",
       },

+ 1 - 1
src/views/projectManage/components/Closingstatement.vue

@@ -1171,7 +1171,7 @@
       </tbody>
       <tbody>
         <tr style="height: 350px">
-          <td class="vertical">所在学院/部门初审意见</td>
+          <td class="vertical">所在学院初审意见</td>
           <td colspan="7" style="position: relative">
             <template v-for="(item,index) in qpList.filter((i) => i.type == 8)" v-if="index==0">
               <div

+ 1 - 1
src/views/projectManage/components/MakerSpaceWordShow.vue

@@ -349,7 +349,7 @@
       </div>
       <div class="opinion">
         <div class="opinionLabel">
-          所在学院/部门<br />
+          所在学院<br />
           意 见
         </div>
         <div class="opinionValue">