Compare commits

..

No commits in common. "35b908c4be8df39deff831eb080c104b65318fac" and "76a652fc218de50a1e5aa3916755cf65df532d40" have entirely different histories.

1 changed files with 5 additions and 4 deletions

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),
'', '',
'', '',
'', '',