| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- export default {
- height: 'auto',
- calcHeight: 30,
- tip: false,
- searchShow: true,
- searchMenuSpan: 6,
- border: true,
- index: true,
- addBtn: false,
- menu: false,
- selection: false,
- searchLabelWidth: 140,
- labelWidth: 140,
- menuWidth: 220,
- dialogClickModal: false,
- dialogWidth: 760,
- dialogType: "drawer",
- column: [
- {
- label: '研发项目编号',
- prop: 'xmbh',
- type: 'input',
- width: 100,
- align: 'center',
- search: true,
- showOverflowTooltip: true,
- },
- {
- label: '研发项目名称',
- prop: 'xmmc',
- type: 'input',
- width: 160,
- search: true,
- showOverflowTooltip: true,
- },
- {
- label: '项目开始时间',
- prop: 'xmkssj',
- type: 'date',
- valueFormat: 'yyyy-MM-dd',
- width: 120,
- align: 'center',
- showOverflowTooltip: true,
- },
- {
- label: '项目结束时间',
- prop: 'xmjssj',
- type: 'date',
- valueFormat: 'yyyy-MM-dd',
- width: 120,
- align: 'center',
- showOverflowTooltip: true,
- },
- {
- label: '项目负责人',
- prop: 'xmfzrxm',
- type: 'input',
- width: 100,
- align: 'center',
- search: true,
- showOverflowTooltip: true,
- },
- {
- label: '项目申请单位',
- prop: 'xmsqdw',
- width: 120,
- align: 'center',
- search: true,
- showOverflowTooltip: true,
- },
- {
- label: '项目状态',
- prop: 'status',
- type: 'select',
- width: 90,
- align: 'center',
- search: true,
- showOverflowTooltip: true,
- dicUrl: '/api/kd-system/dict/dictionary?code=project_state_all',
- props: {
- label: 'dictValue',
- value: 'dictKey',
- },
- // dicFormatter: res => {
- // let list = res.data;
- // list.unshift({ dictKey: 0, dictValue: '草稿' });
- // return list;
- // }
- },
- {
- label: '项目报告进度',
- align: 'center',
- display: false,
- children: [{
- label: '立项报告',
- prop: 'lxbg',
- type: 'number',
- width: 90,
- align: 'center',
- showOverflowTooltip: true,
- }, {
- label: '阶段性报告',
- prop: 'jdxbg',
- type: 'number',
- width: 105,
- align: 'center',
- showOverflowTooltip: true,
- }, {
- label: '验收报告',
- prop: 'ysbg',
- type: 'number',
- width: 90,
- align: 'center',
- showOverflowTooltip: true,
- }]
- },
- {
- label: '项目费用进度',
- align: 'center',
- display: false,
- children: [{
- label: '全周期',
- align: 'center',
- display: false,
- children: [{
- label: '总预算(万元)',
- prop: 'xmysze',
- type: 'number',
- width: 100,
- align: 'center',
- showOverflowTooltip: true,
- }, {
- label: '全周期已归集(万元)',
- prop: 'qzqygj',
- type: 'number',
- width: 130,
- align: 'center',
- showOverflowTooltip: true,
- }, {
- label: '总预算完成率(%)',
- prop: 'zyswcl',
- type: 'number',
- width: 120,
- align: 'center',
- showOverflowTooltip: true,
- }]
- }, {
- label: '本年度',
- align: 'center',
- display: false,
- children: [{
- label: '年度预算(万元)',
- prop: 'xmyszeCurrentYear',
- type: 'number',
- width: 105,
- align: 'center',
- showOverflowTooltip: true,
- }, {
- label: '年度已归集研发费用(万元)',
- prop: 'ndygjyffy',
- type: 'number',
- width: 165,
- align: 'center',
- showOverflowTooltip: true,
- }]
- }]
- },
- {
- label: '项目成果情况(数量)',
- align: 'center',
- display: false,
- children: [{
- label: '专利',
- align: 'center',
- display: false,
- children: [{
- label: '发明专利',
- prop: 'fmzlCount',
- type: 'number',
- width: 70,
- align: 'center',
- showOverflowTooltip: true,
- }, {
- label: '实用新型专利',
- prop: 'syxxzlCount',
- type: 'number',
- width: 100,
- align: 'center',
- showOverflowTooltip: true,
- }]
- }, {
- label: '软著',
- prop: 'rzCount',
- type: 'number',
- width: 50,
- align: 'center',
- showOverflowTooltip: true,
- }, {
- label: '标准',
- prop: 'bzCount',
- type: 'number',
- width: 50,
- align: 'center',
- showOverflowTooltip: true,
- }, {
- label: '论文',
- prop: 'lwCount',
- type: 'number',
- width: 50,
- align: 'center',
- showOverflowTooltip: true,
- }, {
- label: '其他',
- prop: 'qtCount',
- type: 'number',
- width: 50,
- align: 'center',
- showOverflowTooltip: true,
- }]
- },
- {
- label: '委外支出金额(万元)',
- prop: 'wwAmount',
- type: 'number',
- width: 100,
- align: 'center',
- showOverflowTooltip: true,
- }
- ],
- };
|