|
@@ -794,7 +794,7 @@ export default {
|
|
|
this.fund.evaluateAmount = null
|
|
|
},
|
|
|
getFinanceInvoiceList() {
|
|
|
- this.$api.financeInvoice.getList(this.invoice.orderFundId).then(res => {
|
|
|
+ this.$api.financeInvoice.getList(this.invoice.orderFundId,this.invoice.productionFundId).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
this.invoiceData = res.data
|
|
|
}
|
|
@@ -813,6 +813,7 @@ export default {
|
|
|
this.makeInvoiceListDialog = true;
|
|
|
if (orderFundId) {
|
|
|
this.invoice.orderFundId = orderFundId;
|
|
|
+ this.invoice.productionFundId = productionFundId;
|
|
|
this.getFinanceInvoiceList();
|
|
|
}
|
|
|
},
|