2023-10-30
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user