From fc7b97877ca01587fe4b3e6c7ac2f9f5be8dcc53 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期三, 10 七月 2024 16:10:42 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes

---
 UI-Project/src/views/UnLoadGlass/loadmachinerack.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue b/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue
index bc48cb5..d3f31ba 100644
--- a/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue
+++ b/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue
@@ -59,11 +59,16 @@
   }
 };
 //纭
+
 const handleConfirm = async () => {
   try {
+    const firstPart = flowCardId.value.split('|')[0].trim(); // 
+const twoPart = flowCardId.value.split('|')[1].trim(); // 
     const response = await request.post('unLoadGlass/downWorkStation/updateFlowCardId', {
       workstationId: workstationId.value,
-      flowCardId: flowCardId.value
+      flowCardId: firstPart,
+      layer:twoPart
+
     }); 
 
     console.log(response)

--
Gitblit v1.8.0