From 4687ad6d203ebd16e2a5fdc2e6d8919ab987ce93 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 16 Jun 2025 17:07:24 +0800 Subject: [PATCH] =?UTF-8?q?2025-06-16=20=E6=89=93=E6=A0=B7=20=E4=BB=8EOA?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E8=BF=87=E6=9D=A5=E6=97=B6=EF=BC=8C=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=BD=93=E5=89=8D=E8=8A=82=E7=82=B9=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E4=BA=BA=E5=92=8C=E5=BD=93=E5=89=8D=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/proofing/requestForProofing.vue | 1 + .../modules/quotation/requestForQuote.vue | 20 +++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/views/modules/proofing/requestForProofing.vue b/src/views/modules/proofing/requestForProofing.vue index 98f87da..d548c16 100644 --- a/src/views/modules/proofing/requestForProofing.vue +++ b/src/views/modules/proofing/requestForProofing.vue @@ -2232,6 +2232,7 @@ export default { limit: this.pageSize, createBy: this.$store.state.user.name, page: 1, + menuId: this.$route.meta.menuId, } this.dataListLoading = true proofingInformationSearch(params).then(({data}) => { diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue index 256885e..16a3943 100644 --- a/src/views/modules/quotation/requestForQuote.vue +++ b/src/views/modules/quotation/requestForQuote.vue @@ -2003,9 +2003,9 @@ export default { customerResponseModalFlag: false, projectPartModelFlag: false, contactModelFlag: false, - priceCheckDetailList:[], + priceCheckDetailList: [], plmQuotationInformationArr: [], - ossColumns:[ + ossColumns: [ { userId: this.$store.state.user.name, functionId: 103001, @@ -2097,14 +2097,14 @@ export default { columnWidth: 140 } ], - rejectVisible:false, - rejectOpinion:'', - detailVisible:false, - - no:1, - size:20, - total:0, - queryLoading:false, + rejectVisible: false, + rejectOpinion: '', + detailVisible: false, + no: 1, + size: 20, + total: 0, + queryLoading: false, + superAdmin: false, } }, mounted() {