From dbfaf6c67d30a9dbe02df7efbd6d6a1813237613 Mon Sep 17 00:00:00 2001 From: Aoi_Tori <2547614904@qq.com> Date: Tue, 3 Jun 2025 12:02:53 +0800 Subject: [PATCH] 2025/6/3 --- src/views/modules/oss/ossComponents.vue | 2 -- .../modules/part/partCatalogInformation.vue | 1 - src/views/modules/part/partInformation.vue | 33 ++++++++++++++----- src/views/modules/part/routingManagement.vue | 1 - 4 files changed, 25 insertions(+), 12 deletions(-) diff --git a/src/views/modules/oss/ossComponents.vue b/src/views/modules/oss/ossComponents.vue index 235be11..d5dadef 100644 --- a/src/views/modules/oss/ossComponents.vue +++ b/src/views/modules/oss/ossComponents.vue @@ -109,8 +109,6 @@ export default { this.fileList = fileList }, handleUploadFiles(){ - console.log('单号为:') - console.log(this.ossForm.orderRef2) if (this.fileList.length === 0){ this.$message.error('请选择文件'); return; diff --git a/src/views/modules/part/partCatalogInformation.vue b/src/views/modules/part/partCatalogInformation.vue index 62e259b..a88a1e0 100644 --- a/src/views/modules/part/partCatalogInformation.vue +++ b/src/views/modules/part/partCatalogInformation.vue @@ -1141,7 +1141,6 @@ const {ifsPartNo} = this.$route.params; if (ifsPartNo) { this.searchData.partNo = ifsPartNo; - console.log('赋值成功') } this.getDataList() }, diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index b546427..6ff8408 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -104,8 +104,14 @@ :min-width="item.columnWidth" :label="item.columnLabel"> diff --git a/src/views/modules/part/routingManagement.vue b/src/views/modules/part/routingManagement.vue index 263fece..edb3819 100644 --- a/src/views/modules/part/routingManagement.vue +++ b/src/views/modules/part/routingManagement.vue @@ -5033,7 +5033,6 @@ export default { // 加工中心输入校验 workCenterBlur(tagNo) { - console.log('@change触发') if (this.componentData.workCenterNo != null && this.componentData.workCenterNo !== '') { let tempData = { tagno: tagNo,