업무일지 등록시 분류가 1개라면 자동 선택, 업무형태 글자 짤림으로 인해 늘리기

This commit is contained in:
chi
2023-10-26 20:17:02 +09:00
parent c18b72ede6
commit a95b26c55d
26 changed files with 2916 additions and 1571 deletions

View File

@@ -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)
{
}
}
}