| | |
| | | <div style="padding-right:0px;width: 250px; height: 95%; overflow-x: hidden; overflow-y: scroll;" class="room-floor-unit-tree"> |
| | | <vc:create path="property/roomTreeDiv" callBackListener="phoneMeterManage"></vc:create> |
| | | </div> |
| | | <div class="margin-top-xs margin-left-sm" style="flex-grow: 1;"> |
| | | <div class="margin-top-xs margin-left-sm" style="flex-grow: 1;width: 50%;"> |
| | | <div class="ibox "> |
| | | <div class="ibox-title"> |
| | | <h5> |
| | |
| | | 经办人 |
| | | </th> |
| | | <th class="text-center"> |
| | | 是否过户(是/否) |
| | | 是否过户 |
| | | </th> |
| | | <th class="text-center"> |
| | | 过户后公司名称 |
| | |
| | | 过户日期 |
| | | </th> |
| | | <th class="text-center"> |
| | | 路 |
| | | </th> |
| | | <th class="text-center"> |
| | | 弄 |
| | | </th> |
| | | <th class="text-center"> |
| | | 门 |
| | | </th> |
| | | <th class="text-center"> |
| | | 室 |
| | | </th> |
| | | <th class="text-center"> |
| | | 地址 |
| | | </th> |
| | | <th class="text-center"> |
| | | 年 |
| | | </th> |
| | | <th class="text-center"> |
| | | 月 |
| | | </th> |
| | | <th class="text-center"> |
| | | 账单所属周期 |
| | | </th> |
| | | <th class="text-center"> |
| | | 最后缴款日期 |
| | | </th> |
| | | <th class="text-center"> |
| | | 套餐及固定费 |
| | | </th> |
| | | <th class="text-center"> |
| | | 套餐外语音通信费 |
| | | </th> |
| | | <th class="text-center"> |
| | | 综合信息服务费 |
| | | </th> |
| | | <th class="text-center"> |
| | | 其他费用 |
| | | </th> |
| | | <th class="text-center"> |
| | | 应付账单金额 |
| | | </th> |
| | | <th class="text-center"> |
| | | 备注1 |
| | | </th> |
| | | <th class="text-center"> |
| | | 已开票金额 |
| | | </th> |
| | | <th class="text-center"> |
| | | 未开票金额 |
| | | </th> |
| | | <th class="text-center"> |
| | | 滞纳金 |
| | | </th> |
| | | <th class="text-center"> |
| | | 小计 |
| | | </th> |
| | | <th class="text-center"> |
| | | 所属单位 |
| | | </th> |
| | | <th class="text-center"> |
| | | 支付日期 |
| | | </th> |
| | | <th class="text-center"> |
| | | 备注2 |
| | | </th> |
| | | <th class="text-center"> |
| | | 数据录入人 |
| | | </th> |
| | | <th class="text-center"> |
| | | 数据录入日期 |
| | | </th> |
| | | <th class="text-center"> |
| | | 财务审核人 |
| | | </th> |
| | | <th class="text-center"> |
| | | 财务审核日期 |
| | | </th> |
| | | <th class="text-center"> |
| | | <vc:i18n name="操作" namespace="phoneMeterManage"></vc:i18n> |
| | |
| | | <!-- 经办人 --> |
| | | <td class="text-center">{{phoneBillFlow.handler || '-'}}</td> |
| | | <!-- 是否过户 --> |
| | | <td class="text-center">{{phoneBillFlow.isTransferred || '-'}}</td> |
| | | <td class="text-center">{{phoneBillFlow.isTransfer || '-'}}</td> |
| | | <!-- 过户后公司名称 --> |
| | | <td class="text-center">{{phoneBillFlow.companyNameAfterTransfer || '-'}}</td> |
| | | <td class="text-center">{{phoneBillFlow.transferredCompany || '-'}}</td> |
| | | <!-- 过户日期 --> |
| | | <td class="text-center">{{phoneBillFlow.transferDate || '-'}}</td> |
| | | <!-- 路 --> |
| | | <td class="text-center">{{phoneBillFlow.roadName || '-'}}</td> |
| | | <!-- 弄 --> |
| | | <td class="text-center">{{phoneBillFlow.floorNum || '-'}}</td> |
| | | <!-- 门 --> |
| | | <td class="text-center">{{phoneBillFlow.unitNum || '-'}}</td> |
| | | <!-- 室 --> |
| | | <td class="text-center">{{phoneBillFlow.roomNum || '-'}}</td> |
| | | <!-- 地址 --> |
| | | <td class="text-center">{{phoneBillFlow.address || '-'}}</td> |
| | | <!-- 年 --> |
| | | <td class="text-center">{{phoneBillFlow.year || '-'}}</td> |
| | | <!-- 月 --> |
| | | <td class="text-center">{{phoneBillFlow.month || '-'}}</td> |
| | | <!-- 账单所属周期 --> |
| | | <td class="text-center">{{phoneBillFlow.billCycle || '-'}}</td> |
| | | <!-- 最后缴款日期 --> |
| | | <td class="text-center">{{phoneBillFlow.lastPaymentDate || '-'}}</td> |
| | | <!-- 套餐及固定费 --> |
| | | <td class="text-center">{{phoneBillFlow.packageFixedFee || '-'}}</td> |
| | | <!-- 套餐外语音通信费 --> |
| | | <td class="text-center">{{phoneBillFlow.extraVoiceFee || '-'}}</td> |
| | | <!-- 综合信息服务费 --> |
| | | <td class="text-center">{{phoneBillFlow.comprehensiveInfoFee || '-'}}</td> |
| | | <!-- 其他费用 --> |
| | | <td class="text-center">{{phoneBillFlow.otherFee || '-'}}</td> |
| | | <!-- 应付账单金额 --> |
| | | <td class="text-center">{{phoneBillFlow.payableAmount || '-'}}</td> |
| | | <!-- 备注1 --> |
| | | <td class="text-center">{{phoneBillFlow.remark1 || '-'}}</td> |
| | | <!-- 已开票金额 --> |
| | | <td class="text-center">{{phoneBillFlow.invoicedAmount || '-'}}</td> |
| | | <!-- 未开票金额 --> |
| | | <td class="text-center">{{phoneBillFlow.uninvoicedAmount || '-'}}</td> |
| | | <!-- 滞纳金 --> |
| | | <td class="text-center">{{phoneBillFlow.lateFee || '-'}}</td> |
| | | <!-- 小计 --> |
| | | <td class="text-center">{{phoneBillFlow.subtotal || '-'}}</td> |
| | | <!-- 所属单位 --> |
| | | <td class="text-center">{{phoneBillFlow.affiliatedUnit || '-'}}</td> |
| | | <!-- 支付日期 --> |
| | | <td class="text-center">{{phoneBillFlow.paymentDate || '-'}}</td> |
| | | <!-- 备注2 --> |
| | | <td class="text-center">{{phoneBillFlow.remark2 || '-'}}</td> |
| | | <!-- 数据录入人 --> |
| | | <td class="text-center">{{phoneBillFlow.dataEntryPerson || '-'}}</td> |
| | | <!-- 数据录入日期 --> |
| | | <td class="text-center">{{phoneBillFlow.dataEntryDate || '-'}}</td> |
| | | <!-- 财务审核人 --> |
| | | <td class="text-center">{{phoneBillFlow.financialAuditor || '-'}}</td> |
| | | <!-- 财务审核日期 --> |
| | | <td class="text-center">{{phoneBillFlow.financialAuditDate || '-'}}</td> |
| | | <td class="text-center"> |
| | | <div class="btn-group"> |
| | | <button class="btn-white btn btn-xs" |