146 lines
		
	
	
		
			7.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			146 lines
		
	
	
		
			7.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UsingPlanEdit.aspx.cs"
							 | 
						||
| 
								 | 
							
								    Inherits="FineUIPro.Web.WeldMat.UsingPlan.UsingPlanEdit" %>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
							 | 
						||
| 
								 | 
							
								<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="50% 45% 5%">
							 | 
						||
| 
								 | 
							
								                <Items>
							 | 
						||
| 
								 | 
							
								                    <f:DropDownList ID="drpProjectId" runat="server" Label="施工号" LabelAlign="Right" Required="true" EnableEdit="true"
							 | 
						||
| 
								 | 
							
								                        ShowRedStar="true" AutoPostBack="true" OnSelectedIndexChanged="drpProjectId_OnSelectedIndexChanged">
							 | 
						||
| 
								 | 
							
								                    </f:DropDownList>
							 | 
						||
| 
								 | 
							
								                    <f:TextBox ID="txtWeldName" 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>
							 | 
						||
| 
								 | 
							
								                </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="txtWeldCode" runat="server" Label="焊材型号" LabelAlign="Right" Readonly="true">
							 | 
						||
| 
								 | 
							
								                    </f:TextBox> 
							 | 
						||
| 
								 | 
							
								                </Items>
							 | 
						||
| 
								 | 
							
								            </f:FormRow>
							 | 
						||
| 
								 | 
							
								            <f:FormRow ColumnWidths="50% 44% 6%">
							 | 
						||
| 
								 | 
							
								                <Items> 
							 | 
						||
| 
								 | 
							
								                    <f:DropDownList ID="drpUsingUnit" runat="server" Label="使用单位" LabelAlign="Right" Required="true"
							 | 
						||
| 
								 | 
							
								                        ShowRedStar="true" AutoPostBack="true" OnSelectedIndexChanged="drpUsingUnit_OnSelectedIndexChanged">
							 | 
						||
| 
								 | 
							
								                    </f:DropDownList> 
							 | 
						||
| 
								 | 
							
								                    <f:DropDownList ID="drpUsePosition" runat="server" Label="使用位置" LabelAlign="Right" Required="true"
							 | 
						||
| 
								 | 
							
								                        ShowRedStar="true" EnableEdit="true" ForceSelection="false"></f:DropDownList>
							 | 
						||
| 
								 | 
							
								                   
							 | 
						||
| 
								 | 
							
								                </Items>
							 | 
						||
| 
								 | 
							
								            </f:FormRow>
							 | 
						||
| 
								 | 
							
								            
							 | 
						||
| 
								 | 
							
								            <f:FormRow ColumnWidths="50% 45% 5%">
							 | 
						||
| 
								 | 
							
								                <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: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% 44% 6%">
							 | 
						||
| 
								 | 
							
								                <Items> 
							 | 
						||
| 
								 | 
							
								                    <f:DropDownList ID="drpTeamGroup" runat="server" Label="焊工班组" LabelAlign="Right" Required="true"
							 | 
						||
| 
								 | 
							
								                        ShowRedStar="true"></f:DropDownList> 
							 | 
						||
| 
								 | 
							
								                     <f:NumberBox ID="txtAmount" runat="server" Label="数量(根)"  Required="true"
							 | 
						||
| 
								 | 
							
								                        ShowRedStar="true" LabelAlign="Right" NoNegative="true" DecimalPrecision="1" 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:Button ID="btnSave" Icon="SystemSave" runat="server" Text="暂存" ValidateForms="Form2"
							 | 
						||
| 
								 | 
							
								                        OnClick="btnSave_Click">
							 | 
						||
| 
								 | 
							
								                    </f:Button>
							 | 
						||
| 
								 | 
							
								                    <f:Button ID="btnSubmit" Icon="accept" 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="800px" 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>
							 |