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