zhangjiaqing
8 天以前 1cef3adee31c6934c0da4b4f0b8a6f5ac03b364f
public/pages/property/costDetail/costDetail.js
@@ -59,6 +59,11 @@
            });
        },
        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 () {
@@ -189,8 +194,9 @@
                                    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 || '--',
@@ -204,7 +210,52 @@
                                        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 || '--'
                                    };
                                });