rename all variants of naming that hold an AyaType value to "aType" (parameter) / "AType" (not parameter) everywhere front and back; "ayType", "objectType", "oType" all are used in various areas
This commit is contained in:
@@ -27,9 +27,8 @@ export default {
|
||||
methods: {
|
||||
available() {
|
||||
return (
|
||||
this.dataListSelection.ObjectType != 0 &&
|
||||
this.dataListSelection.ObjectType !=
|
||||
window.$gz.type.PartInventoryRestock
|
||||
this.dataListSelection.AType != 0 &&
|
||||
this.dataListSelection.AType != window.$gz.type.PartInventoryRestock
|
||||
);
|
||||
},
|
||||
goHelp() {
|
||||
|
||||
Reference in New Issue
Block a user