|
@@ -1,4 +1,4 @@
|
|
-export const one = [
|
|
|
|
|
|
+export const two = [
|
|
{ label: '成立时间', model: 'create_date', list: 'time', type: 'select' },
|
|
{ label: '成立时间', model: 'create_date', list: 'time', type: 'select' },
|
|
{ label: '企业人数', model: 'number', list: 'number', type: 'select' },
|
|
{ label: '企业人数', model: 'number', list: 'number', type: 'select' },
|
|
{
|
|
{
|
|
@@ -12,7 +12,7 @@ export const one = [
|
|
{ label: '行业内排名', model: 'order', list: 'order', type: 'select' },
|
|
{ label: '行业内排名', model: 'order', list: 'order', type: 'select' },
|
|
];
|
|
];
|
|
|
|
|
|
-export const two = [
|
|
|
|
|
|
+export const three = [
|
|
{
|
|
{
|
|
label: '企业负责人',
|
|
label: '企业负责人',
|
|
model: 'responder',
|
|
model: 'responder',
|
|
@@ -54,7 +54,7 @@ export const two = [
|
|
},
|
|
},
|
|
];
|
|
];
|
|
|
|
|
|
-export const three = [
|
|
|
|
|
|
+export const four = [
|
|
{ label: 'PCT申请数', model: 'pctNum', list: 'zscqNum', type: 'select' },
|
|
{ label: 'PCT申请数', model: 'pctNum', list: 'zscqNum', type: 'select' },
|
|
{ label: '授权知识产权', model: 'zscqNum', list: 'zscqNum', type: 'select' },
|
|
{ label: '授权知识产权', model: 'zscqNum', list: 'zscqNum', type: 'select' },
|
|
{ label: '已实施知识产权数', model: 'useZscq', list: 'zscqNum', type: 'select' },
|
|
{ label: '已实施知识产权数', model: 'useZscq', list: 'zscqNum', type: 'select' },
|
|
@@ -81,7 +81,7 @@ export const three = [
|
|
{ label: '新产品利润新产品销售额', model: 'ePer', list: 'ePer', type: 'select', labelWidth: '180px' },
|
|
{ label: '新产品利润新产品销售额', model: 'ePer', list: 'ePer', type: 'select', labelWidth: '180px' },
|
|
];
|
|
];
|
|
|
|
|
|
-export const four = [
|
|
|
|
|
|
+export const fiv = [
|
|
{ label: '年均技改投入', model: 'yearCost', list: 'cost1', type: 'select' },
|
|
{ label: '年均技改投入', model: 'yearCost', list: 'cost1', type: 'select' },
|
|
{ label: '年均外部研发支出', model: 'yearOutCost', list: 'cost1', type: 'select' },
|
|
{ label: '年均外部研发支出', model: 'yearOutCost', list: 'cost1', type: 'select' },
|
|
{ label: '年均政府支持经费(研发补贴)', model: 'yearZfCost', list: 'cost1', type: 'select' },
|
|
{ label: '年均政府支持经费(研发补贴)', model: 'yearZfCost', list: 'cost1', type: 'select' },
|
|
@@ -90,7 +90,7 @@ export const four = [
|
|
{ label: '年均研发人员培训费', model: 'yearTrainCost', list: 'cost3', type: 'select', labelWidth: '160px' },
|
|
{ label: '年均研发人员培训费', model: 'yearTrainCost', list: 'cost3', type: 'select', labelWidth: '160px' },
|
|
];
|
|
];
|
|
|
|
|
|
-export const five = [
|
|
|
|
|
|
+export const six = [
|
|
{ label: '自主申报知识产权数', model: 'selfZscq', list: 'effect', type: 'select', labelWidth: '160px' },
|
|
{ label: '自主申报知识产权数', model: 'selfZscq', list: 'effect', type: 'select', labelWidth: '160px' },
|
|
{ label: '购买(获得许可)知识产权', model: 'buyZscq', list: 'effect', type: 'select', labelWidth: '180px' },
|
|
{ label: '购买(获得许可)知识产权', model: 'buyZscq', list: 'effect', type: 'select', labelWidth: '180px' },
|
|
{ label: '企业自立科技项目数', model: 'comProject', list: 'effect', type: 'select', labelWidth: '160px' },
|
|
{ label: '企业自立科技项目数', model: 'comProject', list: 'effect', type: 'select', labelWidth: '160px' },
|
|
@@ -101,33 +101,33 @@ export const five = [
|
|
{ label: '与产业链关联企业技术合作', model: 'chainProject', list: 'effect', type: 'select', labelWidth: '180px' },
|
|
{ label: '与产业链关联企业技术合作', model: 'chainProject', list: 'effect', type: 'select', labelWidth: '180px' },
|
|
];
|
|
];
|
|
|
|
|
|
-export const six = [
|
|
|
|
|
|
+export const seven = [
|
|
{
|
|
{
|
|
- label: '对外技术合作方式',
|
|
|
|
|
|
+ label: '对外技术合作方式(多选)',
|
|
model: 'out_way',
|
|
model: 'out_way',
|
|
type: 'checkbox',
|
|
type: 'checkbox',
|
|
list: 'way',
|
|
list: 'way',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label: '对外技术合作缘由',
|
|
|
|
|
|
+ label: '对外技术合作缘由(多选)',
|
|
model: 'out_reason',
|
|
model: 'out_reason',
|
|
type: 'checkbox',
|
|
type: 'checkbox',
|
|
list: 'reason',
|
|
list: 'reason',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label: '对外技术合作内容',
|
|
|
|
|
|
+ label: '对外技术合作内容(多选)',
|
|
model: 'out_content',
|
|
model: 'out_content',
|
|
type: 'checkbox',
|
|
type: 'checkbox',
|
|
list: 'content',
|
|
list: 'content',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label: '对外技术需求',
|
|
|
|
|
|
+ label: '对外技术需求(多选)',
|
|
model: 'out_require',
|
|
model: 'out_require',
|
|
type: 'checkbox',
|
|
type: 'checkbox',
|
|
list: 'require',
|
|
list: 'require',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- label: '对外技术使用方式',
|
|
|
|
|
|
+ label: '对外技术使用方式(多选)',
|
|
model: 'out_use',
|
|
model: 'out_use',
|
|
type: 'checkbox',
|
|
type: 'checkbox',
|
|
list: 'use',
|
|
list: 'use',
|