wyh 1 год назад
Родитель
Сommit
45b3ab44e0
1 измененных файлов с 27 добавлено и 9 удалено
  1. 27 9
      src/views/module_kzks/projectCostList/ProjectCostList.vue

+ 27 - 9
src/views/module_kzks/projectCostList/ProjectCostList.vue

@@ -501,6 +501,15 @@ import { number } from 'echarts';
             },
           },
           {
+            title:'项目预算',
+            align:"center",
+            width: 80,
+            dataIndex: 'xmys',
+            customRender: (text) => {
+              return (Number(text)/10000).toFixed(2)
+            },
+          },
+          {
             title:'总成本',
             align:"center",
             width: 80,
@@ -560,15 +569,15 @@ import { number } from 'echarts';
               return record.id === 'amount'?null:(Number(text)/10000).toFixed(2)
             },
           },
-          {
-            title:'材料预算',
-            align:"center",
-            width: 80,
-            dataIndex: 'clys',
-            customRender: (text) => {
-              return Number(text).toFixed(2)
-            },
-          },
+          // {
+          //   title:'材料预算',
+          //   align:"center",
+          //   width: 80,
+          //   dataIndex: 'clys',
+          //   customRender: (text) => {
+          //     return Number(text).toFixed(2)
+          //   },
+          // },
           {
             title:'材料费',
             align:"center",
@@ -658,6 +667,15 @@ import { number } from 'echarts';
             },
           },
           {
+            title:'间接汇总',
+            align:"center",
+            width: 80,
+            dataIndex: 'jjfhz',
+            customRender: (text) => {
+              return Number(text).toFixed(2)
+            },
+          },
+          {
             title:'燃动费',
             align:"center",
             width: 80,