Sfoglia il codice sorgente

fix: 新增模板下载

xiaweibo 2 mesi fa
parent
commit
c95b0194ba

+ 17 - 1
src/views/production-safety/risk-identification-and-control/work-injury-apply-manage/components/detail.vue

@@ -13,7 +13,18 @@
       </div>
       <div class="detail-reject-alert-content">
         4张(事故报告、委托书、地址确认书、申请表)工伤认定表格需下载模版,手填,上传相关材料给吴剑希审批(驳回或通过)+判定工伤类别(责任事故/非责任事故);通过后状态变为申请加盖公章及材料申请;用印申请后编写一段告知通知(内容先把告知单信息先编辑进去),给申请人。
-        
+        <span class="detail-reject-alert-content-download" @click="downloadFile('./skyeye-file-upload/sfysecurity/TEMPLATE/施工证申请表.doc', '事故报告模板')">
+            事故报告  下载
+        </span>
+        <span class="detail-reject-alert-content-download" @click="downloadFile('./skyeye-file-upload/sfysecurity/TEMPLATE/施工证申请表.doc', '委托书模板')">
+            委托书  下载
+        </span>
+        <span class="detail-reject-alert-content-download" @click="downloadFile('./skyeye-file-upload/sfysecurity/TEMPLATE/施工证申请表.doc', '地址确认书模板')">
+            地址确认书  下载
+        </span>
+        <span class="detail-reject-alert-content-download" @click="downloadFile('./skyeye-file-upload/sfysecurity/TEMPLATE/施工证申请表.doc', '申请表模板')">
+            申请表  下载
+        </span>
       </div>
     </div>
     <BasicForm
@@ -872,4 +883,9 @@
   .detail-reject-alert-content{
     color: #aaa;
   }
+  .detail-reject-alert-content-download{
+    color: #409eff;
+    margin-left: 15px;
+    cursor: pointer;
+  }
 </style>