Browse Source

。。。

ljb 6 months ago
parent
commit
536727386a

+ 1 - 1
public/index.html

@@ -20,7 +20,7 @@
   <script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script>
   <script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script>
   <script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script>
   <script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script>
   <link rel="icon" href="<%= BASE_URL %>favicon.jpg">
   <link rel="icon" href="<%= BASE_URL %>favicon.jpg">
-  <title>科研平台</title>
+  <title>研动力研发过程规范管理服务平台</title>
   <style>
   <style>
     html,
     html,
     body,
     body,

+ 1 - 1
src/lang/zh.js

@@ -1,5 +1,5 @@
 export default {
 export default {
-  title: '科研平台',
+  title: '研动力研发过程规范管理服务平台',
   logoutTip: '退出系统, 是否继续?',
   logoutTip: '退出系统, 是否继续?',
   submitText: '确定',
   submitText: '确定',
   cancelText: '取消',
   cancelText: '取消',

+ 1 - 1
src/views/archive-manage/file-supplement.vue

@@ -180,7 +180,7 @@ export default window.$crudCommon({
             id: data.data.id,
             id: data.data.id,
             fileName: '其他加计扣除备查资料',
             fileName: '其他加计扣除备查资料',
             fileList: JSON.parse(data.data.d12 || '[]'),
             fileList: JSON.parse(data.data.d12 || '[]'),
-            rowIndex: 'd112'
+            rowIndex: 'd12'
           }];
           }];
           this.data = list;
           this.data = list;
         }
         }

+ 2 - 2
src/views/external-reports/external-manage/torch-develop-annual-report.vue

@@ -22,13 +22,13 @@
           导出
           导出
         </el-button>
         </el-button>
         <file-download-btn type="primary" icon="el-icon-download" btnText="下载完整模板" templateKey="对外报表-火炬发展年报"></file-download-btn>
         <file-download-btn type="primary" icon="el-icon-download" btnText="下载完整模板" templateKey="对外报表-火炬发展年报"></file-download-btn>
-        <el-button
+        <!-- <el-button
           type="primary"
           type="primary"
           size="small"
           size="small"
           icon="el-icon-upload2"
           icon="el-icon-upload2"
         >
         >
           上传火炬系统定稿版
           上传火炬系统定稿版
-        </el-button>
+        </el-button> -->
       </div>
       </div>
       <div>第1步 (封面)基本信息</div>
       <div>第1步 (封面)基本信息</div>
       <div style="margin-bottom: 8px;">第2步 (一)企业概况</div>
       <div style="margin-bottom: 8px;">第2步 (一)企业概况</div>

+ 2 - 2
src/views/external-reports/jjkc-standards/components/common-list.vue

@@ -141,14 +141,14 @@ export default {
           },
           },
           {
           {
             label: '会计凭证记载金额',
             label: '会计凭证记载金额',
-            prop: 'gjje',
+            prop: 'amount',
             width: 120,
             width: 120,
             align: 'center',
             align: 'center',
             showOverflowTooltip: true,
             showOverflowTooltip: true,
           },
           },
           {
           {
             label: '税法规定的归集金额',
             label: '税法规定的归集金额',
-            prop: 'amount',
+            prop: 'gjje',
             width: 130,
             width: 130,
             align: 'center',
             align: 'center',
             showOverflowTooltip: true,
             showOverflowTooltip: true,