diff --git a/src/views/common/home.vue b/src/views/common/home.vue index ae7deb3..73451d6 100644 --- a/src/views/common/home.vue +++ b/src/views/common/home.vue @@ -1,12 +1,8 @@ @@ -22,6 +18,21 @@ } } }, + computed: { + userName: { + get() { + return this.$store.state.user.name + } + }, + mainTabs: { + get() { + return this.$store.state.common.mainTabs + }, + set(val) { + this.$store.commit('common/updateMainTabs', val) + } + } + }, beforeMount() { this.languageRefresh() } diff --git a/src/views/modules/common/excelUpload.vue b/src/views/modules/common/excelUpload.vue new file mode 100644 index 0000000..3778ceb --- /dev/null +++ b/src/views/modules/common/excelUpload.vue @@ -0,0 +1,65 @@ + + + + + diff --git a/src/views/modules/finishedProductWarehouse/otherOut.vue b/src/views/modules/finishedProductWarehouse/otherOut.vue new file mode 100644 index 0000000..a1c5b36 --- /dev/null +++ b/src/views/modules/finishedProductWarehouse/otherOut.vue @@ -0,0 +1,333 @@ + + + +