瀏覽代碼

项目管理打印结项书添加项目编号

11wqe1 1 年之前
父節點
當前提交
893f71bad2
共有 1 個文件被更改,包括 11 次插入1 次删除
  1. 11 1
      src/views/projectManage/components/Closingstatement.vue

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

@@ -2,6 +2,8 @@
   <!-- 结项书组件 -->
   <div ref="downPDF" v-if="myArrayProp.length">
     <!-- <header>创新创业学院管理系统</header> -->
+    <div class="ProNumber">项目编号:{{ myArrayProp[0].ProjectNo }}</div>
+
     <div class="onePage">
       <div class="titSchool">深圳技师学院</div>
       <div class="title">校级创客项目结题申请书</div>
@@ -2152,7 +2154,15 @@ body {
     }
   }
 }
-
+.ProNumber{
+    position: absolute;
+    right: 60px;
+    top: 30px;
+    // font-size: 25px;
+    text-align: right;
+    margin: auto 0;
+    // width: 80% !important;
+  }
 .onePage {
   width: 100%;
   // height: 1000px;