From 7a9d60f93a152fedf577b8a48258c2b2fed59bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Wed, 7 Jan 2026 15:08:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com_bm_customerInformation.vue | 20 ++++++++++++++++++- .../com_tsd_basicInformation.vue | 10 ++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue index 9b0554e..3bf6834 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue @@ -116,7 +116,20 @@ - + + + RoHs + HF + UL + GP + + + + + + + + @@ -1136,6 +1149,7 @@ partDesc: '', customerRevNo: '', certification: '', + otherCertification: '', partFamily: '', customerRemark: '', projectRemark: '', @@ -1342,6 +1356,10 @@ }, saveData(){ + if (this.dataForm.directCustomer === '' || this.dataForm.directCustomer == null) { + this.$message.warning('直接客户/Direct Customer不能为空!') + return + } this.$confirm("是否保存客户信息?", '保存提示', { confirmButtonText: '确定', cancelButtonText: '取消', diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue index 0f03802..2c83676 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue @@ -64,6 +64,11 @@ + + + + + @@ -1121,6 +1126,7 @@ testPartNo: '', customerPartNo: '', partDesc: '', + partCategory: '', pod: '', mpOperatorName: '', mpOperator: '', @@ -1676,6 +1682,10 @@ }, saveData () { + if (this.dataForm.partCategory === '' || this.dataForm.partCategory == null) { + this.$message.warning('物料类别不能为空!') + return false + } this.dataForm.engineerList = [] if (this.dataForm.engineerNo !== '') { this.dataForm.engineerList.push(this.dataForm.engineerNo) // Engineer