zhangjq
2026-01-27 6f51f667ae7b13dca029045c221d0b1722cf98df
public/components/property/simplifyRoomFee/simplifyRoomFee.html
@@ -22,6 +22,7 @@
            <select class="custom-select custom-select-sm" v-model="simplifyRoomFeeInfo.state"
                    @change="_changeSimplifyRoomConfigId()">
                <option selected value="">{{vc.i18n('请选择状态','simplifyRoomFee')}}</option>
                <option value="">{{vc.i18n('全部','simplifyRoomFee')}}</option>
                <option value="2008001">{{vc.i18n('有效','simplifyRoomFee')}}</option>
                <option value="2009001">{{vc.i18n('收费结束','simplifyRoomFee')}}</option>
            </select>
@@ -85,7 +86,7 @@
            <thead>
            <tr>
                <th class="text-center">
                    <vc:i18n name="费用项目" namespace="simplifyRoomFee"></vc:i18n>
                    <vc:i18n name="收费内容" namespace="simplifyRoomFee"></vc:i18n>
                </th>
                <th class="text-center">
                    <vc:i18n name="费用标识" namespace="simplifyRoomFee"></vc:i18n>
@@ -128,7 +129,7 @@
                <td class="text-center">{{fee.feeFlagName}}</td>
                <td class="text-center">{{fee.feeTypeCdName}}</td>
                <td class="text-center">{{fee.secondaryFeeTypeCdName}}</td>
                <td class="text-center">{{fee.amountOwed.replace(/\B(?=(\d{3})+(?!\d))/g, ',')}}</td>
                <td class="text-center">{{fee.amountOwed ? fee.amountOwed.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') : '0'}}</td>
                <td class="text-center">{{fee.startTime}}</td>
                <td class="text-center">{{_getEndTime(fee)}}~<br/>{{_getDeadlineTime(fee)}}</td>
                <td class="text-center" v-if="fee.computingFormula == '5005' || fee.computingFormula == '9009'"
@@ -140,10 +141,10 @@
                        <span><vc:i18n name="本期度数:" namespace="simplifyRoomFee"></vc:i18n></span>{{fee.curDegrees}}
                    </div>
                    <div>
                        <span><vc:i18n name="单价:" namespace="simplifyRoomFee"></vc:i18n></span>{{getOnePrice1(fee).replace(/\B(?=(\d{3})+(?!\d))/g, ',')}}
                        <span><vc:i18n name="单价:" namespace="simplifyRoomFee"></vc:i18n></span>{{getOnePrice1(fee) ? getOnePrice1(fee).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') : '0'}}
                    </div>
                    <div>
                        <span><vc:i18n name="附加费:" namespace="simplifyRoomFee"></vc:i18n></span>{{fee.additionalAmount.replace(/\B(?=(\d{3})+(?!\d))/g, ',')}}
                        <span><vc:i18n name="附加费:" namespace="simplifyRoomFee"></vc:i18n></span>{{fee.additionalAmount ? fee.additionalAmount.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') : '0'}}
                    </div>
                </td>
                <td class="text-center" v-else-if="fee.computingFormula == '6006'"
@@ -200,7 +201,7 @@
                                    <vc:i18n name="取消费用" namespace="simplifyRoomFee"></vc:i18n>
                                </a>
                            </p>
                            <p v-if="vc.hasPrivilege('502021070488970005')">
                            <p>
                                <a href="javascript:void(0)" v-on:click="_finishFee(fee)">
                                    <vc:i18n name="手工结束" namespace="simplifyRoomFee"></vc:i18n>
                                </a>
@@ -232,7 +233,7 @@
            <thead>
            <tr>
                <th class="text-center">
                    <vc:i18n name="费用项目" namespace="simplifyRoomFee"></vc:i18n>
                    <vc:i18n name="收费内容" namespace="simplifyRoomFee"></vc:i18n>
                </th>
                <th class="text-center">
                    <vc:i18n name="费用标识" namespace="simplifyRoomFee"></vc:i18n>
@@ -264,7 +265,7 @@
                <td class="text-center">{{fee.feeFlagName}}</td>
                <td class="text-center">{{fee.feeTypeCdName}}</td>
                <td class="text-center">{{fee.detailYear}}-{{fee.detailMonth}}</td>
                <td class="text-center">{{fee.receivableAmount}}</td>
                <td class="text-center">{{fee.receivableAmount || '0'}}</td>
                <td class="text-center" v-if="fee.computingFormula == '5005' || fee.computingFormula == '9009'"
                    :title="_simplifyRoomGetFeeOwnerInfo(fee.feeAttrs)">
                    <div>
@@ -298,12 +299,12 @@
                    <div>
                        <span>
                            <vc:i18n name="单价:" namespace="simplifyRoomFee"></vc:i18n>
                        </span>{{fee.squarePrice}}
                        </span>{{fee.squarePrice || '0'}}
                    </div>
                    <div>
                        <span>
                            <vc:i18n name="附加费:" namespace="simplifyRoomFee"></vc:i18n>
                        </span>{{fee.additionalAmount}}
                        </span>{{fee.additionalAmount || '0'}}
                    </div>
                </td>
                <td class="text-center" width="150" v-else-if="fee.feeTypeCd == '888800010017'"
@@ -367,4 +368,14 @@
        </div>
    </div>
    <vc:create path="property/tempImportRoomFee"></vc:create>
    <vc:create path="property/finishFee"></vc:create>
    <vc:create path="property/deleteFee"></vc:create>
    <vc:create path="property/editFee"></vc:create>
    <vc:create path="property/roomCreateFeeAdd"></vc:create>
    <vc:create path="property/carCreateFeeAdd"></vc:create>
    <vc:create path="property/addMeterWater" callBackListener="" callBackFunction=""></vc:create>
    <vc:create path="property/addProxyFee" callBackListener="" callBackFunction=""></vc:create>
    <vc:create path="property/searchRoom" emitChooseRoom="simplifyAcceptance" emitLoadData="list" roomFlag="1"
               showSearchCondition="false"></vc:create>
    <vc:create path="property/editMachineTranslate"></vc:create>
</div>