From f2ff4058d21e80572ab6e21dc28ff92e10ac1a56 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 11 May 2023 17:34:20 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogInvoice.vue | 2 +- src/views/inventory/InvSupProuducts.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/inout/DialogInvoice.vue b/src/views/inout/DialogInvoice.vue index 6f41851..049457e 100644 --- a/src/views/inout/DialogInvoice.vue +++ b/src/views/inout/DialogInvoice.vue @@ -96,7 +96,7 @@ {{ choiceFile }} -
只能上传 jpg,png,pdf,doc 文件,且不超过 10 MB
+
只能上传 jpg,png 文件,且不超过 10 MB
diff --git a/src/views/inventory/InvSupProuducts.vue b/src/views/inventory/InvSupProuducts.vue index d019003..75cae9d 100644 --- a/src/views/inventory/InvSupProuducts.vue +++ b/src/views/inventory/InvSupProuducts.vue @@ -231,6 +231,7 @@ export default { list: [], total: 0, invList: [], + invLists: [], loading: false, deleteData: { id: "", @@ -322,7 +323,8 @@ export default { getInvList() { getInvListByUser() .then((response) => { - this.invList = response.data || []; + this.invLists = response.data || []; + this.invList = this.invLists.filter( item => item.code != 1000001 && item.code != 1000002) this.getList(); }) .catch(() => {