diff --git a/src/views/modules/sampleManagement/com_technical-add-or-update.vue b/src/views/modules/sampleManagement/com_technical-add-or-update.vue index cc33051..0b39954 100644 --- a/src/views/modules/sampleManagement/com_technical-add-or-update.vue +++ b/src/views/modules/sampleManagement/com_technical-add-or-update.vue @@ -738,10 +738,8 @@ }) this.visible = true }else { - this.$alert('技术参数卡数据有误!', '错误', { - confirmButtonText: '确定' - }) + this.$message.error('技术参数卡数据有误!') } }) }else { @@ -880,7 +878,6 @@ }else { this.dataForm.partDesc='' } - } }) this.proofingModelFlag=false @@ -975,15 +972,12 @@ // 表单提交 dataFormSubmit () { if(this.dataForm.testPartNo===''){ - this.$alert('请输入测试料号!', '错误', { - confirmButtonText: '确定' - }) + + this.$message.error('请输入测试料号!') return false } if(this.dataForm.revNo===''){ - this.$alert('请输入版本号!', '错误', { - confirmButtonText: '确定' - }) + this.$message.error('请输入版本号!') return false } this.dataForm.engineerList = []; diff --git a/src/views/modules/sampleManagement/technicalSpecificationList.vue b/src/views/modules/sampleManagement/technicalSpecificationList.vue index 214bfa5..92f27d6 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationList.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationList.vue @@ -141,23 +141,23 @@
- - + +
- - + +
- - + +
- - + +