From 85216670e431f03e324e776a50ea6bd618441353 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, 3 Dec 2021 23:24:15 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/report/InOutStockReport.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/jshERP-web/src/views/report/InOutStockReport.vue b/jshERP-web/src/views/report/InOutStockReport.vue index df513939..46fc9668 100644 --- a/jshERP-web/src/views/report/InOutStockReport.vue +++ b/jshERP-web/src/views/report/InOutStockReport.vue @@ -121,7 +121,8 @@ }, depotSelected:[], depotList: [], - totalCountMoneyStr: '', + totalCountMoneyStr: '0元', + disableMixinCreated: true, // 表头 columns: [ { @@ -152,7 +153,6 @@ }, created() { this.getDepotData() - this.getTotalCountMoney() }, methods: { moment, @@ -197,7 +197,9 @@ this.queryParam.monthTime=dateString; }, searchQuery() { - if(this.queryParam.monthTime == ''){ + if(this.depotSelected.length===0){ + this.$message.warning('请选择仓库!') + } else if(this.queryParam.monthTime == ''){ this.$message.warning('请选择月份!') } else { this.loadData(1);