diff --git a/src/views/WorkshopProcurement/FundApproval3/index.vue b/src/views/WorkshopProcurement/FundApproval3/index.vue index 8bc6c547..35d3c57b 100644 --- a/src/views/WorkshopProcurement/FundApproval3/index.vue +++ b/src/views/WorkshopProcurement/FundApproval3/index.vue @@ -8,9 +8,9 @@ {{ scope.row.供应商名称 }} - + @@ -18,9 +18,9 @@ {{ scope.row.姓名 }} - + @@ -39,10 +39,10 @@ - 查看详情 + 查看详情 - 通过 - 不通过 + 通过 + 未过 diff --git a/src/views/WorkshopProcurement/InvoiceSettlementApprove1/index.vue b/src/views/WorkshopProcurement/InvoiceSettlementApprove1/index.vue index bda0aa13..e70f9477 100644 --- a/src/views/WorkshopProcurement/InvoiceSettlementApprove1/index.vue +++ b/src/views/WorkshopProcurement/InvoiceSettlementApprove1/index.vue @@ -7,8 +7,8 @@ 查询 -

发票结算申请单

- + + - + @@ -63,7 +63,7 @@ @@ -73,7 +73,7 @@ @@ -83,7 +83,7 @@ @@ -93,12 +93,13 @@ - + @@ -115,10 +116,7 @@
- -

发票结算申请单明细

- 发票号: - + - - - - - - -
+ @@ -177,7 +165,8 @@ export default { pageSize1: 10, invoiceNumber: '', tableData2: [], - tableData3: [] + tableData3: [], + dialogFormVisible: false } }, computed: { @@ -255,6 +244,7 @@ export default { this.invoiceNumber = row.发票号 searchTable2(row.发票结算申请单流水号).then(response => { this.tableData2 = response.data + this.dialogFormVisible = true }) } }