|
@ -143,7 +143,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
editOptions: {}, |
|
|
editOptions: {}, |
|
|
CreateForm: [ |
|
|
CreateForm: [ |
|
|
{ type: "input", label: "客户代码", prop: "code", colSpan: 12, validType:'numberLetter' }, |
|
|
{ type: "input", label: "客户代码", prop: "code", colSpan: 12, validType:'numberLetterBar' }, |
|
|
{ type: "input", label: "客户名称", prop: 'name', colSpan: 12 }, |
|
|
{ type: "input", label: "客户名称", prop: 'name', colSpan: 12 }, |
|
|
{ type: "input", label: "客户简称", prop: 'shortName', colSpan: 12 }, |
|
|
{ type: "input", label: "客户简称", prop: 'shortName', colSpan: 12 }, |
|
|
{ type: "select", label: "类型", prop: "type", options: "customerType", colSpan: 12 }, |
|
|
{ type: "select", label: "类型", prop: "type", options: "customerType", colSpan: 12 }, |
|
|