From 28119888cf61a553c2fb33fc56b6be7369d2c489 Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Tue, 10 Mar 2020 09:35:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E7=BB=93=E7=AE=97=E5=AE=A1?= =?UTF-8?q?=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FundApproval3/index.vue | 14 +++---- .../InvoiceSettlementApprove1/index.vue | 40 +++++++------------ 2 files changed, 22 insertions(+), 32 deletions(-) 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 }) } }