From 69c3c53dab092e0fd618a84934f333030e769926 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期三, 11 十二月 2024 11:01:38 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

---
 north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
index 29d8866..5e32056 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
@@ -453,6 +453,9 @@
     $gridLeft.clearCheckboxRow()
     $grid.clearCheckboxRow()
   }
+  if (checkedNum.value){
+    checkedNum.value =''
+  }
 }
 
 
@@ -659,6 +662,9 @@
   } catch (e) {
     ElMessage.warning(e.message)
   }
+  if (checkedNum.value){
+    checkedNum.value =''
+  }
 }
 //鍚戝乏杈硅〃鏍兼坊鍔犳暟鎹�
 const addLeft = () => {
@@ -776,6 +782,9 @@
 
   } catch (e) {
     ElMessage.warning(e.message)
+  }
+  if (checkedNum.value){
+    checkedNum.value =''
   }
 }
 
@@ -921,7 +930,7 @@
               <span><el-input v-model="quantit" style="width: 80px;"/></span>
               <span><el-input v-model="weight" style="width: 80px;"/></span>
             </div>
-            <span>{{ $t('processCard.selectedQuantity') }}:<el-input v-model="checkedNum" clearable
+            <span>{{ $t('processCard.selectedQuantity') }}:<el-input id="checkedNum" v-model="checkedNum" clearable
                                                                      type="number"></el-input></span><br>
             <el-button style="width: 40px;" type="primary" @click="addRight"> 鈫�</el-button>
             <br>

--
Gitblit v1.8.0