|
@@ -830,7 +830,7 @@ export default {
|
|
|
readOnly: true
|
|
|
},
|
|
|
{
|
|
|
- data: "LinkEquipLocalName",
|
|
|
+ data: "linkEquipLocalName",
|
|
|
readOnly: true,
|
|
|
renderer: tools.LinkEquipLocalName
|
|
|
},
|
|
@@ -840,7 +840,7 @@ export default {
|
|
|
readOnly: true
|
|
|
},
|
|
|
{
|
|
|
- data: "Count",
|
|
|
+ data: "count",
|
|
|
readOnly: true,
|
|
|
renderer: tools.lookDetails
|
|
|
}
|
|
@@ -853,7 +853,7 @@ export default {
|
|
|
readOnly: true
|
|
|
},
|
|
|
{
|
|
|
- data: "LinkEquipLocalName",
|
|
|
+ data: "linkEquipLocalName",
|
|
|
readOnly: true,
|
|
|
renderer: tools.LinkEquipLocalName
|
|
|
},
|
|
@@ -1334,7 +1334,7 @@ export default {
|
|
|
this.myDialog.systemType = true;
|
|
|
return false;
|
|
|
//关联资产()
|
|
|
- case "LinkEquipLocalName":
|
|
|
+ case "linkEquipLocalName":
|
|
|
if (!this.onlyRead) {
|
|
|
this.myDialog.changeRea = true;
|
|
|
}
|
|
@@ -1697,10 +1697,10 @@ export default {
|
|
|
},
|
|
|
//修改关联的资产
|
|
|
changeProperty(val) {
|
|
|
- this.setDataToMain(val.PropertyId, "PropertyId", this.row);
|
|
|
+ this.setDataToMain(val.propertyId, "propertyId", this.row);
|
|
|
this.setDataToMain(
|
|
|
- val.LinkEquipLocalName,
|
|
|
- "LinkEquipLocalName",
|
|
|
+ val.linkEquipLocalName,
|
|
|
+ "linkEquipLocalName",
|
|
|
this.row
|
|
|
);
|
|
|
},
|