|
@@ -419,11 +419,11 @@ export default {
|
|
|
this.$refs.roomCountDrawer.showDrawer(infos)
|
|
|
return false
|
|
|
}
|
|
|
- if (!this.onlyRead && !inputData.Editable) {
|
|
|
+ if (!this.onlyRead && !inputData.editable) {
|
|
|
this.$message("该信息点的值为自动生成,不可人工维护!");
|
|
|
return false;
|
|
|
}
|
|
|
- if (!this.onlyRead && showTools.InputModeArr.indexOf(inputData.InputMode) == '-1') {
|
|
|
+ if (!this.onlyRead && showTools.inputModeArr.indexOf(inputData.inputMode) == '-1') {
|
|
|
this.updateInfoPoint = val
|
|
|
this.updateInput = tools.dataForKey(this.tableData[row.row], val)
|
|
|
this.myDialog.update = true
|