1. CR구매현황 화면에서 SID가 없는 데이터는 표시되지 않습니다.
현재조건 : 상태값(진행,완료,완료(보고)) AND SID AND 구매요청수량>0 AND CR값 2. 구매수량 -> 구매요청 으로 글자가 변경되었습니다. (CR구매현황,파트리스트) 3. 파트리스트 글자를 부품목록 으로 변경(프로젝트목록,파트리스트) 4. 부품목록 화면 SID 컬럼 정렬기능 추가
This commit is contained in:
@@ -434,7 +434,7 @@
|
||||
this.toolStripMenuItem1,
|
||||
this.엑셀파일로저장ToolStripMenuItem});
|
||||
this.cm.Name = "contextMenuStrip1";
|
||||
this.cm.Size = new System.Drawing.Size(299, 418);
|
||||
this.cm.Size = new System.Drawing.Size(299, 440);
|
||||
//
|
||||
// columnSizeToolStripMenuItem
|
||||
//
|
||||
@@ -495,7 +495,7 @@
|
||||
//
|
||||
this.partListToolStripMenuItem.Name = "partListToolStripMenuItem";
|
||||
this.partListToolStripMenuItem.Size = new System.Drawing.Size(298, 36);
|
||||
this.partListToolStripMenuItem.Text = "파트리스트";
|
||||
this.partListToolStripMenuItem.Text = "부품목록";
|
||||
this.partListToolStripMenuItem.Click += new System.EventHandler(this.partListToolStripMenuItem_Click);
|
||||
//
|
||||
// iOMapToolStripMenuItem
|
||||
|
||||
Reference in New Issue
Block a user