|
@@ -188,7 +188,7 @@
|
|
|
@click="openAllotProductionDialog(row)">
|
|
|
实收款分配
|
|
|
</el-button>
|
|
|
- <el-button :disabled="!(row.reportNo !== null)" type="text" size="mini" @click="openFinanceInvoiceDialog(row.orderFundId, row.productionFundId, row.realAmount, row.customerName, row.customerSubName)">
|
|
|
+ <el-button type="text" size="mini" @click="openFinanceInvoiceDialog(row.orderFundId, row.productionFundId, row.realAmount, row.customerName, row.customerSubName)">
|
|
|
申请开票
|
|
|
</el-button>
|
|
|
</div>
|
|
@@ -1185,7 +1185,6 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
openFinanceInvoiceDialog(orderFundId, productionFundId, realAmount, clientName, clientSubName) {
|
|
|
- console.log(orderFundId, realAmount, clientName, clientSubName)
|
|
|
if (!orderFundId) {
|
|
|
this.$notify({
|
|
|
title: '提示',
|