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);