ljb пре 6 месеци
родитељ
комит
f5658742b9

+ 2 - 2
src/option/yfCostManage/yfCostStatistics/projectAllocationList.js

@@ -22,7 +22,7 @@ export default {
       type: 'sum',
     },
     {
-      name: 'socSecTotal',
+      name: 'totalInsurance',
       type: 'sum',
     },
     {
@@ -78,7 +78,7 @@ export default {
     },
     {
       label: '研发项目分配的社保',
-      prop: 'socSecTotal',
+      prop: 'totalInsurance',
       span: 24,
       minWidth: 90,
       align: 'center',

+ 2 - 2
src/printOption/externalReports/jjkcAuxiliaryDetails.js

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

+ 1 - 1
src/printOption/yfCostManage/yfCostStatistics/projectAllocationList.js

@@ -19,7 +19,7 @@ export default {
     },
     {
       label: '研发项目分配的社保',
-      prop: 'socSecTotal',
+      prop: 'totalInsurance',
       width: 120,
       align: 'center',
     },

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

@@ -63,12 +63,11 @@ export default {
         showSummary: true,
         sumColumnList: [
           {
-            label: '合计',
-            name: 'kjpzje',
-            type: 'sum'
+            name: 'amount',
+            type: 'sum',
           },
           {
-            name: 'amount',
+            name: 'gjje',
             type: 'sum',
           },
           {