From 73c0d662b8dca2dfe3e019d1d6dbfa2cd888efcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Fri, 21 Jul 2023 09:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=B4=AD=E5=8A=9F=E8=83=BD=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/purApply/purApply.vue | 1 + .../purchase/purApply/pureApplyAudit.vue | 111 ++-- .../purchase/purApply/pureApplyMySearch.vue | 533 ++++++++++++++++++ .../purchase/purApply/pureApplySearch.vue | 80 +-- 4 files changed, 643 insertions(+), 82 deletions(-) create mode 100644 src/views/purchase/purApply/pureApplyMySearch.vue diff --git a/src/views/purchase/purApply/purApply.vue b/src/views/purchase/purApply/purApply.vue index b20c477e..e093bc68 100644 --- a/src/views/purchase/purApply/purApply.vue +++ b/src/views/purchase/purApply/purApply.vue @@ -323,6 +323,7 @@ export default { this.filterQuery.endDate = null; } this.loading = true; + this.filterQuery.isUser=true console.log(this.filterQuery) listApply(this.filterQuery) .then((response) => { diff --git a/src/views/purchase/purApply/pureApplyAudit.vue b/src/views/purchase/purApply/pureApplyAudit.vue index 7854627a..1bf90f1d 100644 --- a/src/views/purchase/purApply/pureApplyAudit.vue +++ b/src/views/purchase/purApply/pureApplyAudit.vue @@ -9,40 +9,37 @@ - - - - - {{ item.name }} - - - - + + + + + + + + + + + + + + + + - - - - - {{ item.name }} - - - - - - - + + + + + + + + + + + + + + @@ -55,20 +52,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -301,6 +326,8 @@ export default { this.filterQuery.endDate = null; } this.loading = true; + this.filterQuery.status=2 + this.filterQuery.isInvCode=true auditListApply(this.filterQuery) .then((response) => { if (response.code == 20000) { diff --git a/src/views/purchase/purApply/pureApplyMySearch.vue b/src/views/purchase/purApply/pureApplyMySearch.vue new file mode 100644 index 00000000..728c41d9 --- /dev/null +++ b/src/views/purchase/purApply/pureApplyMySearch.vue @@ -0,0 +1,533 @@ + + + + diff --git a/src/views/purchase/purApply/pureApplySearch.vue b/src/views/purchase/purApply/pureApplySearch.vue index 014db9dc..4353ad21 100644 --- a/src/views/purchase/purApply/pureApplySearch.vue +++ b/src/views/purchase/purApply/pureApplySearch.vue @@ -9,36 +9,33 @@ - - - - - {{ item.name }} - - - - - - - - - {{ item.name }} - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -51,19 +48,22 @@ + + + { if (response.code == 20000) {