개인정보 관련 업데이트 진행

ot 정보는 타인이 못봄
휴가신청 관련건도 타인이 못봄
This commit is contained in:
backuppc
2025-11-11 11:43:29 +09:00
parent e6a39d52e9
commit 709ca7c85a
57 changed files with 1869 additions and 8491 deletions

View File

@@ -45,6 +45,13 @@ namespace FPJ0000.JobReport_
//사용자 목록을 선택한다
UpdateUserList();
var curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.jobreport));
if(curLevel < 5)
{
tbProcess.Enabled = false;
cmbUser.Enabled = false;
}
refrehData();
binit = true;
}