From 8c9a6b5a627b04e329bfccf2b1f5f192432a650d Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 26 九月 2024 13:50:30 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/tx-lims-before into master

---
 src/components/do/b1-inspect-order-plan/Inspection.vue |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index 636d99e..d85d83e 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -3187,7 +3187,16 @@
         }
       },
       handleSubmit(){
-        this.experimentDia = true
+        if (this.sonLaboratory === '鐢佃矾璇曢獙') {
+          this.experimentDia = true
+        } else {
+          if(this.insOrder.orderType=='C'){
+            this.verifyUser = this.insOrder.prepareUserId
+            this.submit()
+          }else{
+            this.addVerifyDia = true
+          }
+        }
       },
       submit() {
         if (this.verifyUser === null || this.verifyUser === '') {

--
Gitblit v1.9.3