已开票,‘定制导出’调整

This commit is contained in:
wuteng 2025-11-08 11:26:38 +08:00
parent 06f92a4cd5
commit 031f5b166a

View File

@ -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;
}