20240816 修改项目列表导出
This commit is contained in:
@@ -1012,6 +1012,18 @@ namespace FineUIPro.Web
|
||||
{
|
||||
html = (row.FindControl("lbCheckManNames") as AspNet.Label).Text;
|
||||
}
|
||||
if (column.ColumnID== "tfCM")
|
||||
{
|
||||
html = (row.FindControl("lblCM") as AspNet.Label).Text;
|
||||
}
|
||||
if (column.ColumnID == "tfSubcontractor")
|
||||
{
|
||||
html = (row.FindControl("lblSubcontractor") as AspNet.Label).Text;
|
||||
}
|
||||
if (column.ColumnID == "tfOwn")
|
||||
{
|
||||
html = (row.FindControl("lblOwn") as AspNet.Label).Text;
|
||||
}
|
||||
// 处理CheckBox
|
||||
if (html.Contains("f-grid-static-checkbox"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user