|
@@ -166,7 +166,7 @@ export default {
|
|
qualityInspectionManagement:{},
|
|
qualityInspectionManagement:{},
|
|
},
|
|
},
|
|
purchasePriceList:[],
|
|
purchasePriceList:[],
|
|
- allowEdit:true,
|
|
|
|
|
|
+ allowEdit:false,
|
|
disabled:false
|
|
disabled:false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -275,6 +275,7 @@ export default {
|
|
this.warehouseId=_wareHouse.id
|
|
this.warehouseId=_wareHouse.id
|
|
this.warehouseNo =_wareHouse.commonWarehouseNo
|
|
this.warehouseNo =_wareHouse.commonWarehouseNo
|
|
this.monitorUrl1=_wareHouse.monitorUrl1
|
|
this.monitorUrl1=_wareHouse.monitorUrl1
|
|
|
|
+ this.allowEdit = _wareHouse.allowEdit
|
|
this.monitorUrl2=_wareHouse.monitorUrl2
|
|
this.monitorUrl2=_wareHouse.monitorUrl2
|
|
} else {
|
|
} else {
|
|
if (this.cangid&&this.cangid == response[i].id) {
|
|
if (this.cangid&&this.cangid == response[i].id) {
|