|
|
@@ -1,12 +1,10 @@
|
|
|
export default {
|
|
|
- height: 'auto',
|
|
|
calcHeight: 30,
|
|
|
tip: false,
|
|
|
searchShow: true,
|
|
|
searchMenuSpan: 6,
|
|
|
border: true,
|
|
|
index: true,
|
|
|
- selection: true,
|
|
|
addBtn: false,
|
|
|
menu: false,
|
|
|
searchLabelWidth: 140,
|
|
|
@@ -18,21 +16,53 @@ export default {
|
|
|
showSummary: true,
|
|
|
sumColumnList: [
|
|
|
{
|
|
|
- name: 'price',
|
|
|
+ name: 'cailiaofy',
|
|
|
+ type: 'sum',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'ranliaofy',
|
|
|
+ type: 'sum',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'donglify',
|
|
|
+ type: 'sum',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'yiqishebeify',
|
|
|
+ type: 'sum',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'fawuzulinfy',
|
|
|
+ type: 'sum',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'fy6',
|
|
|
+ type: 'sum',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'fy7',
|
|
|
+ type: 'sum',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'fy8',
|
|
|
+ type: 'sum',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'amount',
|
|
|
type: 'sum',
|
|
|
},
|
|
|
],
|
|
|
column: [
|
|
|
{
|
|
|
label: '研发项目编号',
|
|
|
- prop: 'xmbh',
|
|
|
+ prop: 'XMBH',
|
|
|
width: 100,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
|
{
|
|
|
label: '研发项目名称',
|
|
|
- prop: 'xmmc',
|
|
|
+ prop: 'XMMC',
|
|
|
minWidth: 120,
|
|
|
align: 'center',
|
|
|
search: true,
|
|
|
@@ -40,7 +70,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: '材料费用',
|
|
|
- prop: 'clfy',
|
|
|
+ prop: 'cailiaofy',
|
|
|
type: 'number',
|
|
|
span: 24,
|
|
|
minWidth: 60,
|
|
|
@@ -51,7 +81,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: '燃料费用',
|
|
|
- prop: 'rlfy',
|
|
|
+ prop: 'ranliaofy',
|
|
|
type: 'number',
|
|
|
span: 24,
|
|
|
minWidth: 60,
|
|
|
@@ -62,7 +92,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: '动力费用',
|
|
|
- prop: 'dlfy',
|
|
|
+ prop: 'donglify',
|
|
|
type: 'number',
|
|
|
span: 24,
|
|
|
minWidth: 60,
|
|
|
@@ -73,7 +103,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: '研发仪器设备租赁费',
|
|
|
- prop: 'sbfy',
|
|
|
+ prop: 'yiqishebeify',
|
|
|
type: 'number',
|
|
|
span: 24,
|
|
|
minWidth: 70,
|
|
|
@@ -84,7 +114,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: '房屋租赁费',
|
|
|
- prop: 'fwzlf',
|
|
|
+ prop: 'fawuzulinfy',
|
|
|
type: 'number',
|
|
|
span: 24,
|
|
|
minWidth: 70,
|
|
|
@@ -95,7 +125,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: '用于中间试验和产品试制的模具、工艺装备开发及制造费',
|
|
|
- prop: 'tsfy',
|
|
|
+ prop: 'fy6',
|
|
|
type: 'number',
|
|
|
span: 24,
|
|
|
minWidth: 140,
|
|
|
@@ -106,7 +136,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: '不构成固定资产的样品、样机及一般测试手段购置费',
|
|
|
- prop: 'ypgzf',
|
|
|
+ prop: 'fy7',
|
|
|
type: 'number',
|
|
|
span: 24,
|
|
|
minWidth: 140,
|
|
|
@@ -117,7 +147,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: '试制产品的检验费',
|
|
|
- prop: 'jyf',
|
|
|
+ prop: 'fy8',
|
|
|
type: 'number',
|
|
|
span: 24,
|
|
|
minWidth: 70,
|
|
|
@@ -148,6 +178,7 @@ export default {
|
|
|
precision: 2,
|
|
|
search: true,
|
|
|
showOverflowTooltip: true,
|
|
|
+ hide: true
|
|
|
},
|
|
|
],
|
|
|
};
|