Compare commits
No commits in common. "f1475900ce9cc780ea15ae5508b11a4a4568c3c4" and "acba3c7731f11ca020676e4d6ee2631005b596ed" have entirely different histories.
f1475900ce
...
acba3c7731
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -232,10 +232,8 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
|||
sb.AppendFormat("<td>{0}</td>", this.Grid1.SummaryData.GetValue("total_jot").ToString());
|
||||
sb.AppendFormat("<td>{0}</td>", this.Grid1.SummaryData.GetValue("total_bw1jot").ToString());
|
||||
sb.AppendFormat("<td>{0}</td>", this.Grid1.SummaryData.GetValue("total_hotjot").ToString());
|
||||
sb.AppendFormat("<td>{0}</td>", this.Grid1.SummaryData.GetValue("total_Trusthotjot").ToString());
|
||||
sb.AppendFormat("<td>{0}</td>", this.Grid1.SummaryData.GetValue("total_Inputhotjot").ToString());
|
||||
sb.AppendFormat("<td>{0}</td>", this.Grid1.SummaryData.GetValue("total_OKhotjot").ToString());
|
||||
sb.AppendFormat("<td>{0}</td>", this.Grid1.SummaryData.GetValue("total_NotOKhotjot").ToString());
|
||||
sb.AppendFormat("<td></td>");
|
||||
sb.AppendFormat("<td>{0}</td>", this.Grid1.SummaryData.GetValue("maybe_bw1jot").ToString());
|
||||
sb.Append("</tr>");
|
||||
sb.Append("</table>");
|
||||
|
||||
|
|
Loading…
Reference in New Issue