개인정보 관련 업데이트 진행
ot 정보는 타인이 못봄 휴가신청 관련건도 타인이 못봄
This commit is contained in:
@@ -78,8 +78,8 @@ namespace FBS0000
|
||||
var ed = DateTime.Parse(this.tbMon.Text);
|
||||
var sd = DateTime.Parse(ed.ToString("yyyy") + "-01-01");
|
||||
|
||||
//this.reportViewer1.LocalReport.DataSources.Clear();
|
||||
var uid = "%";// GetUIDValue();
|
||||
int curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.holyday));
|
||||
var uid = curLevel > 5 ? "%" : FCOMMON.info.Login.no; // GetUIDValue();
|
||||
if (cmbType.SelectedIndex == 0)
|
||||
{
|
||||
taDay.Fill(this.dsReport.Holydata_Day, FCOMMON.info.Login.gcode, uid, sd.ToShortDateString(), ed.ToShortDateString());
|
||||
|
||||
Reference in New Issue
Block a user