|
@@ -319,7 +319,7 @@ export const Addschemas: FormSchema[] = [
|
|
label: '业务员',
|
|
label: '业务员',
|
|
required: true,
|
|
required: true,
|
|
componentProps: {
|
|
componentProps: {
|
|
- maxlength: 50,
|
|
|
|
|
|
+ maxlength: 100,
|
|
},
|
|
},
|
|
colProps: { span: 20 },
|
|
colProps: { span: 20 },
|
|
},
|
|
},
|
|
@@ -346,6 +346,9 @@ export const Addschemas: FormSchema[] = [
|
|
component: 'Input',
|
|
component: 'Input',
|
|
label: '客户名称',
|
|
label: '客户名称',
|
|
required: true,
|
|
required: true,
|
|
|
|
+ componentProps: {
|
|
|
|
+ maxlength: 100,
|
|
|
|
+ },
|
|
colProps: { span: 20 },
|
|
colProps: { span: 20 },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -377,6 +380,9 @@ export const Addschemas: FormSchema[] = [
|
|
component: 'Input',
|
|
component: 'Input',
|
|
label: '终端客户',
|
|
label: '终端客户',
|
|
required: true,
|
|
required: true,
|
|
|
|
+ componentProps: {
|
|
|
|
+ maxlength: 100,
|
|
|
|
+ },
|
|
colProps: { span: 20 },
|
|
colProps: { span: 20 },
|
|
},
|
|
},
|
|
|
|
|
|
@@ -385,6 +391,9 @@ export const Addschemas: FormSchema[] = [
|
|
component: 'Input',
|
|
component: 'Input',
|
|
label: '项目号',
|
|
label: '项目号',
|
|
required: true,
|
|
required: true,
|
|
|
|
+ componentProps: {
|
|
|
|
+ maxlength: 100,
|
|
|
|
+ },
|
|
colProps: { span: 20 },
|
|
colProps: { span: 20 },
|
|
},
|
|
},
|
|
];
|
|
];
|