..
This commit is contained in:
@@ -1092,7 +1092,7 @@ namespace FEQ0000
|
|||||||
|
|
||||||
}
|
}
|
||||||
var rows = this.GetDatarows();
|
var rows = this.GetDatarows();
|
||||||
var tabledata = UTIL_EQ0000.MakeDataTableToHTML(rows,fn);
|
var tabledata = UTIL_EQ0000.MakeDataTableToHTML(rows, fn);
|
||||||
if (f.chkList.Checked)
|
if (f.chkList.Checked)
|
||||||
{
|
{
|
||||||
form_body += tabledata;
|
form_body += tabledata;
|
||||||
@@ -1515,6 +1515,14 @@ namespace FEQ0000
|
|||||||
var row = this.dsPurchase.EETGW_PurchaseEB.Where(t => t.idx == rowidx).First();
|
var row = this.dsPurchase.EETGW_PurchaseEB.Where(t => t.idx == rowidx).First();
|
||||||
rows.Add(row);
|
rows.Add(row);
|
||||||
}
|
}
|
||||||
|
if (rows.Any() == false)
|
||||||
|
{
|
||||||
|
if (this.bs.Count > 0)
|
||||||
|
{
|
||||||
|
var drv = this.bs.Current as DataRowView;
|
||||||
|
rows.Add(drv.Row as dsPurchase.EETGW_PurchaseEBRow);
|
||||||
|
}
|
||||||
|
}
|
||||||
return rows;
|
return rows;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1691,12 +1699,12 @@ namespace FEQ0000
|
|||||||
if (v공급 != null) s공급 = v공급.ToString();
|
if (v공급 != null) s공급 = v공급.ToString();
|
||||||
|
|
||||||
sb.AppendLine("<tr>");
|
sb.AppendLine("<tr>");
|
||||||
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(s신청) + "</td>");
|
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(s신청) + "</td>");
|
||||||
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(s요청) + "</td>");
|
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(s요청) + "</td>");
|
||||||
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(sCRCF) + "</td>");
|
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(sCRCF) + "</td>");
|
||||||
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(s수령) + "</td>");
|
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(s수령) + "</td>");
|
||||||
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(sSID) + "</td>");
|
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(sSID) + "</td>");
|
||||||
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(s품명) + "</td>");
|
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(s품명) + "</td>");
|
||||||
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(s규격) + "</td>");
|
sb.AppendLine("<td>" + UTIL_EQ0000.getmaxstr(s규격) + "</td>");
|
||||||
sb.AppendLine("<td style='text-align:center'>" + int.Parse(s수량).ToString("N0") + "</td>");
|
sb.AppendLine("<td style='text-align:center'>" + int.Parse(s수량).ToString("N0") + "</td>");
|
||||||
sb.AppendLine("<td style='text-align:right'>" + int.Parse(s단가).ToString("N0") + "</td>");
|
sb.AppendLine("<td style='text-align:right'>" + int.Parse(s단가).ToString("N0") + "</td>");
|
||||||
|
|||||||
Reference in New Issue
Block a user