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

@@ -95,7 +95,7 @@
</h5>
<div class="ibox-tools" style="top:10px;"></div>
</div>
<div class="ibox-content">
<div class="ibox-content ibox-content-auto-height">
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>
<tr>
@@ -148,16 +148,16 @@
<button class="btn-white btn btn-xs dropdown-toggle" type="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"
title="补打收据 / 补打小票">
<span><vc:i18n name="打印" namespace="feeReceipt"></vc:i18n></span>
<span><vc:i18n name="缴费明细" namespace="feeReceipt"></vc:i18n></span>
</button>
<div class="dropdown-menu" style="min-width: 120px;">
<a class="dropdown-item" href="javascript:void(0);"
v-on:click="_printFeeReceipt(feeReceipt)">
<vc:i18n name="补打收据" namespace="feeReceipt"></vc:i18n>
<vc:i18n name="缴费明细_打印收据" namespace="feeReceipt"></vc:i18n>
</a>
<a class="dropdown-item" href="javascript:void(0);"
v-on:click="_printFeeSmallReceipt(feeReceipt)">
<vc:i18n name="补打小票" namespace="feeReceipt"></vc:i18n>
<vc:i18n name="缴费明细_打印小票" namespace="feeReceipt"></vc:i18n>
</a>
</div>
</div>