From b2d16961af8fb0b2a28545f1a1b343503142f293 Mon Sep 17 00:00:00 2001 From: jiayang yue Date: Tue, 13 May 2025 12:56:22 +0800 Subject: [PATCH] =?UTF-8?q?2025.05.10=20NPI=E7=B3=BB=E7=BB=9F=20=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=B7=BB=E5=8A=A0=E5=89=8D=E9=81=93=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E5=B8=88=E8=A7=92=E8=89=B2=20=E6=96=B0=E5=A2=9E=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20part=20=E8=87=AA=E5=8A=A8=E9=82=AE=E4=BB=B6?= =?UTF-8?q?=E6=8F=90=E9=86=92=E5=8A=9F=E8=83=BD=20=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E6=8E=89part=20type=E4=B8=BAOn=20hold=20=E7=9A=84part=E5=8F=8A?= =?UTF-8?q?=E5=85=B6=E6=96=87=E6=A1=A3=EF=BC=88=E6=89=93=E6=A0=B7=E3=80=81?= =?UTF-8?q?=E9=87=8F=E4=BA=A7=E3=80=81=E7=A1=AE=E8=AE=A4=E3=80=81=E6=89=93?= =?UTF-8?q?=E6=A0=B7=E5=8D=95=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eam/eamProjectPartInfo.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/views/modules/eam/eamProjectPartInfo.vue b/src/views/modules/eam/eamProjectPartInfo.vue index 6e9afac..f3c3c60 100644 --- a/src/views/modules/eam/eamProjectPartInfo.vue +++ b/src/views/modules/eam/eamProjectPartInfo.vue @@ -3015,7 +3015,6 @@ import {uploadFileList} from '@/api/base/baseFunction.js'; fixed: '', columnWidth: 180, }, - //是否上传 { userId: this.$store.state.user.name, functionId: 401004, @@ -4377,9 +4376,7 @@ import {uploadFileList} from '@/api/base/baseFunction.js'; cManufactureEngineerName: row.cManufactureEngineer.split('-')[1], // 截取用户名 docEngineer: row.docEngineer, ipqcHardTag: row.ipqcHardTag, - ipqcHardTagName: row.ipqcHardTag.split('-')[1], // 截取用户名 cQualityEngineer7: row.cQualityEngineer7, - cQualityEngineer7Name: row.cQualityEngineer7.split('-')[1], // 截取用户名 finalPartNo: row.finalPartNo, finalPartDesc: row.finalPartDesc, // active: row.active, @@ -4565,9 +4562,7 @@ import {uploadFileList} from '@/api/base/baseFunction.js'; cManufactureEngineerName: row.cManufactureEngineer.split('-')[1], // 截取用户名 docEngineer: row.docEngineer, ipqcHardTag: row.ipqcHardTag, - ipqcHardTagName: row.ipqcHardTag.split('-')[1], // 截取用户名 cQualityEngineer7: row.cQualityEngineer7, - cQualityEngineer7Name: row.cQualityEngineer7.split('-')[1], // 截取用户名 buildDate: row.buildDate, status: row.status, partType: row.partType, @@ -4729,9 +4724,7 @@ import {uploadFileList} from '@/api/base/baseFunction.js'; cManufactureEngineerName: row.cManufactureEngineer.split('-')[1], // 截取用户名 docEngineer: row.docEngineer, ipqcHardTag: row.ipqcHardTag, - ipqcHardTagName: row.ipqcHardTag.split('-')[1], // 截取用户名 cQualityEngineer7: row.cQualityEngineer7, - cQualityEngineer7Name: row.cQualityEngineer7.split('-')[1], // 截取用户名 buildDate: row.buildDate, status: row.status, partType: row.partType,