141 lines
		
	
	
		
			7.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			141 lines
		
	
	
		
			7.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UsingPlanEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.MaterialManage.UsingPlanEdit" %>
 | |
| 
 | |
| <!DOCTYPE html>
 | |
| 
 | |
| <html xmlns="http://www.w3.org/1999/xhtml">
 | |
| <head runat="server">
 | |
|     <title>编辑领料计划录入</title>
 | |
|     <link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
 | |
| </head>
 | |
| <body>
 | |
|     <form id="form1" runat="server">
 | |
|         <f:PageManager ID="PageManager1" AutoSizePanelID="Form2" runat="server" />
 | |
|     <f:Form ID="Form2" ShowBorder="False" BodyPadding="5px" ShowHeader="False" runat="server"
 | |
|         RedStarPosition="BeforeText">
 | |
|         <Rows>
 | |
|             <f:FormRow>
 | |
|                 <Items>
 | |
|                     <f:HiddenField ID="hdWeldId" runat="server">
 | |
|                     </f:HiddenField>
 | |
|                     <f:HiddenField ID="hdUsingMan1" runat="server">
 | |
|                     </f:HiddenField>
 | |
|                 </Items>
 | |
|             </f:FormRow>
 | |
|             <f:FormRow ColumnWidths="45% 5% 50%">
 | |
|                 <Items>
 | |
|                     <f:TextBox ID="txtWeldCode" runat="server" Label="焊材代号" LabelAlign="Right" Readonly="true"
 | |
|                         Required="true" ShowRedStar="true">
 | |
|                     </f:TextBox>
 | |
|                     <f:Button runat="server" ID="btnSelect" Icon="Find" OnClick="btnSelect_Click" ToolTip="查找焊材信息">
 | |
|                     </f:Button>
 | |
|                     <f:Label runat="server" Hidden="true"></f:Label>
 | |
|                 </Items>
 | |
|             </f:FormRow>
 | |
|             <f:FormRow ColumnWidths="50% 44% 6%">
 | |
|                 <Items>
 | |
|                     <f:TextBox ID="txtWeldSpec" runat="server" Label="规格" LabelAlign="Right" Readonly="true">
 | |
|                     </f:TextBox> 
 | |
|                     <f:TextBox ID="txtWeldName" runat="server" Label="焊材名称" LabelAlign="Right" Readonly="true">
 | |
|                     </f:TextBox> 
 | |
|                 </Items>
 | |
|             </f:FormRow>
 | |
|             <f:FormRow ColumnWidths="50% 44% 6%">
 | |
|                 <Items> 
 | |
|                     <f:DropDownList ID="drpUsePosition" runat="server" Label="使用位置" LabelAlign="Right" Required="true"
 | |
|                         ShowRedStar="true" EnableEdit="true" ForceSelection="false"></f:DropDownList>
 | |
|                    <f:TextBox ID="txtUsingManOne" runat="server" Label="领料人" LabelAlign="Right" Readonly="true"
 | |
|                         Required="true" ShowRedStar="true">
 | |
|                     </f:TextBox>
 | |
|                     <f:Button runat="server" ID="btnSelectUsingMan" Icon="Find" OnClick="btnSelectUsingMan_Click"
 | |
|                         ToolTip="查找领料人">
 | |
|                     </f:Button>
 | |
|                 </Items>
 | |
|             </f:FormRow>
 | |
|             
 | |
|             <f:FormRow ColumnWidths="50% 45% 5%">
 | |
|                 <Items> 
 | |
|                      
 | |
|                    <f:TextBox ID="txtUsingUnit" runat="server" Label="使用单位" LabelAlign="Right" Readonly="true">
 | |
|                     </f:TextBox> 
 | |
|                     <f:TextBox ID="txtTeamGroup" runat="server" Label="焊工班组" LabelAlign="Right" Readonly="true">
 | |
|                     </f:TextBox> 
 | |
|                 </Items>
 | |
|             </f:FormRow>
 | |
|             <f:FormRow ColumnWidths="50% 44% 6%">
 | |
|                 <Items> 
 | |
|                     <f:DropDownList ID="drpIsSteelStru" runat="server" Label="是否钢结构" LabelAlign="Right"  Required="true" ShowRedStar="true" >
 | |
|                         <f:ListItem Text="否" Value="0" />
 | |
|                         <f:ListItem Text="是" Value="1" />
 | |
|                     </f:DropDownList> 
 | |
|                      <f:NumberBox ID="txtAmount" runat="server" Label="数量(根)"  Required="true"
 | |
|                         ShowRedStar="true" LabelAlign="Right" NoNegative="true" DecimalPrecision="4" TrimEndZero="true" NoDecimal="false">
 | |
|                     </f:NumberBox> 
 | |
|                 </Items>
 | |
|             </f:FormRow>
 | |
|             <f:FormRow ColumnWidths="50% 44% 6%">
 | |
|                 <Items>
 | |
|                     <f:DatePicker ID="txtInPutDate" runat="server" Label="录入时间" LabelAlign="Right" EnableEdit="false"
 | |
|                         Required="true" ShowRedStar="true" Readonly="true">
 | |
|                     </f:DatePicker>
 | |
|                     <f:DatePicker ID="txtOrderDate" runat="server" Label="预约日期"  LabelAlign="Right" EnableEdit="true"
 | |
|                         Required="true" ShowRedStar="true" >
 | |
|                     </f:DatePicker>
 | |
|                     
 | |
|                     
 | |
|                  </Items>
 | |
|             </f:FormRow>
 | |
|              <f:FormRow ColumnWidths="50% 44% 6%">
 | |
|                 <Items>
 | |
|                     <f:DropDownList ID="drpOrderTime" runat="server" Label="预约时间段" LabelAlign="Right" EnableEdit="true"
 | |
|                         Required="true" ShowRedStar="true">
 | |
|                     </f:DropDownList>
 | |
|                     <f:DropDownList ID="drpSheet" runat="server" Label="焊件材质" LabelAlign="Right" EnableMultiSelect="true" EnableCheckBoxSelect="true"  
 | |
|                        AutoPostBack="true" OnSelectedIndexChanged="drpSheet_OnSelectedIndexChanged" EnableEdit="true" Required="true"  ShowRedStar="true"></f:DropDownList>
 | |
|                 </Items>
 | |
|             </f:FormRow>
 | |
|              <f:FormRow ColumnWidths="50% 44% 6%">
 | |
|                 <Items>
 | |
|                     <f:RadioButtonList ID="rblIsCancel" runat="server" Label="是否作废" LabelAlign="Right"
 | |
|                         AutoPostBack="true" OnSelectedIndexChanged="rblIsCancel_SelectedIndexChanged">
 | |
|                         <f:RadioItem Value="true" Text="是" />
 | |
|                         <f:RadioItem Value="false" Text="否" Selected="true" />
 | |
|                     </f:RadioButtonList> 
 | |
|                     <f:DatePicker ID="txtCancelDate" runat="server" Label="作废时间" LabelAlign="Right" EnableEdit="false"
 | |
|                         Readonly="true">
 | |
|                     </f:DatePicker> 
 | |
|                   
 | |
|                 </Items>
 | |
|             </f:FormRow>
 | |
|             <f:FormRow  ColumnWidths="94%">
 | |
|                 <Items>
 | |
|                     <f:TextBox ID="txtCancelResult" runat="server" Label="作废原因" LabelAlign="Right">
 | |
|                     </f:TextBox>
 | |
|                 </Items>
 | |
|             </f:FormRow>
 | |
|         </Rows>
 | |
|         <Toolbars>
 | |
|             <f:Toolbar ID="Toolbar2" Position="Bottom" ToolbarAlign="Right" runat="server">
 | |
|                 <Items>
 | |
|                     <f:HiddenField runat="server" ID="hdUnitId"></f:HiddenField>
 | |
|                     <f:HiddenField runat="server" ID="hdTeamGroupId"></f:HiddenField>
 | |
|                     <f:Button ID="btnSubmit" Icon="SystemSave" runat="server" Text="保存" ValidateForms="Form2"
 | |
|                         OnClick="btnSubmit_Click">
 | |
|                     </f:Button>
 | |
|                     <f:Button ID="btnClose" EnablePostBack="false" Text="关闭" runat="server" Icon="SystemClose">
 | |
|                     </f:Button>
 | |
|                 </Items>
 | |
|             </f:Toolbar>
 | |
|         </Toolbars>
 | |
|     </f:Form>
 | |
|     <f:Window ID="Window1" Title="查找焊材信息" Hidden="true" EnableIFrame="true" EnableMaximize="true"
 | |
|         Target="Parent" EnableResize="true" runat="server" OnClose="Window1_Close" IsModal="true"
 | |
|         Width="1000px" Height="600px">
 | |
|     </f:Window>
 | |
|     <f:Window ID="Window2" Title="查找领料人" Hidden="true" EnableIFrame="true" EnableMaximize="true"
 | |
|         Target="Parent" EnableResize="true" runat="server" OnClose="Window2_Close" IsModal="true"
 | |
|         Width="800px" Height="600px">
 | |
|     </f:Window>
 | |
|     </form>
 | |
| </body>
 | |
| </html>
 |