添加合同数据导入功能,修复小区信息添加页面提交错误
| | |
| | | dayRepairPhone: info.dayRepairPhone || info.managementContactDayTel || '', |
| | | nightRepairPhone: info.nightRepairPhone || info.managementContactNightTel || '', |
| | | projectManager: info.projectManager || info.managerName || '', |
| | | hasManagerCertificate: toBoolString(info.hasManagerCertificate, info.managerCert ? 'true' : 'false'), |
| | | hasManagerCertificate: vc.component.toBoolString(info.hasManagerCertificate, info.managerCert ? 'true' : 'false'), |
| | | certificateName: info.certificateName || info.managerCertName || '', |
| | | managerCertificateNo: info.managerCertificateNo || info.managerCertNo || '', |
| | | managerPhone: info.managerPhone || info.managerTel || '', |