Browse Source

修改检斤

mxx 3 years ago
parent
commit
3a1a466fb2

+ 1 - 1
src/App.vue

@@ -75,7 +75,7 @@ export default {
   overflow: scroll !important;
 }
 ::-webkit-scrollbar {
-  width: 0 !important;
+  width: 10px !important;
   height: 10px !important;
 }
 ::-webkit-scrollbar-thumb {

+ 3 - 1
src/common.js

@@ -1,8 +1,10 @@
 
    const houseName= [{ payname: "" },{ payname: "" },{ payname: "" },{ payname: "" }]
    let commonWeighingList = []
+   const name = ''
 
 export default {
     houseName,
-    commonWeighingList
+    commonWeighingList,
+    name
 }

+ 3 - 1
src/views/houseSelfCollect/weighingManagement.vue

@@ -199,6 +199,7 @@ export default {
          this.purchasePriceList = this.warehouseList[i].warehouseList
           this.allowEdit = this.warehouseList[i].allowEdit
             this.WAREHOUSE[2].payname = this.warehouseList[i].value
+             this.common.name  =  this.warehouseList[0].value
         }
       }
       this.getList()
@@ -262,6 +263,7 @@ export default {
           this.allowEdit = this.warehouseList[0].allowEdit
           this.warehouseId = this.warehouseList[0].warehouseId
           this.purchasePriceList = this.warehouseList[0].warehouseList
+           this.common.name  =  this.warehouseList[0].value
          this.getList()
         })
     },
@@ -286,7 +288,7 @@ export default {
             }else{
               response.records[i].allow = 1
             }  
-          }debugger
+          }
           this.weighingList = response.records
           this.common.commonWeighingList  = response.records
           this.deptBudgetTotal = response.total

File diff suppressed because it is too large
+ 494 - 535
src/views/houseSelfCollect/weightCheck.vue


Some files were not shown because too many files changed in this diff