@@ -20,7 +20,7 @@
<script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script>
<script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script>
<link rel="icon" href="<%= BASE_URL %>favicon.jpg">
- <title>科研平台</title>
+ <title>研动力研发过程规范管理服务平台</title>
<style>
html,
body,
@@ -1,5 +1,5 @@
export default {
- title: '科研平台',
+ title: '研动力研发过程规范管理服务平台',
logoutTip: '退出系统, 是否继续?',
submitText: '确定',
cancelText: '取消',
@@ -180,7 +180,7 @@ export default window.$crudCommon({
id: data.data.id,
fileName: '其他加计扣除备查资料',
fileList: JSON.parse(data.data.d12 || '[]'),
- rowIndex: 'd112'
+ rowIndex: 'd12'
}];
this.data = list;
}
@@ -22,13 +22,13 @@
导出
</el-button>
<file-download-btn type="primary" icon="el-icon-download" btnText="下载完整模板" templateKey="对外报表-火炬发展年报"></file-download-btn>
- <el-button
+ <!-- <el-button
type="primary"
size="small"
icon="el-icon-upload2"
>
上传火炬系统定稿版
- </el-button>
+ </el-button> -->
</div>
<div>第1步 (封面)基本信息</div>
<div style="margin-bottom: 8px;">第2步 (一)企业概况</div>
@@ -141,14 +141,14 @@ export default {
},
{
label: '会计凭证记载金额',
- prop: 'gjje',
+ prop: 'amount',
width: 120,
align: 'center',
showOverflowTooltip: true,
label: '税法规定的归集金额',
- prop: 'amount',
+ prop: 'gjje',
width: 130,