업무일ㅈ 출력물에 공정 선택 기능 연결 (기존에는 선택가능했으나 적용 안되있었음), 프로젝트 목록에서 완료일 기준으로 정렬하는 기능 추가

This commit is contained in:
chi
2024-06-27 14:12:18 +09:00
parent dde60a7fe8
commit 88ebe5bedf
9 changed files with 309 additions and 167 deletions

View File

@@ -77,6 +77,7 @@ namespace FPJ0000
"검토기한",
"만료일자",
"업데이트",
"완료일자",
});
chk검토_CheckedChanged(this.chk검토, null);
@@ -836,6 +837,9 @@ namespace FPJ0000
case 13: //업데이트
this.bs.Sort = "lasthistory_date";
break;
case 14: //완료일자
this.bs.Sort = "edate desc";
break;
default:
this.bs.Sort = "";
break;