|
@@ -713,7 +713,7 @@ export default {
|
|
|
// amountNotPayable: this.modification[0].amountNotPayable,
|
|
|
money: this.money,
|
|
|
paymentDate: this.paymentDate,
|
|
|
- paymentScreenshot: this.paymentScreenshot,
|
|
|
+ paymentScreenshot: this.deptBudgetList.addressUrl,
|
|
|
})
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
@@ -811,6 +811,7 @@ export default {
|
|
|
for (var i = 0; i < this.modification.length; i++) {
|
|
|
this.amountEdPayable += this.modification[i].amountEdPayable
|
|
|
}
|
|
|
+ this.alreadyInvoice=this.amountEdPayable
|
|
|
this.dialogFormVisible2 = true
|
|
|
},
|
|
|
submitBatchInvoice() {
|