Browse Source

项目成本修改获取的参数名

yuhan 1 year ago
parent
commit
4e4206ee41

+ 1 - 1
src/views/module_kzks/projectCostList/ProjectCostList.vue

@@ -880,7 +880,7 @@ import { number } from 'echarts';
           if (res.success) {
             //update-begin---author:zhangyafei    Date:20201118  for:适配不分页的数据列表------------
             this.dataSource = res.result.pageList.records||res.result.pageList;
-            var amount = res.result.projectCostHuijiSum
+            var amount = res.result.projectCostHuiji
             amount.taskno = '筛选合计:'
             amount.id = 'amount'
             // amount.id = 'amount'+res.result.pageList.current

+ 22 - 22
src/views/module_kzks/projectPushList/ProjectPushListList.vue

@@ -165,28 +165,28 @@
             dataIndex: 'taskname'
           },
           // {
-            //   title:'推送设置ID',
-            //   align:"center",
-            //   dataIndex: 'pushSetId'
-            // },
-            {
-              title:'推送至',
-              align:"center",
-              dataIndex: 'pushTo'
-              // dataIndex: 'pushTo_dictText'
-            },
-            {
-              title:'推送类型',
-              align:"center",
-              dataIndex: 'pushType_dictText'
-            },
-            {
-              title:'成本类型',
-              align:"center",
-              dataIndex: 'costType_dictText'
-            },
-            {
-              title:'推送内容',
+          //   title:'推送设置ID',
+          //   align:"center",
+          //   dataIndex: 'pushSetId'
+          // },
+          {
+            title:'推送至',
+            align:"center",
+            dataIndex: 'pushTo'
+            // dataIndex: 'pushTo_dictText'
+          },
+          {
+            title:'推送类型',
+            align:"center",
+            dataIndex: 'pushType_dictText'
+          },
+          {
+            title:'成本类型',
+            align:"center",
+            dataIndex: 'costType_dictText'
+          },
+          {
+            title:'推送内容',
             align:"center",
             dataIndex: 'content'
           },