修改安全月报
This commit is contained in:
parent
655ea45161
commit
1af13f87d6
|
@ -498,7 +498,7 @@ namespace FineUIPro.Web.HSSE.Manager
|
||||||
if (!string.IsNullOrEmpty(project.ProjectType))
|
if (!string.IsNullOrEmpty(project.ProjectType))
|
||||||
{
|
{
|
||||||
var c = BLL.ConstValue.drpConstItemList(BLL.ConstValue.Group_ProjectType).
|
var c = BLL.ConstValue.drpConstItemList(BLL.ConstValue.Group_ProjectType).
|
||||||
FirstOrDefault(x => x.ConstValue == project.ProjectType);
|
FirstOrDefault(x => x.ID == project.ProjectType);
|
||||||
if (c != null)
|
if (c != null)
|
||||||
{
|
{
|
||||||
this.lblProjectType.Text = c.ConstText;
|
this.lblProjectType.Text = c.ConstText;
|
||||||
|
|
|
@ -100,7 +100,7 @@
|
||||||
<f:MenuButton ID="btnMenuModify" EnablePostBack="true" runat="server" Hidden="true"
|
<f:MenuButton ID="btnMenuModify" EnablePostBack="true" runat="server" Hidden="true"
|
||||||
Text="修改" Icon="Pencil" OnClick="btnMenuModify_Click">
|
Text="修改" Icon="Pencil" OnClick="btnMenuModify_Click">
|
||||||
</f:MenuButton>
|
</f:MenuButton>
|
||||||
<f:MenuButton ID="btnMenuOut" EnablePostBack="true" runat="server"
|
<f:MenuButton ID="btnMenuOut" EnablePostBack="true" runat="server" Hidden="true"
|
||||||
Text="导出" Icon="Find" OnClick="btnMenuOut_Click">
|
Text="导出" Icon="Find" OnClick="btnMenuOut_Click">
|
||||||
</f:MenuButton>
|
</f:MenuButton>
|
||||||
<f:MenuButton ID="btnMenuDel" EnablePostBack="true" runat="server" Hidden="true"
|
<f:MenuButton ID="btnMenuDel" EnablePostBack="true" runat="server" Hidden="true"
|
||||||
|
|
Loading…
Reference in New Issue