프로젝트

일반

사용자정보

개정판 f5b5f559

IDf5b5f559d06cf2c6bb8f9a7bf52b44991228c72a
상위 029be126
하위 b254f8e9

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

issue #0000
- capture 있는 document만 첨부파일 이미지 표시
- 검토(도프텍,삼성), 검증(도프텍,삼성)

Change-Id: Ib702e4add6db5ecdeac0b84bf22c10ba679b9556

차이점 보기:

ID2.Manager/ID2.Manager/Main.cs
1325 1325
                            case "ID2Connection":
1326 1326
                                this.GetCommandColBtnElement(e.CellElement.Children[0], e.CellElement.ColumnInfo.Name);
1327 1327
                                break;
1328
                            //case "ToCapture":
1329
                            //    if (result.ToCapture > 0)
1330
                            //    {
1331
                            //        e.CellElement.Image = Properties.Resources.files18;
1332
                            //    }
1333
                            //    break;
1334
                            //case "FrCapture":
1335
                            //    if (result.FrCapture > 0)
1336
                            //    {
1337
                            //        e.CellElement.Image = Properties.Resources.files18;
1338
                            //    }
1339
                            //    break;
1340
                            //case "ProdCapture":
1341
                            //    if (result.ProdCapture > 0)
1342
                            //    {
1343
                            //        e.CellElement.Image = Properties.Resources.files18;
1344
                            //        e.CellElement.Text = result.ProdCapture.ToString();
1345
                            //    }
1346
                            //    break;
1347
                            //case "ClientCapture":
1348
                            //    if (result.ClientCapture > 0)
1349
                            //    {
1350
                            //        e.CellElement.Image = Properties.Resources.files18;
1351
                            //    }
1352
                            //    break;
1328
                            case "ToCapture":
1329
                                if (result.ToCapture > 0)
1330
                                {
1331
                                    e.CellElement.Image = Properties.Resources.files18;
1332
                                }
1333
                                break;
1334
                            case "FrCapture":
1335
                                if (result.FrCapture > 0)
1336
                                {
1337
                                    e.CellElement.Image = Properties.Resources.files18;
1338
                                }
1339
                                break;
1340
                            case "ProdCapture":
1341
                                if (result.ProdCapture > 0)
1342
                                {
1343
                                    e.CellElement.Image = Properties.Resources.files18;
1344
                                }
1345
                                break;
1346
                            case "ClientCapture":
1347
                                if (result.ClientCapture > 0)
1348
                                {
1349
                                    e.CellElement.Image = Properties.Resources.files18;
1350
                                }
1351
                                break;
1353 1352
                        }
1354 1353
                    }
1355 1354
                    else
......
2139 2138
            List<string> wkID2ColNames = new List<string>() { "ID2Connection", "ID2StartDate", "ID2EndDate", "ID2JobTime", "ID2Status", "ID2Issues" };
2140 2139
            List<string> wkAVEVAColNames = new List<string>() { "AVEVAConnection", "AVEVAConvertDate", "AVEVAReviewDate", "AVEVAStatus", "AVEVAIssues" };
2141 2140
            List<string> valLinkColNames = new List<string>() { "ReviewFileName", "SystemLink" };
2142
            List<string> valProdColNames = new List<string>() { "ProdReviewer", "ProdIsResult", "ProdRemarks" };
2143
            List<string> valCntColNames = new List<string>() { "ClientReviewer", "ClientIsResult", "ClientRemarks" };
2141
            List<string> valProdColNames = new List<string>() { "ProdReviewer", "ProdIsResult", "ProdRemarks", "ProdCapture" };
2142
            List<string> valCntColNames = new List<string>() { "ClientReviewer", "ClientIsResult", "ClientRemarks", "ClientCapture" };
2144 2143
            List<string> dtColNames = new List<string>() { "DTIsGateWay", "DTIsImport", "DTIsRegSystem", "DTRemarks" };
2145 2144

  
2146 2145
            //도면

내보내기 Unified diff

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