휴가 승인자 정보 추적

This commit is contained in:
chi
2024-05-08 14:53:55 +09:00
parent 7eb2dbd2cd
commit e4f8981491
201 changed files with 1355 additions and 3219 deletions

View File

@@ -12,7 +12,7 @@ using System.Windows.Forms;
namespace FEQ0000
{
public partial class fPurchaseCR_Add : Form
public partial class fPurchaseCR_Add : fBase
{
BindingSource bsManu;
BindingSource bsModel;
@@ -51,11 +51,11 @@ namespace FEQ0000
}
Boolean advInput = false;
private void __Load(object sender, EventArgs e)
{
// TODO: 이 코드는 데이터를 'dsPurchase.Purchase' 테이블에 로드합니다. 필요한 경우 이 코드를 이동하거나 제거할 수 있습니다.
EnsureVisibleAndUsableSize();
//this.purchaseTableAdapter.Fill(this.dsPurchase.Purchase);
// this.Show();
// Application.DoEvents();