From fdab4f22495ac07e968115b685ea3b46c666e7da Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 13 八月 2024 15:19:18 +0800
Subject: [PATCH] 下片取消绑定后清除自动打印流程卡标识

---
 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 2aec6e9..5463263 100644
--- a/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue
+++ b/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue
@@ -23,6 +23,7 @@
 const dialogFormVisible = ref(false);
 // 琛ㄥ崟鏁版嵁
 const workstationId = ref('');
+const workFlowCard = ref('');
 const selectedProjectNoa = ref(null); // 褰撳墠閫変腑鐨勮鑹�
 const flowCardId = ref('');
 const flowCardOptions = ref('[]');
@@ -129,6 +130,7 @@
 const handleBindRack2 = (row) => {
   workstationId.value = row.workstationId; // 鍋囪rackNumber鏄灦鍙峰瓧娈电殑灞炴�у悕
   dialogFormVisiblea2.value = true; // 鎵撳紑缁戝畾鏋跺瓙瀵硅瘽妗�
+  workFlowCard.value=row.flowCardId;
 };
 //娓呴櫎鍐呭
 const handleclear = async () => {
@@ -143,6 +145,9 @@
       console.log('娓呴櫎鎴愬姛');
       ElMessage.success(response.message);
       dialogFormVisiblea2.value = false;
+      if(fullFlowCard.value==workFlowCard.value){
+        fullFlowCard.value=="";
+      }
     } else if (response.code === 500) {
       // 娓呴櫎澶辫触鐨勯�昏緫
       console.log('娓呴櫎澶辫触');
@@ -194,7 +199,7 @@
   console.log(autoPrint.value)
 
   tableData.splice(0, tableData.length, ...data.params[0]);
-  if (fullFlowCard.value == "") {
+  if (fullFlowCard.value == ""&&autoPrint.value==true) {
     for (let i = 0; i < tableData.length; i++) {
       if (tableData[i].totalQuantity != 0) {
         if (tableData[i].totalQuantity == tableData[i].racksNumber + tableData[i].otherNumber && fullFlowCard.value != tableData[i].flowCardId) {

--
Gitblit v1.8.0