휴가 승인자 정보 추적

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,10 +12,11 @@ using NetOffice;
using Outlook = NetOffice.OutlookApi;
using NetOffice.OutlookApi.Enums;
using System.Security.Cryptography.X509Certificates;
using FCOMMON;
namespace FEQ0000
{
public partial class fItemin : Form
public partial class fItemin : fBase
{
public fItemin()
{
@@ -186,7 +187,7 @@ namespace FEQ0000
private void fItemin_Load(object sender, EventArgs e)
{
//구매담당자목록
EnsureVisibleAndUsableSize();
using (var tauser = new dsPurchaseTableAdapters.Purchase_ManagerlistTableAdapter())
{
var lst_man = tauser.GetByManager(FCOMMON.info.Login.gcode);