提交代码
This commit is contained in:
@@ -34,6 +34,10 @@
|
||||
<f:Button ID="btnSearch" runat="server" Icon="SystemSearch" ToolTip="查询" OnClick="btnBindGrid">
|
||||
</f:Button>
|
||||
|
||||
<f:Button ID="Button2" ToolTip="修改出差天数" Hidden="false" Text="出差天数" Icon="Pencil" runat="server"
|
||||
OnClick="btnDays_Click">
|
||||
</f:Button>
|
||||
|
||||
<f:Button ID="btnUpdateMonth" ToolTip="修改月节点目标" Hidden="false" Text="月节点目标" Icon="Pencil" runat="server"
|
||||
OnClick="btnMonthTarget">
|
||||
</f:Button>
|
||||
@@ -46,7 +50,7 @@
|
||||
OnClick="btnWorkPlan">
|
||||
</f:Button>
|
||||
|
||||
<f:Button ID="Button1" ToolTip="提交" Hidden="false" Text="提交报表" Icon="Pencil" runat="server" ConfirmText="请注意:提交后不可修改。是否确认提交数据?"
|
||||
<f:Button ID="Button1" ToolTip="提交" Hidden="false" Text="提交报表" Icon="Pencil" runat="server"
|
||||
OnClick="btnSubmit">
|
||||
</f:Button>
|
||||
|
||||
@@ -100,6 +104,13 @@
|
||||
Title="编辑" EnableIFrame="true" Height="650px"
|
||||
Width="1200px">
|
||||
</f:Window>
|
||||
|
||||
<f:Window ID="Window2" runat="server" Hidden="true" ShowHeader="true"
|
||||
IsModal="true" Target="Parent" EnableMaximize="true" EnableResize="true" AutoScroll="true"
|
||||
Title="修改出差天数" EnableIFrame="true" Height="650px"
|
||||
Width="440px">
|
||||
</f:Window>
|
||||
|
||||
<f:Menu ID="Menu1" runat="server">
|
||||
<%-- <f:MenuButton ID="btnMenuEdit" OnClick="btnEdit_Click" EnablePostBack="true"
|
||||
Hidden="true" runat="server" Text="编辑" Icon="TableEdit" >
|
||||
|
||||
Reference in New Issue
Block a user