gjy 2 years ago
parent
commit
fab0dc61f6
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/warehousenew/dryWarehousing.vue

+ 6 - 6
src/views/warehousenew/dryWarehousing.vue

@@ -225,7 +225,7 @@ export default {
             warehouseName: '',
             currentPage: 1,
             pageSize: 10,
-            disabled: true,
+            disabled: false,
             tpyeNo: 2,
             information: '毛重',
             carChange1: '手动填写',
@@ -787,11 +787,11 @@ export default {
                     this.warehouseId = this.warehouseList[i].id
                     this.weighingList.baseId = this.warehouseList[i].id
                     this.weighingList.warehouseNo = this.warehouseList[i].commonWarehouseNo
-                    if (this.warehouseList[i].allowEdit == 1) {
-                        this.disabled = false
-                    } else {
-                        this.disabled = true
-                    }
+                    // if (this.warehouseList[i].allowEdit == 1) {
+                    //     this.disabled = false
+                    // } else {
+                    //     this.disabled = true
+                    // }
                 }
             }
             this.getList()