장비목록 그룹별 분리

This commit is contained in:
chi
2023-01-09 09:37:52 +09:00
parent a1332a2720
commit 32b5059af8
15 changed files with 830 additions and 383 deletions

View File

@@ -233,7 +233,7 @@ namespace FEQ0000
//라인코드를 읽어서 값을 기록해준다.
var taLine = new dsEQTableAdapters.LineCodeTableAdapter();
var lineTd = taLine.GetData();
var lineTd = taLine.GetData(FCOMMON.info.Login.gcode);
lineTd.AcceptChanges();
dt.Clear();

View File

@@ -240,7 +240,7 @@ namespace FEQ0000
//라인코드를 읽어서 값을 기록해준다.
var taLine = new dsEQTableAdapters.LineCodeTableAdapter();
var lineTd = taLine.GetData();
var lineTd = taLine.GetData(FCOMMON.info.Login.gcode);
lineTd.AcceptChanges();
dt.Clear();