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