업무일지 등록시 분류가 1개라면 자동 선택, 업무형태 글자 짤림으로 인해 늘리기
This commit is contained in:
@@ -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