This commit is contained in:
@@ -26,7 +26,11 @@ export default {
|
||||
}),
|
||||
methods: {
|
||||
available() {
|
||||
return this.dataListSelection.ObjectType != 0;
|
||||
return (
|
||||
this.dataListSelection.ObjectType != 0 &&
|
||||
this.dataListSelection.ObjectType !=
|
||||
window.$gz.type.PartInventoryRestock
|
||||
);
|
||||
},
|
||||
goHelp() {
|
||||
window.open(this.$store.state.helpUrl + "ay-ex-export", "_blank");
|
||||
|
||||
Reference in New Issue
Block a user