구매 sid 검사 기능 추가
This commit is contained in:
@@ -13,7 +13,7 @@ namespace FPJ0000.OtConfirm
|
||||
public partial class fOTConfirmOK : Form
|
||||
{
|
||||
dsPRJ.JobReportRow[] dr;
|
||||
Boolean binit = false;
|
||||
//Boolean binit = false;
|
||||
|
||||
public fOTConfirmOK(dsPRJ.JobReportRow[] dr_)
|
||||
{
|
||||
@@ -28,7 +28,7 @@ namespace FPJ0000.OtConfirm
|
||||
{
|
||||
curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.holyreq));
|
||||
button1.Enabled = curLevel >= 5;
|
||||
binit = true;
|
||||
//binit = true;
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user