From 67da82f0b0c24df5f19bbfcfec63801d9ae902d8 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期三, 13 十二月 2023 16:22:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/product/workbench/productout-form-by-batch.vue |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/views/product/workbench/productout-form-by-batch.vue b/src/views/product/workbench/productout-form-by-batch.vue
index 11f94ae..a72ad9f 100644
--- a/src/views/product/workbench/productout-form-by-batch.vue
+++ b/src/views/product/workbench/productout-form-by-batch.vue
@@ -672,7 +672,6 @@
                           }
                         })
                         .catch((error) => {
-                          console.log('澶辫触' + new Date().getTime())
                           this.saveDisabled = false
                         })
                     } else {
@@ -688,7 +687,6 @@
                   }
                 })
                 .catch((error) => {
-                  console.log('澶辫触' + new Date().getTime())
                   this.saveDisabled = false
                 })
             }
@@ -744,9 +742,6 @@
           if (data.code == 0) {
             // 杩斿洖鎶ュ伐涓昏〃id锛岀敤浜庡埛鏂伴〉闈�
             var productMainId = data.data
-            // console.log(idx)
-            // console.log(submitCount)
-            // console.log(listDisNumber)
             loading.close()
             // 宸插畬鎴愭暟鎹� 娑堟伅璁板綍
             this.messageMap['' + nowListIndex] =
@@ -765,7 +760,6 @@
             } else {
               // 鎵归噺鎻愪氦瀹屾垚锛屽埛鏂版姤宸ラ〉闈㈡暟鎹�
               this.$emit('refreshTaskDetailInfoList')
-              console.log(this.messageMap)
               this.$message.success('鏂板鎴愬姛')
               this.innerVisible = false
             }
@@ -777,7 +771,6 @@
         })
         .catch((error) => {
           loading.close()
-          console.log('澶辫触' + new Date().getTime())
           this.saveDisabled = false
           this.showError()
         })
@@ -845,7 +838,6 @@
           }
         })
         .catch((error) => {
-          console.log('澶辫触' + new Date().getTime())
           this.saveDisabled = false
         })
     }

--
Gitblit v1.9.3