licp
2024-10-31 6f0855ab8c685bf8e96160687899da796a179f3a
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -3266,8 +3266,15 @@
        }
      },
      handleSubmit(){
        if(!this.otherForm.temperature){
          this.$message.error('请输入温度')
          return
        }
        if(!this.otherForm.humidity){
          this.$message.error('请输入湿度')
          return
        }
        this.experimentDia = true
        console.log(6666,this.sampleProduct)
        if (this.sonLaboratory === '电路试验') {
          this.experimentDia0 = true
        }