浏览代码

修改检斤

mxx 3 年之前
父节点
当前提交
3a1a466fb2
共有 4 个文件被更改,包括 501 次插入538 次删除
  1. 1 1
      src/App.vue
  2. 3 1
      src/common.js
  3. 3 1
      src/views/houseSelfCollect/weighingManagement.vue
  4. 494 535
      src/views/houseSelfCollect/weightCheck.vue

+ 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

文件差异内容过多而无法显示
+ 494 - 535
src/views/houseSelfCollect/weightCheck.vue


部分文件因为文件数量过多而无法显示