|
@@ -13,6 +13,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="detail-reject-alert-content">
|
|
<div class="detail-reject-alert-content">
|
|
|
4张(事故报告、委托书、地址确认书、申请表)工伤认定表格需下载模版,手填,上传相关材料给吴剑希审批(驳回或通过)+判定工伤类别(责任事故/非责任事故);通过后状态变为申请加盖公章及材料申请;用印申请后编写一段告知通知(内容先把告知单信息先编辑进去),给申请人。
|
|
4张(事故报告、委托书、地址确认书、申请表)工伤认定表格需下载模版,手填,上传相关材料给吴剑希审批(驳回或通过)+判定工伤类别(责任事故/非责任事故);通过后状态变为申请加盖公章及材料申请;用印申请后编写一段告知通知(内容先把告知单信息先编辑进去),给申请人。
|
|
|
|
|
+ <br/>
|
|
|
<span class="detail-reject-alert-content-download" @click="downloadFile('./skyeye-file-upload/sfysecurity/TEMPLATE/施工证申请表.doc', '事故报告模板')">
|
|
<span class="detail-reject-alert-content-download" @click="downloadFile('./skyeye-file-upload/sfysecurity/TEMPLATE/施工证申请表.doc', '事故报告模板')">
|
|
|
事故报告 下载
|
|
事故报告 下载
|
|
|
</span>
|
|
</span>
|
|
@@ -280,9 +281,9 @@
|
|
|
<template #form>
|
|
<template #form>
|
|
|
<div class="form">
|
|
<div class="form">
|
|
|
<el-form ref="approvalFormRef" :model="approvalForm">
|
|
<el-form ref="approvalFormRef" :model="approvalForm">
|
|
|
- <el-form-item label="审批描述:" label-position="top">
|
|
|
|
|
|
|
+ <!-- <el-form-item label="审批描述:" label-position="top">
|
|
|
<el-input v-model="approvalForm.description" placeholder="请输入审批描述" type="textarea" />
|
|
<el-input v-model="approvalForm.description" placeholder="请输入审批描述" type="textarea" />
|
|
|
- </el-form-item>
|
|
|
|
|
|
|
+ </el-form-item> -->
|
|
|
<div class="form-item">
|
|
<div class="form-item">
|
|
|
<span>审批流程:</span>
|
|
<span>审批流程:</span>
|
|
|
<template v-for="item in approvalNodeList" :key="item.id">
|
|
<template v-for="item in approvalNodeList" :key="item.id">
|
|
@@ -365,10 +366,10 @@
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-if="isAuditMode">
|
|
<template v-if="isAuditMode">
|
|
|
- <el-button type="success" :loading="auditSubmitting" @click="showRejectDialog = true;auditType = true">
|
|
|
|
|
|
|
+ <el-button type="primary" :loading="auditSubmitting" @click="showRejectDialog = true;auditType = true">
|
|
|
审核通过
|
|
审核通过
|
|
|
</el-button>
|
|
</el-button>
|
|
|
- <el-button type="danger" :loading="auditSubmitting" @click="showRejectDialog = true;auditType = false">
|
|
|
|
|
|
|
+ <el-button type="primary" :loading="auditSubmitting" @click="showRejectDialog = true;auditType = false">
|
|
|
审核不通过
|
|
审核不通过
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</template>
|
|
</template>
|
|
@@ -885,7 +886,7 @@
|
|
|
}
|
|
}
|
|
|
.detail-reject-alert-content-download{
|
|
.detail-reject-alert-content-download{
|
|
|
color: #409eff;
|
|
color: #409eff;
|
|
|
- margin-left: 15px;
|
|
|
|
|
|
|
+ margin-right: 15px;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|