....
This commit is contained in:
@@ -345,7 +345,7 @@ namespace FEQ0000
|
||||
this.tbSID.Text = f.SID;
|
||||
this.tbSID.Tag = f.SID;
|
||||
this.tbPumUnit.Text = f.itemUnit; //181214
|
||||
|
||||
this.tbStorage.Text = f.Storage;
|
||||
this.tbPumModel.Enabled = false;
|
||||
this.tbPumUnit.Enabled = false;
|
||||
if (tbSID.Text != "") tbSID.Enabled = false;
|
||||
@@ -488,6 +488,12 @@ namespace FEQ0000
|
||||
}
|
||||
|
||||
}
|
||||
if(tbStorage.Text.Equals("SPR"))
|
||||
{
|
||||
if (FCOMMON.Util.MsgQ("SPR 항목입니다. 저장할까요?") != DialogResult.Yes)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
var overtime = DateTime.Now - DateTime.Parse("2019-01-09 00:00:00");
|
||||
if (overtime.TotalSeconds > 0)
|
||||
|
||||
Reference in New Issue
Block a user