|
@@ -128,12 +128,18 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
label: "编码(code)",
|
|
|
field: "code",
|
|
|
component: 'Input',
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
//colProps: {span: 6},
|
|
|
},
|
|
|
{
|
|
|
label: "名称(name)",
|
|
|
field: "name",
|
|
|
component: 'Input',
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
//colProps: {span: 6},
|
|
|
},
|
|
|
{
|
|
@@ -237,6 +243,9 @@ export const formSchema: FormSchema[] = [
|
|
|
colProps: {span: 12},
|
|
|
labelWidth: 250,
|
|
|
required: true,
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '简称(abbreviation)',
|
|
@@ -244,6 +253,9 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'Input',
|
|
|
labelWidth: 200,
|
|
|
colProps: {span: 12},
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '曾用名(nameUsedBefore)',
|
|
@@ -251,6 +263,9 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'Input',
|
|
|
labelWidth: 250,
|
|
|
colProps: {span: 12},
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '税号(dutyParagraph)',
|
|
@@ -258,6 +273,9 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'Input',
|
|
|
labelWidth: 200,
|
|
|
colProps: {span: 12},
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '法人(legalPerson)',
|
|
@@ -265,6 +283,9 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'Input',
|
|
|
labelWidth: 250,
|
|
|
colProps: {span: 12},
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '联系人(contacts)',
|
|
@@ -279,6 +300,9 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'Input',
|
|
|
labelWidth: 250,
|
|
|
colProps: {span: 12},
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '邮箱(email)',
|
|
@@ -286,6 +310,9 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'Input',
|
|
|
labelWidth: 200,
|
|
|
colProps: {span: 12},
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '注册地址(registerAddress)',
|
|
@@ -293,6 +320,9 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'Input',
|
|
|
labelWidth: 250,
|
|
|
colProps: {span: 12},
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '办公地址(officeAddress)',
|
|
@@ -300,6 +330,9 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'Input',
|
|
|
labelWidth: 200,
|
|
|
colProps: {span: 12},
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '发票地址(invoiceAddress)',
|
|
@@ -307,6 +340,9 @@ export const formSchema: FormSchema[] = [
|
|
|
colProps: {span: 12},
|
|
|
labelWidth: 250,
|
|
|
component: 'Input',
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '币种(currency)',
|
|
@@ -344,6 +380,9 @@ export const formSchema: FormSchema[] = [
|
|
|
labelWidth: 250,
|
|
|
colProps: {span: 12},
|
|
|
component: 'InputNumber',
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '折扣(discount)',
|
|
@@ -353,6 +392,7 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'InputNumber',
|
|
|
componentProps: {
|
|
|
addonAfter:"%",
|
|
|
+ AutoComplete:'off'
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -363,6 +403,7 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'InputNumber',
|
|
|
componentProps: {
|
|
|
addonAfter:"%",
|
|
|
+ AutoComplete:'off'
|
|
|
// formatter: (value) => {
|
|
|
// if(value&&value!==''){
|
|
|
// return value + '%';
|
|
@@ -390,6 +431,7 @@ export const formSchema: FormSchema[] = [
|
|
|
component: 'InputNumber',
|
|
|
componentProps: {
|
|
|
addonAfter:"%",
|
|
|
+ AutoComplete:'off'
|
|
|
// formatter: (value) => {
|
|
|
// if(value&&value!==''){
|
|
|
// return value + '%';
|
|
@@ -427,7 +469,10 @@ export const formSchema: FormSchema[] = [
|
|
|
field: 'notes',
|
|
|
colProps: {span: 24},
|
|
|
labelWidth: 200,
|
|
|
- component: 'Input'
|
|
|
+ component: 'Input',
|
|
|
+ componentProps:{
|
|
|
+ AutoComplete:'off'
|
|
|
+ },
|
|
|
},
|
|
|
|
|
|
// TODO 主键隐藏字段,目前写死为ID
|