1208-003-gaofei

This commit is contained in:
gaofei 2021-12-08 10:35:36 +08:00
parent aaf9629b87
commit f74ab99b9f
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
insert into [dbo].[Sys_Const]
values(newid(),'Menu_CLGL','材料管理',11,'MenuType_P',NULL)
GO

View File

@ -60,7 +60,7 @@
<f:RadioItem Selected="true" Text="本部菜单" Value="MenuType_S"/> <f:RadioItem Selected="true" Text="本部菜单" Value="MenuType_S"/>
<f:RadioItem Text="项目菜单" Value="MenuType_P"/> <f:RadioItem Text="项目菜单" Value="MenuType_P"/>
</f:RadioButtonList> </f:RadioButtonList>
<f:ToolbarFill runat="server"></f:ToolbarFill> <f:ToolbarFill runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" Hidden="true" ToolTip="保存" <f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" Hidden="true" ToolTip="保存"
OnClick="btnSave_Click"> OnClick="btnSave_Click">
</f:Button> </f:Button>