优化支付方式

This commit is contained in:
Your Name 2023-09-07 18:28:11 +08:00
parent cb79a1f6a9
commit f8a5d26a55
2 changed files with 68 additions and 24 deletions

View File

@ -31,7 +31,7 @@
<th scope="col" class="text-center"><vc:i18n name="备注" namespace="printPayFee"></vc:i18n></th>
</tr>
</thead>
<tbody class="vc-table-border" style="color:#000;font-size:14px">
<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>

View File

@ -4,30 +4,58 @@
<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>
<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><span><vc:i18n name="业主" namespace="printPayFeeBangTai"></vc:i18n></span>{{printPayFeeInfo.payObjName}}</span>
<span>
<vc:i18n name="业主:" namespace="printPayFeeBangTai"></vc:i18n>
</span>{{printPayFeeInfo.payObjName}}
</div>
<div class="float-right text-right">
<span><span><vc:i18n name="缴费时间" namespace="printPayFeeBangTai"></vc:i18n></span>{{printPayFeeInfo.feeTime}}</span>
<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"><span><vc:i18n name="编号" namespace="printPayFeeBangTai"></vc:i18n></span></th>
<th scope="col" class="text-center"><span><vc:i18n name="收费项目" namespace="printPayFeeBangTai"></vc:i18n></span></th>
<th scope="col" class="text-center"><span><vc:i18n name="房屋" namespace="printPayFeeBangTai"></vc:i18n></span>/车辆</th>
<th scope="col" class="text-center"><span><vc:i18n name="收费范围" namespace="printPayFeeBangTai"></vc:i18n></span></th>
<th scope="col" class="text-center"><span><vc:i18n name="周期" namespace="printPayFeeBangTai"></vc:i18n></span></th>
<th scope="col" class="text-center"><span><vc:i18n name="单价" namespace="printPayFeeBangTai"></vc:i18n></span>/固定费</th>
<th scope="col" class="text-center"><span><vc:i18n name="面积" namespace="printPayFeeBangTai"></vc:i18n></span>/用量</th>
<th scope="col" class="text-center"><vc:i18n name="支付方式" namespace="printPayFee"></vc:i18n></th>
<th scope="col" class="text-center"><span><vc:i18n name="金额" namespace="printPayFeeBangTai"></vc:i18n></span></th>
<th scope="col" class="text-center"><span><vc:i18n name="优惠金额" namespace="printPayFeeBangTai"></vc:i18n></span></th>
<th scope="col" class="text-center"><span><vc:i18n name="备注" namespace="printPayFeeBangTai"></vc:i18n></span></th>
<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">
@ -36,7 +64,9 @@
<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.dateSubOneDay(vc.dateFormat(item.startTime),vc.dateFormat(item.endTime),item.feeFlag)}}</br>
{{vc.dateFormat(item.startTime)}}<span>
<vc:i18n name="至" namespace="printPayFeeBangTai"></vc:i18n>
</span>{{vc.dateSubOneDay(vc.dateFormat(item.startTime),vc.dateFormat(item.endTime),item.feeFlag)}}</br>
{{item.preDegrees}} 至 {{item.curDegrees}}
</td>
<!-- 根据山东 需求 如果为押金时 显示为无-->
@ -44,7 +74,9 @@
</td>
<td class="text-center" v-else>
{{vc.dateFormat(item.startTime)}}<span><vc:i18n name="至" namespace="printPayFeeBangTai"></vc:i18n></span>{{vc.dateSubOneDay(vc.dateFormat(item.startTime),vc.dateFormat(item.endTime),item.feeFlag)}}
{{vc.dateFormat(item.startTime)}}<span>
<vc:i18n name="至" namespace="printPayFeeBangTai"></vc:i18n>
</span>{{vc.dateSubOneDay(vc.dateFormat(item.startTime),vc.dateFormat(item.endTime),item.feeFlag)}}
</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>
@ -56,7 +88,9 @@
<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="3" class="text-center "><span>
<vc:i18n name="大写人民币" namespace="printPayFeeBangTai"></vc:i18n>
</span>(元)</td>
<td colspan="3" class="text-center ">{{vc.changeNumMoneyToChinese(printPayFeeInfo.amount)}}
</td>
<td colspan="1" class="text-center ">{{_computeSumArea()}}
@ -81,10 +115,18 @@
<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 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">
@ -92,9 +134,11 @@
<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>
v-on:click="_closePage()"><span>
<vc:i18n name="取消" namespace="printPayFeeBangTai"></vc:i18n>
</span>
</button>
</div>
</div>
</div>
</div>
</div>