no message
This commit is contained in:
parent
0610ebacfb
commit
c8d9011578
1 changed files with 5 additions and 7 deletions
|
|
@ -693,22 +693,20 @@ export class PositionController extends Controller {
|
||||||
}
|
}
|
||||||
masterId = [...new Set(masterId)];
|
masterId = [...new Set(masterId)];
|
||||||
}
|
}
|
||||||
console.log(masterId);
|
|
||||||
console.log("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
|
|
||||||
|
|
||||||
const keywordConditions = [
|
const keywordConditions = [
|
||||||
// {
|
|
||||||
// ...checkChildConditions,
|
|
||||||
// ...typeCondition,
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
...checkChildConditions,
|
...checkChildConditions,
|
||||||
...typeCondition,
|
...typeCondition,
|
||||||
// id: masterId.length > 0 ? In(masterId) : false,
|
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// ...checkChildConditions,
|
// ...checkChildConditions,
|
||||||
// ...typeCondition,
|
// ...typeCondition,
|
||||||
|
// // id: masterId.length > 0 ? In(masterId) : false,
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// ...checkChildConditions,
|
||||||
|
// ...typeCondition,
|
||||||
// posMasterNo: Like(`%${keywordAsInt}%`),
|
// posMasterNo: Like(`%${keywordAsInt}%`),
|
||||||
// },
|
// },
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue