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

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

@@ -1092,6 +1092,12 @@ namespace Project
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
int curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.otconfirm));
//if(curLevel < 5)
//{
// Util.MsgE("이 기능을 사용할 권한이 없습니다");
// return;
//}
var f = new FPJ0000.JobReport_.rJobReportOT();
f.Show();
}