|
|
@ -167,18 +167,18 @@ export default { |
|
|
customerOrgType: [], //单位类别 |
|
|
customerOrgType: [], //单位类别 |
|
|
}, |
|
|
}, |
|
|
pojo: { |
|
|
pojo: { |
|
|
displayName: "string", |
|
|
|
|
|
shortName: "string", |
|
|
|
|
|
invoiceName: "string", |
|
|
|
|
|
|
|
|
displayName: "", |
|
|
|
|
|
shortName: "", |
|
|
|
|
|
invoiceName: "", |
|
|
parentId: null, |
|
|
parentId: null, |
|
|
telephone: "string", |
|
|
|
|
|
fax: "string", |
|
|
|
|
|
postalCode: "string", |
|
|
|
|
|
address: "string", |
|
|
|
|
|
bank: "string", |
|
|
|
|
|
accounts: "string", |
|
|
|
|
|
|
|
|
telephone: "", |
|
|
|
|
|
fax: "", |
|
|
|
|
|
postalCode: "", |
|
|
|
|
|
address: "", |
|
|
|
|
|
bank: "", |
|
|
|
|
|
accounts: "", |
|
|
orgTypeId: null, |
|
|
orgTypeId: null, |
|
|
remark: "string", |
|
|
|
|
|
|
|
|
remark: "", |
|
|
isLock: "N", |
|
|
isLock: "N", |
|
|
isActive: "Y", |
|
|
isActive: "Y", |
|
|
organizationUnitId: null, |
|
|
organizationUnitId: null, |
|
|
|