From b172044df2cfa2ce237f2ee2c5a89984c37b7fd9 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Mon, 13 Mar 2023 11:08:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E6=9C=AC=E4=BC=81=E4=B8=9A=E5=BA=93=E5=AD=98=EF=BC=8C?= =?UTF-8?q?=E9=A2=84=E9=AA=8C=E6=94=B6=E5=BA=93=E5=AD=98=EF=BC=8C=E5=AF=84?= =?UTF-8?q?=E5=94=AE=E5=BA=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvSupPreInSerach.vue | 458 ++++++++++++++++++++++ src/views/inventory/InvSupPreProducts.vue | 344 ++++++++++++++++ src/views/inventory/InvSupProuducts.vue | 341 ++++++++++++++++ 3 files changed, 1143 insertions(+) create mode 100644 src/views/inventory/InvSupPreInSerach.vue create mode 100644 src/views/inventory/InvSupPreProducts.vue create mode 100644 src/views/inventory/InvSupProuducts.vue diff --git a/src/views/inventory/InvSupPreInSerach.vue b/src/views/inventory/InvSupPreInSerach.vue new file mode 100644 index 0000000..8bc9e66 --- /dev/null +++ b/src/views/inventory/InvSupPreInSerach.vue @@ -0,0 +1,458 @@ + + + + + diff --git a/src/views/inventory/InvSupPreProducts.vue b/src/views/inventory/InvSupPreProducts.vue new file mode 100644 index 0000000..352520a --- /dev/null +++ b/src/views/inventory/InvSupPreProducts.vue @@ -0,0 +1,344 @@ + + + + + + diff --git a/src/views/inventory/InvSupProuducts.vue b/src/views/inventory/InvSupProuducts.vue new file mode 100644 index 0000000..2d508a5 --- /dev/null +++ b/src/views/inventory/InvSupProuducts.vue @@ -0,0 +1,341 @@ + + + + + + From 356d021c4c6c157a86a89b8d92e328581b2454af Mon Sep 17 00:00:00 2001 From: anthonywj Date: Mon, 13 Mar 2023 11:17:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E6=9C=AC=E4=BC=81=E4=B8=9A=E5=BA=93=E5=AD=98=EF=BC=8C?= =?UTF-8?q?=E9=A2=84=E9=AA=8C=E6=94=B6=E5=BA=93=E5=AD=98=EF=BC=8C=E5=AF=84?= =?UTF-8?q?=E5=94=AE=E5=BA=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvSupPreInSerach.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/inventory/InvSupPreInSerach.vue b/src/views/inventory/InvSupPreInSerach.vue index 8bc9e66..6fd10c5 100644 --- a/src/views/inventory/InvSupPreInSerach.vue +++ b/src/views/inventory/InvSupPreInSerach.vue @@ -286,7 +286,7 @@ export default { this.filterQuery.endTime = null; } this.filterQuery.page = 1; - this.filterQuery.fromCorp = store.getters.customerId + this.getList(); }, hideSearch() { @@ -323,6 +323,7 @@ export default { this.loading = true; this.currentRow = {billNo: ""}; this.clearDetailList(); + this.filterQuery.fromCorp = store.getters.customerId filterPrein(this.filterQuery) .then((response) => { this.loading = false;