เลือกตำแหน่งเพื่อแต่งตั้งลูกจ้างชั่วคราว แสดงตำแหน่งที่ติดเงื่อน

This commit is contained in:
harid 2026-02-24 17:17:12 +07:00
parent 4018b9f7ce
commit d7b45c322d

View file

@ -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,