This commit is contained in:
parent
0111373471
commit
5d209314f6
|
@ -32,7 +32,7 @@ module.exports = Self => {
|
||||||
const query = [
|
const query = [
|
||||||
filter.itemFk,
|
filter.itemFk,
|
||||||
where.warehouseFk,
|
where.warehouseFk,
|
||||||
where.date ?? Date.vnNew().toISOString().split('T')[0],
|
where.date ?? Date.vnNew(),
|
||||||
where.showType ?? true,
|
where.showType ?? true,
|
||||||
where.scopeDays ?? 2
|
where.scopeDays ?? 2
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue