프로젝트

일반

사용자정보

개정판 d9949772

IDd9949772f230f183166b2de61903f58e7e45c1a5
상위 2aa2a446
하위 c43108c9

유성호이(가) 일년 이상 전에 추가함

issue #0000
Typical
- Main 리스트 컬럼 삭제
- Model 및 DB 삭제
- crud 수정
- 삼성전자 담당자들 요청 반영
ID2연결
- Main 리스트 컬럼 이동 : 프로그램연동으로.
- Model 및 DB 삭제 : path를 동적으로 구하기때문에 불필요한 컬럼
- crud 수정
AVEVA연결
- Main 리스트 컬럼 이동 : 기존 링크와 중복으로 판단되어.
- Model 및 DB 삭제 : 불필요한 컬럼
- crud 수정

Change-Id: I82adc6bc77171aa2ff15ac39489ff44cb6e9857e

차이점 보기:

ID2.Manager/ID2.Manager.Common/Helpers/ID2Excel.cs
186 186
                                document.JobLevel = value;
187 187
                                break;
188 188

  
189
                            case 10:
190
                                document.IsTypical = value;
191
                                break;
189
                            //case 10:
190
                            //    document.IsTypical = value;
191
                            //    break;
192 192
                            case 11:
193 193
                                document.RevisonNo = value;
194 194
                                break;
......
426 426
                                   DocumentNo = ws.Rows[p.Index].Cells[6].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[6].Value.ToString(),
427 427
                                   PersonInCharge = ws.Rows[p.Index].Cells[7].IsNullOrEmpty() ? string.Empty : this.GetUser(ws.Rows[p.Index].Cells[7].Value.ToString()).ID,
428 428
                                   JobLevel = ws.Rows[p.Index].Cells[8].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[8].Value.ToString(),
429
                                   IsTypical = ws.Rows[p.Index].Cells[9].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[9].Value.ToString(),
429
                                   //IsTypical = ws.Rows[p.Index].Cells[9].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[9].Value.ToString(),
430 430
                                   RevisonNo = ws.Rows[p.Index].Cells[10].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[10].Value.ToString(),
431 431
                                   ToIsDiscussion = ws.Rows[p.Index].Cells[11].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[11].Value.ToString(),
432 432
                                   ToRemarks = ws.Rows[p.Index].Cells[12].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[12].Value.ToString(),

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)