From ce6d9a3e4a9a8ca784922b15262d9b5e36daa7ca Mon Sep 17 00:00:00 2001 From: chenjianan Date: Tue, 28 May 2019 16:20:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9half?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InvoiceSettlementApprove.js | 2 +- .../InvoiceSettlementApplication/index.vue | 8 +++--- .../InvoiceSettlementApprove/index.vue | 28 +++++++++---------- src/views/layout/components/Navbar.vue | 21 ++++++++++++-- 4 files changed, 38 insertions(+), 21 deletions(-) diff --git a/src/api/PurchasingCenter/InvoiceSettlementApprove.js b/src/api/PurchasingCenter/InvoiceSettlementApprove.js index 15f3e5ac..650d34d5 100644 --- a/src/api/PurchasingCenter/InvoiceSettlementApprove.js +++ b/src/api/PurchasingCenter/InvoiceSettlementApprove.js @@ -8,7 +8,7 @@ export function searchTable1(...group) { data: { type: '1', name: '采购管理_发票结算申请单_查询数据', - param: `时间段_check=${group[0]}&开始日期=${group[1]}&结束日期=${group[2]}&是否提交=1`, + param: `时间段_check=${group[0]}&开始日期=${group[1]}&结束日期=${group[2]}&是否提交=1&角色编号=${group[5]}`, Pagination: group[3] + '&' + group[4] } }) diff --git a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue index 0a46f95d..a357d4f7 100644 --- a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue +++ b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue @@ -76,17 +76,17 @@ {{ scope.row.审批1时间 ? scope.row.审批1时间 : '—' }} - + - + diff --git a/src/views/PurchasingCenter/InvoiceSettlementApprove/index.vue b/src/views/PurchasingCenter/InvoiceSettlementApprove/index.vue index 887a1179..bb24fb59 100644 --- a/src/views/PurchasingCenter/InvoiceSettlementApprove/index.vue +++ b/src/views/PurchasingCenter/InvoiceSettlementApprove/index.vue @@ -66,7 +66,7 @@ {{ scope.row.申请时间 ? scope.row.申请时间 : '—' }} - + @@ -76,17 +76,7 @@ {{ scope.row.审批1时间 ? scope.row.审批1时间 : '—' }} - - - - - - - + @@ -96,6 +86,16 @@ {{ scope.row.审批4时间 ? scope.row.审批4时间 : '—' }} + + + + + +