프로젝트 정보에 COSTSAVE/HIGHTLIGHT/FANOUT 체크박스 추가

This commit is contained in:
chi
2023-06-22 23:19:49 +09:00
parent b04b79b5f5
commit 819b9264d0
11 changed files with 784 additions and 667 deletions

View File

@@ -118,7 +118,7 @@ namespace FPJ0000
"SELECT [idx],pno,[status],[process],[part],[pdate], " +
"ReqSite,ReqPlant,ReqLine,ReqPackage,[name],'' as remark_ans,[reqstaff], [costo],[costn],[cnt], " +
"[remark_req],[sdate],[ddate],[edate],[odate], [orderno], " +
"[path], dbo.getScheduleProgress(idx) as ProgressPrj, " +
"[path], dbo.getScheduleProgress(idx) as ProgressPrj,[bHighlight],[bCost],[bFanOut], " +
"dbo.getLastHistory(idx) AS lasthistory, " +
"dbo.getProjectFinishRate(gcode, idx) AS finishrate, " +
"championid, designid, assemblyid, epanelid, softwareid, userAssembly, " +