From c880739ec4cd5ede33b31eb98ad5f7628ea288e5 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 11 十二月 2023 17:41:40 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/product/workbench/batchproductout-form-new.vue |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/src/views/product/workbench/batchproductout-form-new.vue b/src/views/product/workbench/batchproductout-form-new.vue
index 11f7e1a..3ec06c5 100644
--- a/src/views/product/workbench/batchproductout-form-new.vue
+++ b/src/views/product/workbench/batchproductout-form-new.vue
@@ -742,7 +742,6 @@
                               //     this.saveDisabled = false
                               //   })
                               //   .catch((error) => {
-                              //     console.log('澶辫触' + new Date().getTime())
                               //     this.saveDisabled = false
                               //   })
                             } else {
@@ -787,7 +786,6 @@
                                   //     this.saveDisabled = false
                                   //   })
                                   //   .catch((error) => {
-                                  //     console.log('澶辫触' + new Date().getTime())
                                   //     this.saveDisabled = false
                                   //   })
                                 })
@@ -805,7 +803,6 @@
                           }
                         })
                         .catch((error) => {
-                          console.log('澶辫触' + new Date().getTime())
                           this.saveDisabled = false
                         })
                     } else {
@@ -821,7 +818,6 @@
                   }
                 })
                 .catch((error) => {
-                  console.log('澶辫触' + new Date().getTime())
                   this.saveDisabled = false
                 })
             }
@@ -860,9 +856,6 @@
         spinner: 'el-icon-loading',
         background: 'rgba(0, 0, 0, 0.7)'
       })
-      // console.log('==========')
-      // console.log(nowListIndex)
-      // console.log(oriList[nowListIndex])
       const list = []
       list.push(oriList[nowListIndex])
       // 灏嗘暟鎹殑鐩樻暟 鍒嗘垚娈靛悗 鏇存柊姝ゆ鐩樻暟
@@ -875,10 +868,6 @@
         }
       }
 
-      // console.log(idx)
-      // console.log(submitCount)
-      // console.log(list)
-      // console.log(listDisNumber)
       //
       // setTimeout(() => {
       //   loading.close()
@@ -903,9 +892,6 @@
           if (data.code == 0) {
             // 杩斿洖鎶ュ伐涓昏〃id锛岀敤浜庡埛鏂伴〉闈�
             var productMainId = data.data
-            // console.log(idx)
-            // console.log(submitCount)
-            // console.log(listDisNumber)
             loading.close()
             // 宸插畬鎴愭暟鎹� 娑堟伅璁板綍
             this.messageMap['' + nowListIndex] =
@@ -924,7 +910,6 @@
             } else {
               // 鎵归噺鎻愪氦瀹屾垚锛屽埛鏂版姤宸ラ〉闈㈡暟鎹�
               this.$emit('refreshProductOutputList', productMainId)
-              console.log(this.messageMap)
               this.$message.success('鏂板鎴愬姛')
               this.innerVisible = false
             }
@@ -936,7 +921,6 @@
         })
         .catch((error) => {
           loading.close()
-          console.log('澶辫触' + new Date().getTime())
           this.saveDisabled = false
           this.showError()
         })
@@ -981,7 +965,6 @@
               //     this.saveDisabled = false
               //   })
               //   .catch((error) => {
-              //     console.log('澶辫触' + new Date().getTime())
               //     this.saveDisabled = false
               //   })
             } else {
@@ -1022,7 +1005,6 @@
                   //     this.saveDisabled = false
                   //   })
                   //   .catch((error) => {
-                  //     console.log('澶辫触' + new Date().getTime())
                   //     this.saveDisabled = false
                   //   })
                 })
@@ -1040,7 +1022,6 @@
           }
         })
         .catch((error) => {
-          console.log('澶辫触' + new Date().getTime())
           this.saveDisabled = false
         })
     }

--
Gitblit v1.9.3