휴가 승인자 정보 추적
This commit is contained in:
@@ -11,7 +11,7 @@ using System.Windows.Forms;
|
||||
|
||||
namespace FCOMMON
|
||||
{
|
||||
public partial class fSFI : Form
|
||||
public partial class fSFI : fBase
|
||||
{
|
||||
public fSFI(string sfi_type, double time, double cnt, double shiftcount, int itemcnt)
|
||||
{
|
||||
@@ -102,9 +102,10 @@ namespace FCOMMON
|
||||
|
||||
private void fSFI_Load(object sender, EventArgs e)
|
||||
{
|
||||
EnsureVisibleAndUsableSize();
|
||||
nudMSaveCnt.DecimalPlaces = 1;
|
||||
}
|
||||
|
||||
|
||||
private void nudSIFOffice_ValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
//offcie update
|
||||
|
||||
Reference in New Issue
Block a user