เลือกตำแหน่งเพื่อแต่งตั้งลูกจ้างชั่วคราว แสดงตำแหน่งที่ติดเงื่อน
This commit is contained in:
parent
dda36a05a9
commit
34fb5321b1
1 changed files with 2 additions and 0 deletions
|
|
@ -4723,6 +4723,8 @@ export class PositionController extends Controller {
|
||||||
posMaster.next_holder == null
|
posMaster.next_holder == null
|
||||||
? null
|
? null
|
||||||
: `${posMaster.next_holder.prefix}${posMaster.next_holder.firstName} ${posMaster.next_holder.lastName}`,
|
: `${posMaster.next_holder.prefix}${posMaster.next_holder.firstName} ${posMaster.next_holder.lastName}`,
|
||||||
|
isCondition: posMaster.isCondition,
|
||||||
|
conditionReason: posMaster.conditionReason,
|
||||||
positions: posMaster.positions.map((position) => ({
|
positions: posMaster.positions.map((position) => ({
|
||||||
id: position.id,
|
id: position.id,
|
||||||
positionName: position.positionName,
|
positionName: position.positionName,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue