zhangjq
2026-01-28 e7fff4b19129140e8af61ff7c243ec7bbad4190f
public/pages/property/oldRoomFeeImport/oldRoomFeeImport.html
@@ -80,6 +80,20 @@
                            <th class="text-center">
                                <vc:i18n name="业主地址" namespace="oldRoomFeeImport"></vc:i18n>
                            </th>
                           th class="text-center">
    <vc:i18n name="业主地址" namespace="oldRoomFeeImport"></vc:i18n>
</th>
<!-- 地址相关字段(移到这里) -->
<th class="text-center">
    <vc:i18n name="弄号" namespace="oldRoomFeeImport"></vc:i18n>
</th>
<th class="text-center">
    <vc:i18n name="门号" namespace="oldRoomFeeImport"></vc:i18n>
</th>
<th class="text-center">
    <vc:i18n name="室号" namespace="oldRoomFeeImport"></vc:i18n>
</th>
                            <th class="text-center">
                                <vc:i18n name="门幢室号" namespace="oldRoomFeeImport"></vc:i18n>
                            </th>
@@ -137,6 +151,15 @@
                            <th class="text-center">
                                <vc:i18n name="收费止" namespace="oldRoomFeeImport"></vc:i18n>
                            </th>
                            <!-- 地址相关字段 -->
<!-- 收费区间字段 -->
<th class="text-center">
    <vc:i18n name="收费区间-起始日期" namespace="oldRoomFeeImport"></vc:i18n>
</th>
<th class="text-center">
    <vc:i18n name="收费区间-终止日期" namespace="oldRoomFeeImport"></vc:i18n>
</th>
                        </tr>
                    </thead>
                    <tbody>
@@ -145,6 +168,9 @@
                            <td class="text-center">{{ fee.invoiceReceiptNo || '-' }}</td>
                            <td class="text-center">{{ fee.roomId || '-' }}</td>
                            <td class="text-center">{{ fee.propertyAddress || '-' }}</td>
                            <td class="text-center">{{ fee.laneNumber || '-' }}</td> <!-- 弄号 -->
                           <td class="text-center">{{ fee.doorNumber || '-' }}</td> <!-- 门号 -->
                            <td class="text-center">{{ fee.roomNumber || '-' }}</td> <!-- 室号 -->
                            <td class="text-center">{{ fee.doorRoomNum || '-' }}</td>
                            <td class="text-center">{{ fee.secondaryFeeTypeCd || '-' }}</td>
                            <td class="text-center">{{ fee.chargeAmount || '-' }}</td>
@@ -164,6 +190,10 @@
                            <td class="text-center">{{ fee.category22 || '-' }}</td> <!-- 22 项分类 -->
                            <td class="text-center">{{ fee.chargeStart || '-' }}</td> <!-- 收费起 -->
                            <td class="text-center">{{ fee.chargeEnd || '-' }}</td> <!-- 收费止 -->
                            <!-- 收费区间数据 -->
<td class="text-center">{{ fee.chargeStart || '-' }}</td> <!-- 收费区间-起始日期 -->
<td class="text-center">{{ fee.chargeEtart || '-' }}</td> <!-- 收费区间-终止日期 -->
                        </tr>
                    </tbody>