...
This commit is contained in:
@@ -28,8 +28,6 @@ namespace FPJ0000.OtConfirm
|
||||
{
|
||||
curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.holyreq));
|
||||
button1.Enabled = curLevel >= 5;
|
||||
|
||||
|
||||
binit = true;
|
||||
}
|
||||
|
||||
@@ -45,11 +43,11 @@ namespace FPJ0000.OtConfirm
|
||||
this.Validate();
|
||||
foreach (var row in this.dr)
|
||||
{
|
||||
row.otwuid = FCOMMON.info.Login.no; //220501
|
||||
row.ottime = DateTime.Now;
|
||||
row.EndEdit();
|
||||
}
|
||||
|
||||
|
||||
|
||||
DialogResult = DialogResult.OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user