휴가 승인자 정보 추적
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using FCOMMON;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
@@ -9,11 +10,11 @@ using System.Windows.Forms;
|
||||
|
||||
namespace FEQ0000
|
||||
{
|
||||
public partial class fImpEquipment : Form
|
||||
public partial class fImpEquipment : fBase
|
||||
{
|
||||
DataTable dt = null;
|
||||
DataTable dtExcel = new DataTable();
|
||||
// fEquipment.eTabletype imptype = fEquipment.eTabletype.MOLD;
|
||||
// fEquipment.eTabletype imptype = fEquipment.eTabletype.MOLD;
|
||||
public fImpEquipment(fEquipment.eTabletype type_)
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -23,9 +24,10 @@ namespace FEQ0000
|
||||
this.FormClosed += __Closed;
|
||||
dt = new dsEQ.EETGW_EquipmentDataTable();
|
||||
}
|
||||
|
||||
|
||||
private void __Load(object sender, EventArgs e)
|
||||
{
|
||||
EnsureVisibleAndUsableSize ();
|
||||
this.Text = string.Format("Data Import({0})", "ALL");
|
||||
var form = this as Form;
|
||||
FCOMMON.Util.SetFormStatus(ref form, this.Name, true);
|
||||
@@ -282,8 +284,8 @@ namespace FEQ0000
|
||||
if (i % 1000 == 0) Application.DoEvents();
|
||||
|
||||
var version = dr[11].ToString();
|
||||
var linecode = dr[12+1].ToString();
|
||||
var linedesc = dr[13+1].ToString();
|
||||
var linecode = dr[12 + 1].ToString();
|
||||
var linedesc = dr[13 + 1].ToString();
|
||||
var lineT = string.Empty;
|
||||
var lineP = string.Empty;
|
||||
var grp2 = string.Empty;
|
||||
@@ -322,7 +324,7 @@ namespace FEQ0000
|
||||
if (lineDrows.Length == 0) //라인코드가 없다.
|
||||
{
|
||||
//var linebuf = linedesc.Split('-');
|
||||
|
||||
|
||||
|
||||
//신규추가한다.
|
||||
var newli = lineTd.NewLineCodeRow();
|
||||
|
||||
Reference in New Issue
Block a user