업무일지 등록시 분류가 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

@@ -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 는 추가를 해준다.