This commit is contained in:
2021-02-27 01:49:13 +00:00
parent 3250ccfe09
commit 9d4fbb70d7
8 changed files with 251 additions and 30 deletions

View File

@@ -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");