From 3e9ed86c1d8a2938bcd21bea80f6cfaf2b6cd7c5 Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Sun, 14 Jul 2024 23:51:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E8=BF=9B=E9=94=80=E5=AD=98=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=8A=A5=E8=A1=A8=E7=9A=84=E5=BA=93=E5=AD=98=E5=91=A8?= =?UTF-8?q?=E6=9C=9F=E5=A2=9E=E5=8A=A0=E9=9D=9E=E7=A9=BA=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/report/InOutStockReport.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jshERP-web/src/views/report/InOutStockReport.vue b/jshERP-web/src/views/report/InOutStockReport.vue index 3441da401..7e6755d72 100644 --- a/jshERP-web/src/views/report/InOutStockReport.vue +++ b/jshERP-web/src/views/report/InOutStockReport.vue @@ -248,8 +248,8 @@ }) }, searchQuery() { - if(this.queryParam.monthTime == ''){ - this.$message.warning('请选择月份!') + if(this.queryParam.beginTime === '' || this.queryParam.endTime === ''){ + this.$message.warning('请选择库存周期!') } else { this.loadData(1); this.getTotalCountMoney();