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