From ba81dede435f593ab95e49b314407daf75021b40 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 15 Sep 2025 14:05:47 +0800 Subject: [PATCH] =?UTF-8?q?2025-09-15=20Inventory=20=E3=80=81BOM=E3=80=81?= =?UTF-8?q?=20Routing=E7=AC=AC=E4=BA=8C=E6=AC=A1=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=E8=A6=81=E6=B8=85=E6=8E=89=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E6=AC=A1=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/partInformation.vue | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 80363e8..dcc2efa 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -4905,7 +4905,22 @@ this.modalData.routingAlternativeList = this.routingAlternativeSelections partInformationToOfficial(this.modalData).then(({data}) => { if (data && data.code === 0) { - this.searchData.ifsPartNo = this.modalData.ifsPartNo + this.searchData = { + site: this.$store.state.user.site, + partNo: '', + erpPartNo: '', + startDate: '', + endDate: '', + partDesc: '', + spec: '', + active: '', + page: 1, + limit: 10, + status: '', + ifsPartNo: this.modalData.ifsPartNo, + plmPartNo: '', + partType: '' + } this.getDataList() this.modalFlag = false this.$message({