|
@@ -2,326 +2,330 @@
|
|
|
<div class="app-container">
|
|
|
<h3 class="toolbar">
|
|
|
<span class="title">加计扣除备查资料清单(<b style="color: red;font-size: 15px;">根据您填报的项目信息,系统自动将需要上传的文件列出,每种类型文件只能上传单个文件(大小限制4M),如有多个请打包上传!</b>)</span>
|
|
|
- <!-- <div class="tool">
|
|
|
+ <div class="tool">
|
|
|
<el-button type="primary" plain icon="el-icon-download" size="mini" @click="handleDownloadBatch">批量下载</el-button>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
</h3>
|
|
|
- <!-- 技术 -->
|
|
|
- <table class="table_register mt20" style="width: 100%;">
|
|
|
- <tr>
|
|
|
- <th colspan="4" class="th_title">项目计划书
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>项目计划书导入</th>
|
|
|
- <td colspan="3">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('9')" v-if="techFlag">上传</el-button>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>下载</th>
|
|
|
- <td colspan="3">
|
|
|
- <ul>
|
|
|
- <li v-for="(item, index) in list9" :key="index" style="margin: 2px;">
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
- <a :href="item.url">{{item.fileName}}</a>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDownload(item.id)">下载</el-button>
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
+ <div class="table-con">
|
|
|
+ <table class="table_register mt20 tablebar" style="width: 100%;">
|
|
|
+ <tr>
|
|
|
+ <th colspan="4" class="th_title">项目计划书
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>项目计划书导入</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('9')" v-if="techFlag">上传</el-button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>下载</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <ul>
|
|
|
+ <li v-for="(item, index) in list9" :key="index" style="margin: 2px;">
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
+ <a :href="item.url">{{item.fileName}}</a>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDownload(item.id)">下载</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <table class="table_register mt20" style="width: 100%;">
|
|
|
- <tr>
|
|
|
- <th colspan="4" class="th_title">研究成果报告
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>研究成果导入</th>
|
|
|
- <td colspan="3">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('10')" v-if="techFlag">上传</el-button>
|
|
|
- <el-button type="primary" size="mini">
|
|
|
- <a href="/temp/研究成果报告模板.xls">模板下载</a>
|
|
|
- </el-button>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>下载</th>
|
|
|
- <td colspan="3">
|
|
|
- <ul>
|
|
|
- <li v-for="(item, index) in list10" :key="index" style="margin: 2px;">
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
- <a :href="item.url">{{item.fileName}}</a>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload(item.id)">下载</el-button>
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <table class="table_register mt20" style="width: 100%;">
|
|
|
- <tr>
|
|
|
- <th colspan="4" class="th_title">自主、委托、合作研究开发项目计划书和企业有权部门关于自主、委托、合作研究开发项目立项的决议文件
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>决议文件导入</th>
|
|
|
- <td colspan="3">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('1')" v-if="techFlag">上传</el-button>
|
|
|
- <el-button type="primary" size="mini">
|
|
|
- <a href="/temp/项目立项书模板.doc">模板下载</a>
|
|
|
- </el-button>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>下载</th>
|
|
|
- <td colspan="3">
|
|
|
- <ul>
|
|
|
- <li v-for="(item, index) in list1" :key="index" style="margin: 2px;">
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
- <a :href="item.url">{{item.fileName}}</a>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload(item.id)">下载</el-button>
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <table class="table_register mt20" style="width: 100%;">
|
|
|
- <tr>
|
|
|
- <th colspan="4" class="th_title">自主、委托、合作研究开发专门机构或项目组的编制情况和研发人员名单
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>研发人员名单导入</th>
|
|
|
- <td colspan="3">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('2')" v-if="techFlag">上传</el-button>
|
|
|
- <el-button type="primary" size="mini">
|
|
|
- <a href="/temp/项目负责人及研发人员模板.xls">模板下载</a>
|
|
|
- </el-button>
|
|
|
+ <table class="table_register mt20 tablebar" style="width: 100%;">
|
|
|
+ <tr>
|
|
|
+ <th colspan="4" class="th_title">研究成果报告
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>研究成果导入</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('10')" v-if="techFlag">上传</el-button>
|
|
|
+ <el-button type="primary" size="mini">
|
|
|
+ <a href="/temp/研究成果报告模板.xls">模板下载</a>
|
|
|
+ </el-button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>下载</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <ul>
|
|
|
+ <li v-for="(item, index) in list10" :key="index" style="margin: 2px;">
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
+ <a :href="item.url">{{item.fileName}}</a>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDownload(item.id)">下载</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="table_register mt20" style="width: 100%;">
|
|
|
+ <tr>
|
|
|
+ <th colspan="4" class="th_title">自主、委托、合作研究开发项目计划书和企业有权部门关于自主、委托、合作研究开发项目立项的决议文件
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>决议文件导入</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('1')" v-if="techFlag">上传</el-button>
|
|
|
+ <el-button type="primary" size="mini">
|
|
|
+ <a href="/temp/项目立项书模板.doc">模板下载</a>
|
|
|
+ </el-button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>下载</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <ul>
|
|
|
+ <li v-for="(item, index) in list1" :key="index" style="margin: 2px;">
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
+ <a :href="item.url">{{item.fileName}}</a>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDownload(item.id)">下载</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="table_register mt20" style="width: 100%;">
|
|
|
+ <tr>
|
|
|
+ <th colspan="4" class="th_title">自主、委托、合作研究开发专门机构或项目组的编制情况和研发人员名单
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>研发人员名单导入</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('2')" v-if="techFlag">上传</el-button>
|
|
|
+ <el-button type="primary" size="mini">
|
|
|
+ <a href="/temp/项目负责人及研发人员模板.xls">模板下载</a>
|
|
|
+ </el-button>
|
|
|
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>下载</th>
|
|
|
- <td colspan="3">
|
|
|
- <ul>
|
|
|
- <li v-for="(item, index) in list2" :key="index" style="margin: 2px;">
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
- <a :href="item.url">{{item.fileName}}</a>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload(item.id)">下载</el-button>
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <table class="table_register mt20" style="width: 100%;">
|
|
|
- <tr>
|
|
|
- <th colspan="4" class="th_title">经科技行政主管部门登记的委托、合作研究开发项目的合同
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>研究开发合同导入</th>
|
|
|
- <td colspan="3">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('3')" v-if="techFlag">上传</el-button>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>下载</th>
|
|
|
- <td colspan="3">
|
|
|
- <ul>
|
|
|
- <li v-for="(item, index) in list3" :key="index" style="margin: 2px;">
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
- <a :href="item.url">{{item.fileName}}</a>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload(item.id)">下载</el-button>
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>下载</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <ul>
|
|
|
+ <li v-for="(item, index) in list2" :key="index" style="margin: 2px;">
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
+ <a :href="item.url">{{item.fileName}}</a>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDownload(item.id)">下载</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="table_register mt20" style="width: 100%;">
|
|
|
+ <tr>
|
|
|
+ <th colspan="4" class="th_title">经科技行政主管部门登记的委托、合作研究开发项目的合同
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>研究开发合同导入</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('3')" v-if="techFlag">上传</el-button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>下载</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <ul>
|
|
|
+ <li v-for="(item, index) in list3" :key="index" style="margin: 2px;">
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
+ <a :href="item.url">{{item.fileName}}</a>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDownload(item.id)">下载</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
|
|
|
|
|
|
- <table class="table_register mt20" style="width: 100%;">
|
|
|
- <tr>
|
|
|
- <th colspan="4" class="th_title">“研发支出”辅助账及汇总表
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>“研发支出”辅助账及汇总表导入</th>
|
|
|
- <td colspan="3">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('6')" v-if="techFlag">上传</el-button>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>下载</th>
|
|
|
- <td colspan="3">
|
|
|
- <ul>
|
|
|
- <li v-for="(item, index) in list6" :key="index" style="margin: 2px;">
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
- <a :href="item.url">{{item.fileName}}</a>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload(item.id)">下载</el-button>
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <table class="table_register mt20" style="width: 100%;">
|
|
|
- <tr>
|
|
|
- <th colspan="4" class="th_title">企业如果已取得地市级(含)以上科技行政主管部门出具的鉴定意见,应作为资料留存备查
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>科技主管部门鉴定意见导入</th>
|
|
|
- <td colspan="3">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('7')" v-if="techFlag">上传</el-button>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>下载</th>
|
|
|
- <td colspan="3">
|
|
|
- <ul>
|
|
|
- <li v-for="(item, index) in list7" :key="index" style="margin: 2px;">
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
- <a :href="item.url">{{item.fileName}}</a>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload(item.id)">下载</el-button>
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
+ <table class="table_register mt20" style="width: 100%;">
|
|
|
+ <tr>
|
|
|
+ <th colspan="4" class="th_title">“研发支出”辅助账及汇总表
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>“研发支出”辅助账及汇总表导入</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('6')" v-if="techFlag">上传</el-button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>下载</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <ul>
|
|
|
+ <li v-for="(item, index) in list6" :key="index" style="margin: 2px;">
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
+ <a :href="item.url">{{item.fileName}}</a>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDownload(item.id)">下载</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="table_register mt20" style="width: 100%;">
|
|
|
+ <tr>
|
|
|
+ <th colspan="4" class="th_title">企业如果已取得地市级(含)以上科技行政主管部门出具的鉴定意见,应作为资料留存备查
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>科技主管部门鉴定意见导入</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('7')" v-if="techFlag">上传</el-button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>下载</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <ul>
|
|
|
+ <li v-for="(item, index) in list7" :key="index" style="margin: 2px;">
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
+ <a :href="item.url">{{item.fileName}}</a>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDownload(item.id)">下载</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="techFlag">删除</el-button>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
+ <!-- 财务 -->
|
|
|
+ <table class="table_register mt20" style="width: 100%;">
|
|
|
+ <tr>
|
|
|
+ <th colspan="4" class="th_title">从事研发活动的人员(包括外聘人员)和用于研发活动的仪器、设备、无形资产的费用分配说明(包括工作使用情况记录及费用分配计算证据材料)
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>费用分配说明导入</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('4')" v-if="finFlag">上传</el-button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>下载</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <ul>
|
|
|
+ <li v-for="(item, index) in list4" :key="index" style="margin: 2px;">
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
+ <a :href="item.url">{{item.fileName}}</a>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDownload(item.id)">下载</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="finFlag">删除</el-button>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="table_register mt20" style="width: 100%;">
|
|
|
+ <tr>
|
|
|
+ <th colspan="4" class="th_title">集中研发项目研发费决算表、集中研发项目费用分摊明细情况表和实际分享收益比例等资料
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>资料导入</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('5')"v-if="finFlag">上传</el-button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>下载</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <ul>
|
|
|
+ <li v-for="(item, index) in list5" :key="index" style="margin: 2px;">
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
+ <a :href="item.url">{{item.fileName}}</a>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDownload(item.id)">下载</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="finFlag">删除</el-button>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="table_register mt20" style="width: 100%;">
|
|
|
+ <tr>
|
|
|
+ <th colspan="4" class="th_title">《研发费用加计扣除优惠明细表》(a107012,选择预缴享受的企业留存备查)
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>优惠明细表导入</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('8')" v-if="finFlag">上传</el-button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>下载</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <ul>
|
|
|
+ <li v-for="(item, index) in list8" :key="index" style="margin: 2px;">
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
+ <a :href="item.url">{{item.fileName}}</a>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDownload(item.id)">下载</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="finFlag">删除</el-button>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <!-- 技术 -->
|
|
|
|
|
|
- <!-- 财务 -->
|
|
|
- <table class="table_register mt20" style="width: 100%;">
|
|
|
- <tr>
|
|
|
- <th colspan="4" class="th_title">从事研发活动的人员(包括外聘人员)和用于研发活动的仪器、设备、无形资产的费用分配说明(包括工作使用情况记录及费用分配计算证据材料)
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>费用分配说明导入</th>
|
|
|
- <td colspan="3">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('4')" v-if="finFlag">上传</el-button>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>下载</th>
|
|
|
- <td colspan="3">
|
|
|
- <ul>
|
|
|
- <li v-for="(item, index) in list4" :key="index" style="margin: 2px;">
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
- <a :href="item.url">{{item.fileName}}</a>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload(item.id)">下载</el-button>
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="finFlag">删除</el-button>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <table class="table_register mt20" style="width: 100%;">
|
|
|
- <tr>
|
|
|
- <th colspan="4" class="th_title">集中研发项目研发费决算表、集中研发项目费用分摊明细情况表和实际分享收益比例等资料
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>资料导入</th>
|
|
|
- <td colspan="3">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('5')"v-if="finFlag">上传</el-button>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>下载</th>
|
|
|
- <td colspan="3">
|
|
|
- <ul>
|
|
|
- <li v-for="(item, index) in list5" :key="index" style="margin: 2px;">
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
- <a :href="item.url">{{item.fileName}}</a>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload(item.id)">下载</el-button>
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="finFlag">删除</el-button>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <table class="table_register mt20" style="width: 100%;">
|
|
|
- <tr>
|
|
|
- <th colspan="4" class="th_title">《研发费用加计扣除优惠明细表》(a107012,选择预缴享受的企业留存备查)
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>优惠明细表导入</th>
|
|
|
- <td colspan="3">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload('8')" v-if="finFlag">上传</el-button>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>下载</th>
|
|
|
- <td colspan="3">
|
|
|
- <ul>
|
|
|
- <li v-for="(item, index) in list8" :key="index" style="margin: 2px;">
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
- <a :href="item.url">{{item.fileName}}</a>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleUpload(item.id)">下载</el-button>
|
|
|
- <el-button type="primary" icon="el-icon-upload2" size="mini" @click="handleDelete(item.id)" v-if="finFlag">删除</el-button>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
<upload-enclosure ref="uploadEnclosure" v-if="enclosureVisible" @refreshData="getList()" :dataId="dataId" :attachType="'PROJECT'"></upload-enclosure>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -429,7 +433,7 @@
|
|
|
if(item.fileType == 'file8') {
|
|
|
this.list8.push(item)
|
|
|
}
|
|
|
- if(item.fileType == null) {
|
|
|
+ if(item.fileType == 'file9') {
|
|
|
this.list9.push(item)
|
|
|
}
|
|
|
if(item.fileType == 'file10') {
|
|
@@ -452,53 +456,19 @@
|
|
|
this.$refs.uploadEnclosure.init(params)
|
|
|
})
|
|
|
},
|
|
|
+ /** 导出按钮操作 */
|
|
|
+ // handleDownload(id) {
|
|
|
+ // this.download(`/common/attach/${id}`, {
|
|
|
+ // }, `附件`)
|
|
|
+ // },
|
|
|
handleDownload(id) {
|
|
|
- // window.open("http://124.232.146.72:7015/api/common/attach/"+row.id)
|
|
|
- downloadApi(id).then(res => {
|
|
|
- if (res) {
|
|
|
- let fileName = "账单";
|
|
|
- const content = res.data
|
|
|
- let fileTypeEx = '';
|
|
|
- if(fileExtension == 'zip') {
|
|
|
- fileTypeEx = 'application/zip'
|
|
|
- } else if(fileExtension == 'csv') {
|
|
|
- fileTypeEx = 'text/csv'
|
|
|
- }
|
|
|
- const blob = new Blob([content], { type: fileTypeEx })
|
|
|
- const elink = document.createElement('a')
|
|
|
- elink.download = fileName
|
|
|
- elink.style.display = 'none'
|
|
|
- elink.href = URL.createObjectURL(blob)
|
|
|
- document.body.appendChild(elink)
|
|
|
- elink.click()
|
|
|
- URL.revokeObjectURL(elink.href)
|
|
|
- document.body.removeChild(elink)
|
|
|
- }
|
|
|
- })
|
|
|
+ window.open(process.env.VUE_APP_BASE_API+`/common/attach/${id}`)
|
|
|
},
|
|
|
handleDownloadBatch() {
|
|
|
- if(this.selectionList.length <=0) {
|
|
|
- this.$message.error('请选择要下载的数据');
|
|
|
- return
|
|
|
- }
|
|
|
- window.open("http://124.232.146.72:7015/api/common/attach/"+this.ids)
|
|
|
+ let id = this.id
|
|
|
+ window.open(process.env.VUE_APP_BASE_API+`/api/ent/data/download/${id}`)
|
|
|
this.getList();
|
|
|
},
|
|
|
- handleBatchDelte() {
|
|
|
- if(this.selectionList.length <=0) {
|
|
|
- this.$message.error('请选择要删除的数据');
|
|
|
- return
|
|
|
- }
|
|
|
- this.$confirm('请确认是否删除所选择的数据!', '提示').then(() => {
|
|
|
- deleteEnclosureApi(this.ids).then(res => {
|
|
|
- if(res.code == 200) {
|
|
|
- this.queryParams.pageNum = 1;
|
|
|
- this.getList();
|
|
|
- this.$modal.msgSuccess("删除成功");
|
|
|
- }
|
|
|
- })
|
|
|
- })
|
|
|
- },
|
|
|
// 从url加载
|
|
|
handleView(row) {
|
|
|
let routeUrl = this.$router.resolve({
|
|
@@ -546,5 +516,8 @@
|
|
|
|
|
|
</script>
|
|
|
|
|
|
-<style>
|
|
|
+<style lang="scss" scoped>
|
|
|
+ .mt20 {
|
|
|
+ margin-left: 3%;
|
|
|
+ }
|
|
|
</style>
|