| | |
| | | }); |
| | | }, |
| | | methods: { |
| | | _computeTableDivWidth: function () { |
| | | let mainWidth = document.getElementsByTagName('body')[0].clientWidth - document.getElementById('menu-nav').offsetWidth; |
| | | mainWidth = mainWidth - 20 - 15 - 20; |
| | | return mainWidth + 'px'; |
| | | }, |
| | | _initDate: function () { |
| | | }, |
| | | _loadCommunityList: function () { |
| | |
| | | |
| | | return { |
| | | flowCode: item.flowNumber || '--', |
| | | communityCode: item.projectCode || '--', |
| | | projectCode: item.projectCode || '--', |
| | | communityName: item.projectName || '--', |
| | | auxiliaryColumn: item.auxiliaryColumn || '--', |
| | | date: item.date || '--', |
| | | projectContent: item.projectContent || '--', |
| | | managementAmount: item.managementOfficeAmount || '--', |
| | |
| | | buildingType: item.buildingOrAll || '--', |
| | | maintenanceType: item.maintenanceType || '--', |
| | | costDetailId: item.id, |
| | | _originalData: item |
| | | _originalData: item, |
| | | projectCode: item.projectCode || '--', |
| | | auxiliaryColumn: item.auxiliaryColumn || '--', |
| | | flowNumber: item.flowNumber || '--', |
| | | serialNumber: item.serialNumber || '--', |
| | | projectName: item.projectName || '--', |
| | | year: item.year || '--', |
| | | month: item.month || '--', |
| | | day: item.day || '--', |
| | | date: item.date || '--', |
| | | projectContent: item.projectContent || '--', |
| | | managementOfficeAmount: item.managementOfficeAmount || '--', |
| | | managementOfficeSeal: item.managementOfficeSeal || '--', |
| | | ownersCommitteeAmount: item.ownersCommitteeAmount || '--', |
| | | auditAmount: item.auditAmount || '--', |
| | | ownersCommitteeSeal: item.ownersCommitteeSeal || '--', |
| | | reportDepartment: item.reportDepartment || '--', |
| | | fundTypeLevel1: item.fundTypeLevel1 || '--', |
| | | fundTypeLevel2: item.fundTypeLevel2 || '--', |
| | | maintenanceType: item.maintenanceType || '--', |
| | | buildingOrAll: item.buildingOrAll || '--', |
| | | specificAnnouncementStatus: item.specificAnnouncementStatus || '--', |
| | | quota: item.quota || '--', |
| | | ownersCommitteeResolution: item.ownersCommitteeResolution || '--', |
| | | ownersCommitteeConsultation: item.ownersCommitteeConsultation || '--', |
| | | withdrawalEncounteredProblem: item.withdrawalEncounteredProblem || '--', |
| | | shortageOrArrears: item.shortageOrArrears || '--', |
| | | roadName: item.roadName || '--', |
| | | lane: item.lane || '--', |
| | | door: item.door || '--', |
| | | room: item.room || '--', |
| | | doorRoomNumber: item.doorRoomNumber || '--', |
| | | ownerAddress: item.ownerAddress || '--', |
| | | qualityGuaranteePeriod2: item.qualityGuaranteePeriod2 || '--', |
| | | qualityGuaranteeRatio: item.qualityGuaranteeRatio || '--', |
| | | qualityGuaranteeAmount: item.qualityGuaranteeAmount || '--', |
| | | acceptanceDate: item.acceptanceDate || '--', |
| | | auditDate: item.auditDate || '--', |
| | | availableWithdrawalDate: item.availableWithdrawalDate || '--', |
| | | managementFeeRatio: item.managementFeeRatio || '--', |
| | | payeeName: item.payeeName || '--', |
| | | idCardNumber: item.idCardNumber || '--', |
| | | bankName: item.bankName || '--', |
| | | bankAccount: item.bankAccount || '--', |
| | | advancedPayment: item.advancedPayment || '--', |
| | | payableAmountD: item.payableAmountD || '--' |
| | | }; |
| | | }); |
| | | |