From f82393260e7d3833897cea95ead28f70ff8a2806 Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Wed, 22 Oct 2025 23:28:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=94=80=E5=94=AE=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=92=8C=E9=9B=B6=E5=94=AE=E7=BB=9F=E8=AE=A1=E7=9A=84?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E6=90=9C=E7=B4=A2=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/report/RetailOutReport.vue | 2 +- jshERP-web/src/views/report/SaleOutReport.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jshERP-web/src/views/report/RetailOutReport.vue b/jshERP-web/src/views/report/RetailOutReport.vue index 7bd049eb..252fa89d 100644 --- a/jshERP-web/src/views/report/RetailOutReport.vue +++ b/jshERP-web/src/views/report/RetailOutReport.vue @@ -299,7 +299,7 @@ this.setTimeFlag = setTimeout(()=>{ findBySelectRetail({key: value, limit:1}).then((res) => { if(res) { - that.supList = res; + that.retailList = res; } }) },500) diff --git a/jshERP-web/src/views/report/SaleOutReport.vue b/jshERP-web/src/views/report/SaleOutReport.vue index 5293c37f..4129aad0 100644 --- a/jshERP-web/src/views/report/SaleOutReport.vue +++ b/jshERP-web/src/views/report/SaleOutReport.vue @@ -299,7 +299,7 @@ this.setTimeFlag = setTimeout(()=>{ findBySelectCus({key: value, limit:1}).then((res) => { if(res) { - that.supList = res; + that.cusList = res; } }) },500)