From 4cb4f32c5d9aba029911eecb119bdbaf26be7472 Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Fri, 1 Aug 2025 15:15:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E9=BB=98=E8=AE=A4=E9=80=89?= =?UTF-8?q?=E4=B8=AD=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=BB=93=E7=AE=97=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business-examine/receive-apply/index.vue | 6 +- .../material/cost/component/applyHome.vue | 62 +++----- .../material/cost/component/examHome.vue | 133 +++++++++--------- 3 files changed, 87 insertions(+), 114 deletions(-) diff --git a/src/views/business-examine/receive-apply/index.vue b/src/views/business-examine/receive-apply/index.vue index 55048936..6f16b3fa 100644 --- a/src/views/business-examine/receive-apply/index.vue +++ b/src/views/business-examine/receive-apply/index.vue @@ -189,9 +189,9 @@ export default { } else { this.userId = sessionStorage.getItem('userId') // 设置默认状态为第一个选项(待审核) - if (this.statusOptions.length > 0) { - this.queryParams.taskStatus = this.statusOptions[0].value - } + // if (this.statusOptions.length > 0) { + // this.queryParams.taskStatus = this.statusOptions[0].value + // } // if (this.statusOptions.length > 1) { // this.queryParams.taskStatus = this.statusOptions[1].value // } diff --git a/src/views/material/cost/component/applyHome.vue b/src/views/material/cost/component/applyHome.vue index 14a14ff4..69db7b0c 100644 --- a/src/views/material/cost/component/applyHome.vue +++ b/src/views/material/cost/component/applyHome.vue @@ -13,17 +13,6 @@ :multiple="true" > - - @@ -82,13 +62,6 @@ @click="handleApplyList" >批量结算 - @@ -111,26 +84,29 @@ - + + + + + + + + + + + -