mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
补打票据、单价小数点校验 更新
This commit is contained in:
parent
03c8ab8c0d
commit
4f3b3bb38c
@ -54,7 +54,7 @@
|
||||
<td v-if="printPayFeeInfo.type == 5" class="text-center">{{item.startTime!=null?vc.dateFormat(item.startTime):''}}</td>
|
||||
<td v-if="printPayFeeInfo.type == 5" class="text-center">{{item.endTime!=null?vc.dateFormat(item.endTime):''}}</td>
|
||||
<td class="text-center">{{item.amount}}</td>
|
||||
<td v-if="printPayFeeInfo.type!== 3" class="text-center">{{item.remark}}</td>
|
||||
<td v-if="printPayFeeInfo.type!= 3" class="text-center">{{item.remark}}</td>
|
||||
<td v-if="printPayFeeInfo.type== 3" class="text-center">{{item.remark}}{{item.carNum}}</td>
|
||||
</tr>
|
||||
<tr >
|
||||
|
||||
Loading…
Reference in New Issue
Block a user