아이오맵 내보내기 양식 변경, cr 구매요청시 담당자 그룹 입력하도록 함 데이터베잇 option3 필드 사용

This commit is contained in:
chi
2021-12-13 10:16:52 +09:00
parent f8c03784e6
commit 19525c71b6
13 changed files with 880 additions and 691 deletions

View File

@@ -111,7 +111,6 @@ namespace FPJ0000
}
string State_Select = " SELECT [idx],[pidx],[gcode],[isdel],[status],[asset],[level],[rev],[process],[part],[pdate],[name],[userManager],[usermain],[usersub],[userhw2],[reqstaff],[costo],[costn],[cnt],[remark_req],[remark_ans],[sdate],[ddate],[edate],[odate],[progress],[memo],[wuid],[wdate],[orderno],[crdue],[import],[path],[userprocess],[bCost],[bFanOut],[div],dbo.getScheduleProgress(idx) as ProgressPrj, dbo.getLastHistory(idx) AS lasthistory,'' AS wws, '' AS wwo, '' AS wwe, '' AS wwd,model,serial FROM Projects";
string State_where = " WHERE gcode=@gcode and isnull(div,'') <> 'EB' and ";
@@ -151,7 +150,7 @@ namespace FPJ0000
while(dar.Read())
{
min_sw = dar[0].ToString();
min_sw = dar[1].ToString();
max_ew = dar[1].ToString();
}
dar.Close();