มอบหมายตำแหน่งว่าง
This commit is contained in:
parent
d6b4d8bdba
commit
e1e400a24a
1 changed files with 6 additions and 7 deletions
|
|
@ -6404,7 +6404,7 @@ export class OrganizationController extends Controller {
|
||||||
.filter(
|
.filter(
|
||||||
(x) =>
|
(x) =>
|
||||||
x.orgChild1Id == null &&
|
x.orgChild1Id == null &&
|
||||||
x.current_holderId != null &&
|
// x.current_holderId != null &&
|
||||||
x.posMasterOrder <= 3 &&
|
x.posMasterOrder <= 3 &&
|
||||||
x.isDirector === true,
|
x.isDirector === true,
|
||||||
)
|
)
|
||||||
|
|
@ -6451,7 +6451,7 @@ export class OrganizationController extends Controller {
|
||||||
.filter(
|
.filter(
|
||||||
(x) =>
|
(x) =>
|
||||||
x.orgChild2Id == null &&
|
x.orgChild2Id == null &&
|
||||||
x.current_holderId != null &&
|
// x.current_holderId != null &&
|
||||||
x.posMasterOrder <= 3 &&
|
x.posMasterOrder <= 3 &&
|
||||||
x.isDirector === true,
|
x.isDirector === true,
|
||||||
)
|
)
|
||||||
|
|
@ -6506,7 +6506,7 @@ export class OrganizationController extends Controller {
|
||||||
.filter(
|
.filter(
|
||||||
(x) =>
|
(x) =>
|
||||||
x.orgChild3Id == null &&
|
x.orgChild3Id == null &&
|
||||||
x.current_holderId != null &&
|
// x.current_holderId != null &&
|
||||||
x.posMasterOrder <= 3 &&
|
x.posMasterOrder <= 3 &&
|
||||||
x.isDirector === true,
|
x.isDirector === true,
|
||||||
)
|
)
|
||||||
|
|
@ -6568,7 +6568,7 @@ export class OrganizationController extends Controller {
|
||||||
.filter(
|
.filter(
|
||||||
(x) =>
|
(x) =>
|
||||||
x.orgChild4Id == null &&
|
x.orgChild4Id == null &&
|
||||||
x.current_holderId != null &&
|
// x.current_holderId != null &&
|
||||||
x.posMasterOrder <= 3 &&
|
x.posMasterOrder <= 3 &&
|
||||||
x.isDirector === true,
|
x.isDirector === true,
|
||||||
)
|
)
|
||||||
|
|
@ -6636,9 +6636,8 @@ export class OrganizationController extends Controller {
|
||||||
orgChild4.posMasters
|
orgChild4.posMasters
|
||||||
.filter(
|
.filter(
|
||||||
(x) =>
|
(x) =>
|
||||||
x.current_holderId != null &&
|
// x.current_holderId != null &&
|
||||||
x.posMasterOrder <= 3 &&
|
x.posMasterOrder <= 3 && x.isDirector === true,
|
||||||
x.isDirector === true,
|
|
||||||
)
|
)
|
||||||
.map(async (x) => ({
|
.map(async (x) => ({
|
||||||
posmasterId: x.id,
|
posmasterId: x.id,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue