已开票,‘定制导出’调整
This commit is contained in:
parent
06f92a4cd5
commit
031f5b166a
@ -649,7 +649,7 @@ export default {
|
||||
this.initQueryParams();
|
||||
let params = this.addDateRange(this.queryParams, this.dateTimeRange,'createTime');
|
||||
//判断时间必选 且开始和结束时间相差不超一个月
|
||||
if(!this.dateTimeRange){
|
||||
if(!this.dateTimeRange && !this.queryParams.queryCode){
|
||||
this.$modal.msgError('请选择开票时间');
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user