개정판 ab3c1c74
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