프로젝트

일반

사용자정보

개정판 ab3c1c74

IDab3c1c7495f7a37b62b90c2f95fd780b7e4955cf
상위 e1377864
하위 6e8704d8

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

issue #0000
신규 관리항목
- AVEVA 작업일(AVEVAWorkDate)
- Main 리스트 컬럼 추가
- Model 및 DB 삭제
- crud 수정

Change-Id: Ia9b97df44e7cf458ff08ed12cb6ea6bb8b6f5390

차이점 보기:

ID2.Manager/ID2.Manager.Common/Helpers/ID2Excel.cs
279 279
                            case 31:
280 280
                                document.AVEVAReviewDate = string.IsNullOrEmpty(value) ? (DateTime?)null : Convert.ToDateTime(value);
281 281
                                break;
282
                            //case 31:추가필요
283
                            //    document.AVEVAWorkDate = string.IsNullOrEmpty(value) ? (DateTime?)null : Convert.ToDateTime(value);
284
                            //    break;
282 285
                            case 32:
283 286
                                document.AVEVAStatus = value;
284 287
                                break;
......
448 451
                                   //AVEVAConnection = ws.Rows[p.Index].Cells[5].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[5].Value.ToString(),
449 452
                                   AVEVAConvertDate = ws.Rows[p.Index].Cells[29].IsNullOrEmpty() ? (DateTime?)null : Convert.ToDateTime(ws.Rows[p.Index].Cells[29].Value.ToString()),
450 453
                                   AVEVAReviewDate = ws.Rows[p.Index].Cells[30].IsNullOrEmpty() ? (DateTime?)null : Convert.ToDateTime(ws.Rows[p.Index].Cells[30].Value.ToString()),
454
                                   //AVEVAWorkDate 추가필요
451 455
                                   AVEVAStatus = ws.Rows[p.Index].Cells[31].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[31].Value.ToString(),
452 456
                                   AVEVAIssues = ws.Rows[p.Index].Cells[32].IsNullOrEmpty() ? string.Empty : ws.Rows[p.Index].Cells[32].Value.ToString(),
453 457
                                   ProdReviewer = ws.Rows[p.Index].Cells[35].IsNullOrEmpty() ? string.Empty : this.GetUser(ws.Rows[p.Index].Cells[35].Value.ToString()).ID,

내보내기 Unified diff

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