Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html/pages/property/printPayFeeBangTai/printPayFeeBangTai.html
2025-12-09 20:22:03 +08:00

144 lines
8.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div>
<div>
<div>
<div class=" text-center">
<div style="color:#000;font-size:36px">{{printPayFeeInfo.communityName}} {{printPayFeeInfo.apply ==
'Y'?'申请单':'收据单'}}</div>
<span style="color:#000;font-size:20px"><span>
<vc:i18n name="单号" namespace="printPayFeeBangTai"></vc:i18n>
</span>{{printPayFeeInfo.receiptNum}}</span>
</div>
<div style="color:#000;font-size:20px;margin-left:20px">
<div class="float-left">
<span>
<vc:i18n name="业主:" namespace="printPayFeeBangTai"></vc:i18n>
</span>{{printPayFeeInfo.payObjName}}
</div>
<div class="float-right text-right">
<span>
<vc:i18n name="缴费时间:" namespace="printPayFeeBangTai"></vc:i18n>
</span>{{printPayFeeInfo.feeTime}}
</div>
</div>
<table class="table vc-table-border" style="color:#000;font-size:20px">
<thead>
<tr>
<th scope="col" class="text-center" width="80px">
<vc:i18n name="编号" namespace="printPayFeeBangTai"></vc:i18n>
</th>
<th scope="col" class="text-center">
<vc:i18n name="收费项目" namespace="printPayFeeBangTai"></vc:i18n>
</th>
<th scope="col" class="text-center">
<vc:i18n name="房屋/车辆" namespace="printPayFeeBangTai"></vc:i18n>
</th>
<th scope="col" class="text-center">
<vc:i18n name="收费范围" namespace="printPayFeeBangTai"></vc:i18n>
</th>
<th scope="col" class="text-center">
<vc:i18n name="周期" namespace="printPayFeeBangTai"></vc:i18n>
</th>
<th scope="col" class="text-center">
<vc:i18n name="单价/固定费" namespace="printPayFeeBangTai"></vc:i18n>
</th>
<th scope="col" class="text-center">
<vc:i18n name="面积/用量" namespace="printPayFeeBangTai"></vc:i18n>
</th>
<th scope="col" class="text-center">
<vc:i18n name="支付方式" namespace="printPayFee"></vc:i18n>
</th>
<th scope="col" class="text-center">
<vc:i18n name="金额" namespace="printPayFeeBangTai"></vc:i18n>
</th>
<th scope="col" class="text-center">
<vc:i18n name="优惠金额" namespace="printPayFeeBangTai"></vc:i18n>
</th>
<th scope="col" class="text-center">
<vc:i18n name="备注" namespace="printPayFeeBangTai"></vc:i18n>
</th>
</tr>
</thead>
<tbody class="vc-table-border" style="color:#000;font-size:20px">
<tr v-for="(item,index) in printPayFeeInfo.fees" class="vc-table-border">
<th scope="row" class="text-center">{{index +1}}</th>
<td class="text-center">{{item.feeName}}</td>
<td class="text-center">{{item.objName}}</td>
<td class="text-center" v-if="item.preDegrees">
{{vc.dateFormat(item.startTime)}}<span>
<vc:i18n name="至" namespace="printPayFeeBangTai"></vc:i18n>
</span>{{vc.dateFormat(item.endTime)}}</br>
{{item.preDegrees}} 至 {{item.curDegrees}}
</td>
<!-- 根据山东 需求 如果为押金时 显示为无-->
<td class="text-center" v-else-if="item.feeTypeCd == '888800010006'">
</td>
<td class="text-center" v-else>
{{vc.dateFormat(item.startTime)}}<span>
<vc:i18n name="至" namespace="printPayFeeBangTai"></vc:i18n>
</span>{{vc.dateFormat(item.endTime)}}
</td>
<!--<td class="text-center">{{item.startTime}}<span><vc:i18n name="至" namespace="printPayFeeBangTai"></vc:i18n></span>{{item.endTime}}</td>-->
<td class="text-center">{{item.cycle}}</td>
<td class="text-center">{{item.squarePrice}}</td>
<td class="text-center">{{item.area}}</td>
<td class="text-center">{{item.primeRate}}</td>
<td class="text-center">{{item.amount}}</td>
<td class="text-center">{{item.discountPrice}}</td>
<td class="text-center" width="200px">{{item.remark}}</td>
</tr>
<tr>
<td colspan="3" class="text-center "><span>
<vc:i18n name="大写人民币" namespace="printPayFeeBangTai"></vc:i18n>
</span>(元)</td>
<td colspan="4" class="text-center ">{{vc.changeNumMoneyToChinese(printPayFeeInfo.amount)}}
</td>
<td colspan="1" class="text-center ">{{_computeSumArea()}}
</td>
<td colspan="3" class="text-center ">{{printPayFeeInfo.amount}}</td>
</tr>
<tr height="60px">
<td colspan="6">
<p style="max-width: 600px;">
<!-- {{printPayFeeInfo.content}} -->
<div v-html="printPayFeeInfo.content"></div>
</p>
</td>
<td colspan="5">
<img :src="printPayFeeInfo.qrImg" width="100px" height="100px">
</td>
</tr>
</tbody>
</table>
</div>
<div class="row">
<div class="col-md-10">
<div class="row" style="color:#000;font-size:20px;margin-left: 10px;">
<div class="float-left" style="width: 20%;"><span>
<vc:i18n name="部门负责人" namespace="printPayFeeBangTai"></vc:i18n>
</span></div>
<div class="float-left" style="width: 20%;"><span>
<vc:i18n name="经办人" namespace="printPayFeeBangTai"></vc:i18n>
</span>{{vc.getData('/nav/getUserInfo').name}}</div>
<div class="float-left" style="width: 20%;"><span>
<vc:i18n name="财务收款" namespace="printPayFeeBangTai"></vc:i18n>
</span></div>
<div class="float-left" style="width: 20%;"><span>
<vc:i18n name="客户确认" namespace="printPayFeeBangTai"></vc:i18n>
</span></div>
</div>
</div>
<div class="col-md-2" id="print-btn">
<button class="btn btn-primary float-right" type="button" v-on:click="_printPurchaseApplyDiv()">
<i class="fa fa-check"></i>&nbsp;打印
</button>
<button type="button" class="btn btn-warning float-right" style="margin-right:20px;"
v-on:click="_closePage()"><span>
<vc:i18n name="取消" namespace="printPayFeeBangTai"></vc:i18n>
</span>
</button>
</div>
</div>
</div>
</div>