|
@@ -265,6 +265,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '企业名称',
|
|
|
+ },
|
|
|
required: true,
|
|
|
},
|
|
|
{
|
|
@@ -275,6 +278,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '法人代表',
|
|
|
+ },
|
|
|
required: true,
|
|
|
},
|
|
|
{
|
|
@@ -285,6 +291,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '工商登记号',
|
|
|
+ },
|
|
|
required: true,
|
|
|
},
|
|
|
{
|
|
@@ -295,6 +304,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '国税税号',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'landTax',
|
|
@@ -304,12 +316,16 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '地税税号',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'nature',
|
|
|
label: '单位性质',
|
|
|
component: 'Select',
|
|
|
componentProps: {
|
|
|
+ placeholder: '单位性质',
|
|
|
options: [
|
|
|
{
|
|
|
label: '国有企业',
|
|
@@ -359,6 +375,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '成立时间',
|
|
|
+ },
|
|
|
required: true,
|
|
|
},
|
|
|
{
|
|
@@ -369,6 +388,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '行业分类',
|
|
|
+ },
|
|
|
required: true,
|
|
|
},
|
|
|
{
|
|
@@ -379,6 +401,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '职工人数',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'partyNum',
|
|
@@ -389,6 +414,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '党员数',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'tel',
|
|
@@ -399,6 +427,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '电话',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'fax',
|
|
@@ -409,6 +440,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '传真',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'zipCode',
|
|
@@ -419,6 +453,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '邮箱',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'address',
|
|
@@ -429,6 +466,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '地址',
|
|
|
+ },
|
|
|
required: true,
|
|
|
},
|
|
|
{
|
|
@@ -440,6 +480,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '大专以上文化人数',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'laidNum',
|
|
@@ -450,6 +493,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '安置下岗人数',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'partyCase',
|
|
@@ -460,6 +506,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '党、团工会情况',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'web',
|
|
@@ -470,6 +519,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '网址',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'email',
|
|
@@ -480,6 +532,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '电子邮箱',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'technology',
|
|
@@ -489,6 +544,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '高新技术企业认证',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'technologyDept',
|
|
@@ -505,6 +563,9 @@ export const schemas: FormSchema[] = [
|
|
|
}
|
|
|
return false;
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '高新技术企业认证部门',
|
|
|
+ },
|
|
|
required: ({ values }) => {
|
|
|
if (values.technology) {
|
|
|
return true;
|
|
@@ -520,6 +581,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '外贸自营进出口权',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'foreignTradeDept',
|
|
@@ -536,6 +600,9 @@ export const schemas: FormSchema[] = [
|
|
|
}
|
|
|
return false;
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '外贸自营进出口权批准部门',
|
|
|
+ },
|
|
|
required: ({ values }) => {
|
|
|
if (values.foreignTrade) {
|
|
|
return true;
|
|
@@ -551,6 +618,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '质量管理、质量保证系列认证标准',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'qualityDept',
|
|
@@ -567,6 +637,9 @@ export const schemas: FormSchema[] = [
|
|
|
}
|
|
|
return false;
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '质量管理、质量保证系列认证标准认证部门',
|
|
|
+ },
|
|
|
required: ({ values }) => {
|
|
|
if (values.quality) {
|
|
|
return true;
|
|
@@ -583,6 +656,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '注册资金(万元)',
|
|
|
+ },
|
|
|
required: true,
|
|
|
},
|
|
|
{
|
|
@@ -594,6 +670,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '资产(万元)',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'ownerMoney',
|
|
@@ -604,6 +683,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '所有者权益(万元)',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'sellMoney',
|
|
@@ -614,6 +696,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '销售收入(万元)',
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
field: 'product',
|
|
@@ -624,6 +709,9 @@ export const schemas: FormSchema[] = [
|
|
|
colProps: {
|
|
|
span: adaptWidth.elContainer,
|
|
|
},
|
|
|
+ componentProps: {
|
|
|
+ placeholder: '主要经营项目',
|
|
|
+ },
|
|
|
required: true,
|
|
|
},
|
|
|
];
|