4
This commit is contained in:
Anfioo
2026-01-14 11:39:11 +08:00
parent f7f9df17f1
commit be079067e6
265 changed files with 1217 additions and 486 deletions

View File

@@ -61,12 +61,36 @@
</div>
</div>
<div v-if="ABAQRCode && batchPayConfirmInfo.primeRate==9" class="row">
<label class="col-sm-3 col-form-label">
<vc:i18n name="ABA KHQR" namespace="payFeeOrderConfirm"></vc:i18n>
</label>
<!-- 使用img标签展示二维码src绑定到ABAQRCode变量 -->
<!-- <img-->
<!-- class="col-sm-8"-->
<!-- :src="ABAQRCode"-->
<!-- alt="ABA QR Code"-->
<!-- style="max-width: 200px; max-height: 200px;"-->
<!-- >-->
<span
v-if="typeof ABAQRCode === 'string' && ! ABAQRCode.startsWith('data:image/png')"
class="col-sm-8"
style="/* 可添加文字样式 */"
>
{{ ABAQRCode }}
</span>
</div>
</div>
<div v-if="ABAQRCode && batchPayConfirmInfo.primeRate==9" class="row">
<label class="col-sm-3 col-form-label">
<vc:i18n name="ABA KHQR" namespace="payFeeOrderConfirm"></vc:i18n>
</label>
<!-- 使用img标签展示二维码src绑定到ABAQRCode变量 -->
<!-- <img-->
<!-- class="col-sm-8"-->
<!-- :src="ABAQRCode"-->
@@ -92,6 +116,9 @@
</div>
</div>
<div class="modal-footer">
<input v-model="batchPayConfirmInfo.authCode" id="authCode" class="form-control" style="width: 60%;"
v-if="batchPayConfirmInfo.payType == 'qrCode'" type="text" @keyup.enter="_qrCodePayFee"

View File

@@ -8,7 +8,7 @@
<div class="margin-top">
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>
<tr>
<tr class="margin-top-tr">
<th class="text-center">
<vc:i18n name="规则编号" namespace="feeDetailFeeRule"></vc:i18n>
</th>

View File

@@ -8,7 +8,7 @@
<div class="margin-top">
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>
<tr>
<tr class="margin-top-tr">
<th class="text-center">
<vc:i18n name="账单名称" namespace="feeDetailRuleBill"></vc:i18n>
</th>

View File

@@ -22,7 +22,7 @@
<div>
<table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px" data-page-size="10">
<thead>
<tr>
<tr class="margin-top-tr">
<th class="text-center">
<vc:i18n name='编号' namespace='simplifyCallable'></vc:i18n>
</th>

View File

@@ -8,7 +8,7 @@
<div>
<table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px" data-page-size="10">
<thead>
<tr>
<tr class="margin-top-tr">
<th class="text-center">
<vc:i18n name="收费对象" namespace="simplifyRefundDeposit"></vc:i18n>
</th>