From 7fc6e13f80f79279f99bf3461a16c8116ba21732 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 6 Mar 2025 14:53:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../direct-rotation-apply/business-details.vue | 2 +- .../business-examine/direct-rotation-apply/index.vue | 12 +++++++++++- src/views/material/lease/outBound/index.vue | 10 ++++++++-- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/src/views/business-examine/direct-rotation-apply/business-details.vue b/src/views/business-examine/direct-rotation-apply/business-details.vue index 2b5bc395..7efc3ac3 100644 --- a/src/views/business-examine/direct-rotation-apply/business-details.vue +++ b/src/views/business-examine/direct-rotation-apply/business-details.vue @@ -199,7 +199,7 @@ -
+
待审核 审核中 - 已审核 + 已通过 已驳回 @@ -79,6 +79,16 @@ > 审核 + + + 查看 + diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 537808e2..5dcfa4e5 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -731,7 +731,10 @@ export default { this.getListView() }, getListView() { - outInfoList(this.queryOutView.id, { keyWord: this.queryOutView.keyWord }).then(response => { + outInfoList(this.queryOutView.id, { + keyWord: this.queryOutView.keyWord, + publishTask: this.publishTask + }).then(response => { this.getListOutInfo = response.data.leaseApplyDetailsList // this.dialogTotal = response. // this.loading = false; @@ -739,7 +742,10 @@ export default { }, /** 出库查询列表 */ getDialogList() { - outInfoList(this.queryOutInfo.id, { keyWord: this.queryOutInfo.keyWord }).then(response => { + outInfoList(this.queryOutInfo.id, { + keyWord: this.queryOutInfo.keyWord, + publishTask: this.publishTask + }).then(response => { this.getListOutInfo = response.data.leaseApplyDetailsList // this.dialogTotal = response. // this.loading = false;