|
@@ -1557,6 +1557,7 @@ export default {
|
|
|
this.$message.warning('请上传发票')
|
|
|
this.isLoading = false
|
|
|
} else {
|
|
|
+ let data = []
|
|
|
if (this.setteldAllselectValue == 1) {
|
|
|
data = this.tableData1
|
|
|
} else {
|
|
@@ -1565,6 +1566,7 @@ export default {
|
|
|
let orderList = data.map(e => {
|
|
|
return e.orderId
|
|
|
})
|
|
|
+ console.log(orderList, 'orderList')
|
|
|
let formData = new window.FormData()
|
|
|
formData.append('file0', this.statementList[0].raw)
|
|
|
formData.append('orderList', orderList)
|