|
|
@@ -0,0 +1,219 @@
|
|
|
+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',
|
|
|
+ width: 120,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '项目结束时间',
|
|
|
+ prop: 'xmjssj',
|
|
|
+ type: 'date',
|
|
|
+ width: 120,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '项目负责人',
|
|
|
+ prop: 'xmfzr',
|
|
|
+ type: 'input',
|
|
|
+ width: 100,
|
|
|
+ align: 'center',
|
|
|
+ search: true,
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '项目申请单位',
|
|
|
+ prop: 'xmsqdw',
|
|
|
+ type: 'select',
|
|
|
+ width: 120,
|
|
|
+ align: 'center',
|
|
|
+ search: true,
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '项目状态',
|
|
|
+ prop: 'xmzt',
|
|
|
+ type: 'select',
|
|
|
+ width: 90,
|
|
|
+ align: 'center',
|
|
|
+ search: true,
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '项目报告进度',
|
|
|
+ align: 'center',
|
|
|
+ display: false,
|
|
|
+ children: [{
|
|
|
+ label: '立项报告(份)',
|
|
|
+ prop: 'xmbg',
|
|
|
+ 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: 'zys',
|
|
|
+ type: 'number',
|
|
|
+ width: 90,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ }, {
|
|
|
+ label: '全周期已归集(万元)',
|
|
|
+ prop: 'qzqygz',
|
|
|
+ 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: 'ndys',
|
|
|
+ type: 'number',
|
|
|
+ width: 105,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ }, {
|
|
|
+ label: '年度已归集研发费用(万元)',
|
|
|
+ prop: 'ndgjyffy',
|
|
|
+ type: 'number',
|
|
|
+ width: 165,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ }]
|
|
|
+ }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '项目成果情况(数量)',
|
|
|
+ align: 'center',
|
|
|
+ display: false,
|
|
|
+ children: [{
|
|
|
+ label: '专利',
|
|
|
+ align: 'center',
|
|
|
+ display: false,
|
|
|
+ children: [{
|
|
|
+ label: '发明专利',
|
|
|
+ prop: 'fmzl',
|
|
|
+ type: 'number',
|
|
|
+ width: 70,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ }, {
|
|
|
+ label: '实用新型专利',
|
|
|
+ prop: 'sysxzl',
|
|
|
+ type: 'number',
|
|
|
+ width: 100,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ }]
|
|
|
+ }, {
|
|
|
+ label: '软著',
|
|
|
+ prop: 'lz',
|
|
|
+ type: 'number',
|
|
|
+ width: 50,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ }, {
|
|
|
+ label: '标准',
|
|
|
+ prop: 'bz',
|
|
|
+ type: 'number',
|
|
|
+ width: 50,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ }, {
|
|
|
+ label: '论文',
|
|
|
+ prop: 'lw',
|
|
|
+ type: 'number',
|
|
|
+ width: 50,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ }, {
|
|
|
+ label: '其他',
|
|
|
+ prop: 'other',
|
|
|
+ type: 'number',
|
|
|
+ width: 50,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '是否委外',
|
|
|
+ prop: 'sfww',
|
|
|
+ type: 'number',
|
|
|
+ width: 70,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ }
|
|
|
+ ],
|
|
|
+};
|