Compare commits

..

No commits in common. "35b908c4be8df39deff831eb080c104b65318fac" and "546e928dfe74b2b99cd255c1a738c619319d508e" have entirely different histories.

2 changed files with 6 additions and 5 deletions

View File

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

View File

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