|
|
@ -122,6 +122,7 @@ export default { |
|
|
|
type: 0, |
|
|
|
code: null, |
|
|
|
company: null, |
|
|
|
shortName: null, |
|
|
|
}, |
|
|
|
//编辑 |
|
|
|
editFormData: { |
|
|
@ -139,11 +140,13 @@ export default { |
|
|
|
isActive: true, |
|
|
|
type: 0, |
|
|
|
concurrencyStamp: null, |
|
|
|
shortName: null, |
|
|
|
}, |
|
|
|
editOptions: {}, |
|
|
|
CreateForm: [ |
|
|
|
{ type: "input", label: "客户代码", prop: "code", colSpan: 12 }, |
|
|
|
{ type: "input", label: "客户名称", prop: 'name', colSpan: 12 }, |
|
|
|
{ type: "input", label: "客户简称", prop: 'shortName', colSpan: 12 }, |
|
|
|
{ type: "select", label: "类型", prop: "type", options: "customerType", colSpan: 12 }, |
|
|
|
{ type: "select", label: "状态", prop: "isActive", options: "openToCloseBit", colSpan: 12 }, |
|
|
|
{ type: "input", label: "国家", prop: "country", colSpan: 12 }, |
|
|
@ -159,6 +162,7 @@ export default { |
|
|
|
editForm: [ |
|
|
|
{ type: "input", label: "客户代码", prop: "code",disabled:"true", colSpan: 12 }, |
|
|
|
{ type: "input", label: "客户名称", prop: 'name', colSpan: 12 }, |
|
|
|
{ type: "input", label: "客户简称", prop: 'shortName', colSpan: 12 }, |
|
|
|
{ type: "select", label: "类型", prop: "type", options: "customerType", colSpan: 12 }, |
|
|
|
{ type: "select", label: "状态", prop: "isActive", options: "openToCloseBit", colSpan: 12 }, |
|
|
|
{ type: "input", label: "国家", prop: "country", colSpan: 12 }, |
|
|
|