Compare commits

..

3 Commits

Author SHA1 Message Date
woody 35b908c4be fix(cashDetail): 错行问题修复 2025-08-20 10:42:50 +08:00
woody 279fe966c8 fix(CashDetail): 修复合计行展示不正确的问题 2025-08-20 10:42:39 +08:00
woody 76a652fc21 update readme 2025-08-15 15:00:16 +08:00
2 changed files with 5 additions and 6 deletions

View File

@ -4,7 +4,7 @@
这是一套完整的iOS商城类APP上线审核所需的材料模版帮助开发者快速准备App Store审核所需的各种文档和说明。
## 📁 文件清单
## 📁 文件清单123
| 文件名 | 用途说明 | 必需程度 |
|--------|----------|----------|

View File

@ -987,7 +987,7 @@ export default {
// this.$nextTick(() => {
if (this.lastData) {
const obj = this.lastData
console.log(obj, '....obj')
return [
'',
'合计',
@ -1000,10 +1000,9 @@ export default {
numberToCurrencyNo(obj.serviceCharge),
numberToCurrencyNo(obj.incomeTax),
numberToCurrencyNo(obj.issuedAmount),
numberToCurrencyNo(obj.settleCashAmount),
numberToCurrencyNo(obj.settleServiceCharge),
numberToCurrencyNo(obj.settleIncomeTax),
numberToCurrencyNo(obj.settleIssuedAmount),
'',
'',
'',
'',
'',
'',