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