给进销存统计报表的库存周期增加非空限制
This commit is contained in:
parent
cecb2e567c
commit
3e9ed86c1d
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user