업무일지 등록시 분류가 1개라면 자동 선택, 업무형태 글자 짤림으로 인해 늘리기
This commit is contained in:
@@ -101,6 +101,7 @@ namespace FEQ0000
|
||||
e.Row["pumamt"] = 0;
|
||||
e.Row["request"] = FCOMMON.info.Login.nameK;
|
||||
e.Row["receive"] = "";// FCOMMON.info.Login.nameK;
|
||||
e.Row["place"] = "전자실";
|
||||
}
|
||||
|
||||
private void __Load(object sender, EventArgs e)
|
||||
@@ -430,6 +431,8 @@ namespace FEQ0000
|
||||
else
|
||||
newdr.request = FCOMMON.info.Login.no;
|
||||
|
||||
newdr.place = "전자실";
|
||||
|
||||
var t1 = DBM.getCodeList("65");
|
||||
var t2 = DBM.getCodeList("66");
|
||||
if (t1.Count == 1)
|
||||
@@ -447,6 +450,7 @@ namespace FEQ0000
|
||||
repeat = f.repeatAdd;
|
||||
|
||||
|
||||
|
||||
if (dlg == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
//존재하지 않는 sid 는 추가를 해준다.
|
||||
|
||||
@@ -593,12 +593,14 @@
|
||||
this.tbStorage.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||||
this.tbStorage.Items.AddRange(new object[] {
|
||||
"NR",
|
||||
"SPR"});
|
||||
"SPR",
|
||||
"전자실"});
|
||||
this.tbStorage.Location = new System.Drawing.Point(345, 233);
|
||||
this.tbStorage.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbStorage.Name = "tbStorage";
|
||||
this.tbStorage.Size = new System.Drawing.Size(129, 28);
|
||||
this.tbStorage.TabIndex = 52;
|
||||
this.tbStorage.SelectedIndexChanged += new System.EventHandler(this.tbStorage_SelectedIndexChanged);
|
||||
//
|
||||
// cmbRemark
|
||||
//
|
||||
|
||||
@@ -166,6 +166,8 @@ namespace FEQ0000
|
||||
dtInDate.Value = DateTime.Parse(dr.indate);
|
||||
}
|
||||
|
||||
|
||||
|
||||
//if (dr.IsedateNull() || dr.edate.isEmpty())
|
||||
//{
|
||||
// this.chkExp.Checked = false;
|
||||
@@ -230,7 +232,7 @@ namespace FEQ0000
|
||||
tbSupplyIndex.Text = dr.supplyidx.ToString();
|
||||
|
||||
cmbState.Text = dr.state;
|
||||
|
||||
tbStorage.Text = dr.place;
|
||||
tbSC.Text = dr.sc;
|
||||
tbPO.Text = dr.po;
|
||||
|
||||
@@ -831,6 +833,9 @@ namespace FEQ0000
|
||||
else tbPumPrice.Text = "0";
|
||||
}
|
||||
|
||||
|
||||
private void tbStorage_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user