2023-10-30

This commit is contained in:
2023-10-30 10:40:53 +08:00
parent 11a1709351
commit b3a0193a38
16 changed files with 485 additions and 264 deletions
@@ -398,6 +398,14 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
{
html = (row.FindControl("lblNumber") as System.Web.UI.WebControls.Label).Text;
}
else if (column.ColumnID == "QuantityOffset")
{
html = (row.FindControl("lbQuantityOffset") as System.Web.UI.WebControls.Label).Text;
}
else if (column.ColumnID == "AmountOffset")
{
html = (row.FindControl("lbAmountOffset") as System.Web.UI.WebControls.Label).Text;
}
sb.AppendFormat("<td>{0}</td>", html);
}