|
@@ -493,7 +493,7 @@ namespace OTSIncAReportApp.OTSTemplateDesigner
|
|
|
|
|
|
DataRow dr = ls_partsize_dt.NewRow();
|
|
|
//从2开始,固定的
|
|
|
- int col = 9;
|
|
|
+ int col = 7;
|
|
|
for (int i = 1; i < 11; i++)
|
|
|
{
|
|
|
if (ls_gv.Columns.Count > col)
|
|
@@ -527,7 +527,7 @@ namespace OTSIncAReportApp.OTSTemplateDesigner
|
|
|
dr2["Hardness"] = ls_gv.Rows[i].Cells[6].Value.ToString();
|
|
|
dr2["Density"] = ls_gv.Rows[i].Cells[7].Value.ToString();
|
|
|
dr2["Conductivity"] = ls_gv.Rows[i].Cells[8].Value.ToString();
|
|
|
- int col2 = 9;
|
|
|
+ int col2 = 6;
|
|
|
for (int j = 1; j < 11; j++)
|
|
|
{
|
|
|
if (ls_gv.Columns.Count > col2)
|
|
@@ -539,7 +539,7 @@ namespace OTSIncAReportApp.OTSTemplateDesigner
|
|
|
{
|
|
|
dr2["total"] = "0"; //求合
|
|
|
double d_total = 0;
|
|
|
- int col3 = 9;
|
|
|
+ int col3 = 6;
|
|
|
for (int j = 1; j < 11; j++)
|
|
|
{
|
|
|
if (ls_gv.Columns.Count > col3)
|