zhangjiaqing
1 天以前 350fd63763da0d3a2ca9a7107dc30c6a007a7b70
public/pages/property/phoneMeterManage/phoneMeterManage.html
@@ -1,9 +1,9 @@
<div>
    <div class="flex justify-start">
        <div style="padding-right:0px;width: 200px; height: 95%; overflow-x: hidden; overflow-y: scroll;" class="room-floor-unit-tree">
        <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>
@@ -43,26 +43,27 @@
                    <h5>
                        <vc:i18n name="电话表信息" namespace="phoneMeterManage"></vc:i18n>
                    </h5>
                    <div class="ibox-tools" style="top:10px;">
                </div>
                <div class="ibox-content">
                    <!-- 按钮区域 -->
                    <div style="display: flex; gap: 8px; align-items: center; margin-bottom: 15px; flex-wrap: wrap; width: 100%;">
                        <button type="button" class="btn btn-primary btn-sm" v-if="phoneMeterManageInfo.conditions.objId" @click="_openAddPhoneBillFlowModal()">
                            <vc:i18n name="抄表" namespace="phoneMeterManage"></vc:i18n>
                        </button>
                        <button type="button" class="btn btn-white btn-sm" style="margin-left:10px"
                        <button type="button" class="btn btn-white btn-sm"
                            @click="_openPhoneBillFlowImport()">
                            <i class="fa fa-plus"></i>抄表导入
                        </button>
                        <button type="button" class="btn btn-white btn-sm" style="margin-left:10px"
                        <button type="button" class="btn btn-white btn-sm"
                            @click="_openBatchAddPhoneBillFlowModal()">
                            <i class="fa fa-plus"></i>批量添加
                        </button>
                    </div>
                </div>
                <div class="ibox-content">
                    <div class="hc-table-div" :style="{'width':_computeTableDivWidth()}">
                    <!-- 表格区域 -->
                    <div style="overflow-x: auto; margin-bottom: 15px;">
                        <table class="table table-stripped table-condensed" data-page-size="15">
                            <thead>
                                <tr>
                                <tr style="white-space: nowrap;">
                                    <th class="text-center">
                                        分账序号
                                    </th>
@@ -79,7 +80,7 @@
                                        经办人
                                    </th>
                                    <th class="text-center">
                                        是否过户(是/否)
                                        是否过户
                                    </th>
                                    <th class="text-center">
                                        过户后公司名称
@@ -88,19 +89,70 @@
                                        过户日期
                                    </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>
@@ -108,33 +160,67 @@
                                </tr>
                            </thead>
                            <tbody>
        <tr v-for="phoneBillFlow in phoneMeterManageInfo.phoneBillFlows">
                                     <!-- 分账序号 -->
                                     <td class="text-center">{{phoneBillFlow.profitShareSerial || '-'}}</td>
                                     <!-- 设备号 -->
                                     <td class="text-center">{{phoneBillFlow.deviceNumber || '-'}}</td>
                                     <!-- 收款方 -->
                                     <td class="text-center">{{phoneBillFlow.payee || '-'}}</td>
                                     <!-- 户名 -->
                                     <td class="text-center">{{phoneBillFlow.accountName || '-'}}</td>
                                     <!-- 经办人 -->
                                     <td class="text-center">{{phoneBillFlow.handler || '-'}}</td>
                                     <!-- 是否过户 -->
                                     <td class="text-center">{{phoneBillFlow.isTransferred || '-'}}</td>
                                     <!-- 过户后公司名称 -->
                                     <td class="text-center">{{phoneBillFlow.companyNameAfterTransfer || '-'}}</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>
                                <tr v-for="phoneBillFlow in phoneMeterManageInfo.phoneBillFlows" style="white-space: nowrap;">
                                    <!-- 分账序号 -->
                                    <td class="text-center">{{phoneBillFlow.profitShareSerial || '-'}}</td>
                                    <!-- 设备号 -->
                                    <td class="text-center">{{phoneBillFlow.deviceNumber || '-'}}</td>
                                    <!-- 收款方 -->
                                    <td class="text-center">{{phoneBillFlow.payee || '-'}}</td>
                                    <!-- 户名 -->
                                    <td class="text-center">{{phoneBillFlow.accountName || '-'}}</td>
                                    <!-- 经办人 -->
                                    <td class="text-center">{{phoneBillFlow.handler || '-'}}</td>
                                    <!-- 是否过户 -->
                                    <td class="text-center">{{phoneBillFlow.isTransfer || '-'}}</td>
                                    <!-- 过户后公司名称 -->
                                    <td class="text-center">{{phoneBillFlow.transferredCompany || '-'}}</td>
                                    <!-- 过户日期 -->
                                    <td class="text-center">{{phoneBillFlow.transferDate || '-'}}</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"
@@ -153,8 +239,10 @@
                            </tbody>
                        </table>
                    </div>
                    <!-- 分页 -->
                    <vc:create path="frame/pagination"></vc:create>
                    <!-- 分页区域 -->
                    <div style="display: flex; justify-content: flex-end; align-items: center;">
                        <vc:create path="frame/pagination"></vc:create>
                    </div>
                </div>
            </div>