From 11033839b163c623ebce7435368035989c01b6d2 Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Wed, 20 Oct 2021 16:43:01 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/common/home.vue | 21 +- src/views/modules/common/excelUpload.vue | 65 ++++ .../finishedProductWarehouse/otherOut.vue | 333 ++++++++++++++++++ 3 files changed, 414 insertions(+), 5 deletions(-) create mode 100644 src/views/modules/common/excelUpload.vue create mode 100644 src/views/modules/finishedProductWarehouse/otherOut.vue diff --git a/src/views/common/home.vue b/src/views/common/home.vue index ae7deb3..e7347d4 100644 --- a/src/views/common/home.vue +++ b/src/views/common/home.vue @@ -2,11 +2,7 @@

项目介绍

@@ -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 @@ + + + + From ef2ad1ac55476791d8337498e139772d7d403b28 Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Wed, 20 Oct 2021 16:50:34 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BF=AE=E6=94=B9-?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/common/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/common/home.vue b/src/views/common/home.vue index e7347d4..73451d6 100644 --- a/src/views/common/home.vue +++ b/src/views/common/home.vue @@ -1,6 +1,6 @@