リビジョン 214
請求書(割り当て済みのものでも表示・再印刷が可能に修正)
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/Request/RequestEntry/FrmEntryReqSelOrderer.cs | ||
---|---|---|
431 | 431 |
} |
432 | 432 |
|
433 | 433 |
// 当該請求月の請求ヘッダを取得 |
434 |
string sql = string.Format(" Where RequestMonth = {0} And AssignedFlg = 0 Order by ReqConstructionCode", nReqMonth); |
|
434 |
//string sql = string.Format(" Where RequestMonth = {0} And AssignedFlg = 0 Order by ReqConstructionCode", nReqMonth); |
|
435 |
string sql = string.Format(" Where RequestMonth = {0} Order by ReqConstructionCode", nReqMonth); |
|
435 | 436 |
if (ioReqHead.SelectAction(sql, ref lstWork) == false) |
436 | 437 |
{ |
437 | 438 |
return; |
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/Request/RequestEntry/FrmEntryReqSelRequest.cs | ||
---|---|---|
533 | 533 |
string sql = string.Format(" Where RequestMonth = {0}",m_nRequestMonth); |
534 | 534 |
sql += string.Format(" And OrderersDivision = {0}", m_nOrderersDivision); |
535 | 535 |
sql += string.Format(" And OrderersCode = {0}", m_nOrderersCode); |
536 |
sql += string.Format(" And OrderersName = '{0}'", m_strOrderersName); |
|
537 |
sql += " And AssignedFlg = 0"; |
|
536 |
//sql += string.Format(" And OrderersName = '{0}'", m_strOrderersName);
|
|
537 |
//sql += " And AssignedFlg = 0";
|
|
538 | 538 |
sql += " Order by ReqConstructionCode Asc, OrderNo Asc"; |
539 | 539 |
|
540 | 540 |
if (ioReqHead.SelectAction(sql, ref lstWork) == false) |
他の形式にエクスポート: Unified diff