zhongtianhaoyuan 3 年之前
父節點
當前提交
65a95fcfaf
共有 2 個文件被更改,包括 1 次插入3 次删除
  1. 0 1
      src/components/balanceAlert.vue
  2. 1 2
      src/views/houseSelfCollect/inspectionManagementNew.vue

+ 0 - 1
src/components/balanceAlert.vue

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

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

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