From 3848bf666f63878b90411e3e33df9fabfb94a0a2 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 22 三月 2024 16:29:02 +0800
Subject: [PATCH] 完成y检验-任务切换接口对接

---
 src/components/view/b1-inspect-order-plan.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/components/view/b1-inspect-order-plan.vue b/src/components/view/b1-inspect-order-plan.vue
index 7575a36..d3189d5 100644
--- a/src/components/view/b1-inspect-order-plan.vue
+++ b/src/components/view/b1-inspect-order-plan.vue
@@ -164,7 +164,7 @@
 		<div style="width: 100%;height: 100%;" v-if="activeFace >0">
 			<Add :active="activeFace" :currentId="currentId"/>
 		</div>
-    <Inspection v-if="state==1" @goback="state=0"/>
+    <Inspection v-if="state==1" @goback="state=0" :orderId="orderId" :sonLaboratory="componentData.entity.sonLaboratory"/>
 	</div>
 </template>
 
@@ -269,7 +269,8 @@
         state:0,//0:鍙拌处椤碉紝1锛氭楠岄〉闈紝榛樿涓�0
 				activeFace: 0, //1锛氫笅鍗曪紝2锛氭煡鐪嬶紝3锛氬鏍�
 				currentId: null,
-				entityCopy: {}
+				entityCopy: {},
+				orderId: 0
 			}
 		},
 		created() {
@@ -414,6 +415,7 @@
 			},
       handleInspection(row){
         this.state = 1;
+				this.orderId = row.id
       }
 		}
 	}

--
Gitblit v1.9.3