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时间 : '—' }} + + + + + +