1. CR구매현황 화면에서 SID가 없는 데이터는 표시되지 않습니다.

 현재조건 : 상태값(진행,완료,완료(보고)) AND SID AND 구매요청수량>0 AND CR값
2. 구매수량 -> 구매요청 으로 글자가 변경되었습니다. (CR구매현황,파트리스트)
3. 파트리스트 글자를 부품목록 으로 변경(프로젝트목록,파트리스트)
4. 부품목록 화면 SID 컬럼 정렬기능 추가
This commit is contained in:
chi
2021-10-12 11:16:32 +09:00
parent 218a1de954
commit 96d9219cde
14 changed files with 281 additions and 287 deletions

View File

@@ -4,15 +4,22 @@
partial class dsPRJ
{
partial class EETGW_ProjectToDoDataTable
{
}
partial class EETGW_JobReport_EBoardDataTable
{
}
}
}
namespace FPJ0000.dsPRJTableAdapters {
namespace FPJ0000.dsPRJTableAdapters
{
partial class ProjectPartStatusTableAdapter
{
}
public partial class JobReportTableAdapter {
}
}