From ecc999df85228e2ff393bf56f88ce0df1c2f8349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 22 Apr 2022 23:47:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=BF=9B=E9=94=80=E5=AD=98?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=8A=A5=E8=A1=A8=EF=BC=8C=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E9=80=89=E6=8B=A9=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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jshERP-web/src/views/report/InOutStockReport.vue b/jshERP-web/src/views/report/InOutStockReport.vue index 9e019ab09..1d8a97ef5 100644 --- a/jshERP-web/src/views/report/InOutStockReport.vue +++ b/jshERP-web/src/views/report/InOutStockReport.vue @@ -122,7 +122,6 @@ depotSelected:[], depotList: [], totalCountMoneyStr: '0元', - disableMixinCreated: true, // 表头 columns: [ { @@ -153,6 +152,7 @@ }, created() { this.getDepotData() + this.getTotalCountMoney() }, methods: { moment, @@ -197,9 +197,7 @@ this.queryParam.monthTime=dateString; }, searchQuery() { - if(this.depotSelected.length===0){ - this.$message.warning('请选择仓库!') - } else if(this.queryParam.monthTime == ''){ + if(this.queryParam.monthTime == ''){ this.$message.warning('请选择月份!') } else { this.loadData(1);