Browse Source

修改滚动条

achao 3 years ago
parent
commit
6d4a02a9c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/warehouse/warehouseManagementNoWeightOut.vue

+ 1 - 1
src/views/warehouse/warehouseManagementNoWeightOut.vue

@@ -522,7 +522,7 @@
       this.dataList.statusFlag = this.$route.statusFlag
       this.dataList.warehouseInOutDetail = this.$route.query.warehouseInOutDetail
       console.log(this.dataList)
-      if (this.$route.query.automaticWeightAcquisition == '0') {
+      if (this.$route.query.automaticWeightAcquisition == '1') {
         this.isShowBalance = true
       }
       this.getList()