2024-02-21 开车分包管理修改
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<f:Button ID="btnNew" Icon="Add" ToolTip="新增" EnablePostBack="false" runat="server" Hidden="true">
|
||||
</f:Button>
|
||||
<f:Button ID="btnSelect" Icon="ApplicationEdit" ToolTip="选标" Text="选标" EnablePostBack="True" runat="server" OnClick="btnSelect_OnClick"> </f:Button>
|
||||
<f:Button ID="btnProgress" Icon="ApplicationEdit" ToolTip="进度" Text="进度" EnablePostBack="True" runat="server" OnClick="btnProgress_OnClick"> </f:Button>
|
||||
<f:Button ID="btnScoring" Icon="ApplicationEdit" ToolTip="打分" Text="打分" EnablePostBack="True" runat="server" OnClick="btnScoring_OnClick"> </f:Button>
|
||||
|
||||
</Items>
|
||||
@@ -66,7 +67,7 @@
|
||||
</f:Panel>
|
||||
<f:Window ID="Window1" Title="开车分包情况" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" OnClose="Window1_Close"
|
||||
Width="1000px" Height="700px">
|
||||
Width="1000px" Height="750px">
|
||||
</f:Window>
|
||||
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
||||
|
||||
Reference in New Issue
Block a user