This commit is contained in:
Anfioo
2025-12-10 20:14:01 +08:00
parent 2d847f3660
commit dbad2303d2
62 changed files with 1269 additions and 1259 deletions

View File

@@ -144,21 +144,24 @@
<td class="text-center">{{feeReceipt.createTime}}</td>
<td class="text-center">
<div class="btn-group">
<button class="btn-white btn btn-xs" v-on:click="_printFeeReceipt(feeReceipt)">
<span><vc:i18n name="补打收据" namespace="feeReceipt"></vc:i18n></span>
</button>
<div class="dropdown">
<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>
</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>
</a>
<a class="dropdown-item" href="javascript:void(0);"
v-on:click="_printFeeSmallReceipt(feeReceipt)">
<vc:i18n name="补打小票" namespace="feeReceipt"></vc:i18n>
</a>
</div>
</div>
</div>
<div class="btn-group">
<button class="btn-white btn btn-xs" v-on:click="_printFeeSmallReceipt(feeReceipt)">
<span><vc:i18n name="补打小票" namespace="feeReceipt"></vc:i18n></span>
</button>
</div>
<!-- <div v-if="feeReceipt.objType == '6666'" class="btn-group">
<button class="btn-white btn btn-xs"
v-on:click="_printFeeReceipt(feeReceipt)">
<span><vc:i18n name="补打收据" namespace="feeReceipt"></vc:i18n></span>(车)
</button>
</div> -->
</td>
</tr>
</tbody>