产品种类 | ");
string dt = "号";
if (TYPE_COUNT == "MONTH")
{
dt = "月";
}
foreach (QTYCompletionRateDModel item in nli)
{
html.Append("");
if (item.TDAY.Equals("累计"))
{
html.Append(item.TDAY);
}
else
{
html.Append(item.TDAY + dt);
}
html.Append(" | ");
}
html.Append("
");
Dictionary