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