zhongtianhaoyuan il y a 3 ans
Parent
commit
65a95fcfaf

+ 0 - 1
src/components/balanceAlert.vue

@@ -150,7 +150,6 @@ export default {
                 result += tmp
               }
             }
-            debugger
             if (this.information.indexOf('毛重') > -1) {
               if (parseInt(result) || parseInt(result) == 0) {
                 this.grossWeightVal = parseInt(result)

+ 1 - 2
src/views/houseSelfCollect/inspectionManagementNew.vue

@@ -562,7 +562,7 @@
         // searchKeyWord:''
       }
     },
-    activated(){debugger
+    activated(){
        this.selectWarehouse()
        var _saomaData = JSON.parse(localStorage.getItem('saoma_data'))
        if(_saomaData){//缓存中有值,证明扫码进来的
@@ -589,7 +589,6 @@
        }
     },
     mounted (){
-      debugger
     },
     methods: {
       binNumberChange(e){