|
|
@@ -134,8 +134,9 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
uploadAgain () {
|
|
|
- this.dialogInvoiceVisible = false
|
|
|
- this.dialogAddInvoiceVisible = true
|
|
|
+ // this.dialogInvoiceVisible = false
|
|
|
+ // this.dialogAddInvoiceVisible = true
|
|
|
+ this.handleAddInvoiceShow(row)
|
|
|
},
|
|
|
handleAdd () {
|
|
|
this.$router.push({path: `/finance/recharge-add`})
|