|
@@ -368,7 +368,6 @@ export default {
|
|
}
|
|
}
|
|
auditInfo = await getProcessInstance({ 'businessType': 'FINANCE_BOOK', 'businessSn': list.bookSn }).then(res => (res.data[0] && res.data[0].opinionList) ? res.data[0].opinionList : [])
|
|
auditInfo = await getProcessInstance({ 'businessType': 'FINANCE_BOOK', 'businessSn': list.bookSn }).then(res => (res.data[0] && res.data[0].opinionList) ? res.data[0].opinionList : [])
|
|
}
|
|
}
|
|
- console.log(auditInfo)
|
|
|
|
this.spinning = true
|
|
this.spinning = true
|
|
this.showTipModal = true
|
|
this.showTipModal = true
|
|
let detailItemUseStr = ''
|
|
let detailItemUseStr = ''
|
|
@@ -382,7 +381,7 @@ export default {
|
|
detailPayUseStr = this.getUseDetailInfo(row.detailItemPayList)
|
|
detailPayUseStr = this.getUseDetailInfo(row.detailItemPayList)
|
|
}
|
|
}
|
|
// 审核信息
|
|
// 审核信息
|
|
- const auditStr = auditInfo ? this.getAuditInfo(auditInfo[list.bookSn]) : ''
|
|
|
|
|
|
+ const auditStr = auditInfo ? this.getAuditInfo(auditInfo) : ''
|
|
this.$refs.printModel.getData(type ? row : [{ audit: auditStr, detail: detailItemUseStr, payDetail: detailPayUseStr, subList: [row] }], type ? list : [list])
|
|
this.$refs.printModel.getData(type ? row : [{ audit: auditStr, detail: detailItemUseStr, payDetail: detailPayUseStr, subList: [row] }], type ? list : [list])
|
|
})
|
|
})
|
|
},
|
|
},
|