170 lines
		
	
	
		
			9.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			170 lines
		
	
	
		
			9.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EMaterialRegistEditNew.aspx.cs" Inherits="FineUIPro.Web.HJGL.MaterialManage.EMaterialRegistEditNew" %>
 | ||
| <!DOCTYPE html>
 | ||
| <html xmlns="http://www.w3.org/1999/xhtml">
 | ||
| <head id="Head1" runat="server">
 | ||
|     <title>材料到货登记记录</title>
 | ||
|     <style id="Style1" runat="server" type="text/css">      
 | ||
|         .title
 | ||
|         {
 | ||
|             font-size:14pt;
 | ||
|             font-weight:bold;
 | ||
|             text-align:center;
 | ||
|         }
 | ||
|    </style>
 | ||
| </head>
 | ||
| <body>
 | ||
|     <form id="form1" runat="server">
 | ||
|     <f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
 | ||
|     <f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="Region">
 | ||
|         <Items>           
 | ||
|             <f:Panel runat="server" ID="panelCenterRegion" RegionPosition="Center" ShowBorder="true"
 | ||
|                 Layout="VBox" ShowHeader="false" BodyPadding="5px" IconFont="PlusCircle" Title="材料到货登记记录"
 | ||
|                 TitleToolTip="材料到货登记记录" AutoScroll="true">  
 | ||
|                 <Items>
 | ||
|                      <f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true"
 | ||
|                             BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
 | ||
|                          <Toolbars>
 | ||
|                                 <f:Toolbar ID="Toolbar2" Position="Bottom" ToolbarAlign="Right" runat="server">
 | ||
|                                     <Items>
 | ||
|                                         <f:Button ID="btnSave1"  Icon="SystemSave" runat="server" ToolTip="保存"   OnClick="btnSave_Click" Text="保存">
 | ||
|                                         </f:Button> 
 | ||
|                                     </Items>
 | ||
|                                 </f:Toolbar>
 | ||
|                             </Toolbars>
 | ||
|                         <Rows>
 | ||
|                             <f:FormRow>
 | ||
|                                 <Items>     
 | ||
|                                     <f:TextBox ID="txtEMaterialRegistCode" Label="材质证明单号" runat="server" FocusOnPageLoad="true"
 | ||
|                                          LabelWidth="120px" ShowRedStar="true" Required="true"></f:TextBox>
 | ||
|                                     <f:TextBox ID="txtPartACode" Label="报审文件编号" runat="server" 
 | ||
|                                          LabelWidth="120px" ShowRedStar="true" Required="true"></f:TextBox>
 | ||
|                                      
 | ||
|                                  </Items>
 | ||
|                             </f:FormRow> 
 | ||
|                             
 | ||
|                             <f:FormRow>
 | ||
|                                 <Items>     
 | ||
|                                     <f:DropDownList ID="dpUnit" Required="true" ShowRedStar="true" Label="施工单位" runat="server" EnableEdit="true"    AutoPostBack="true" OnSelectedIndexChanged="dpUnit_OnSelectedIndexChanged"  >                                    
 | ||
|                                     </f:DropDownList>
 | ||
|                                    <f:TextBox ID="txtSystemCode" Label="系统编码" runat="server"    
 | ||
|                                          LabelWidth="120px" ShowRedStar="true" Required="true"></f:TextBox>
 | ||
|                                     
 | ||
|                                    
 | ||
|                                    
 | ||
|                                  </Items>
 | ||
|                             </f:FormRow> 
 | ||
|                             <f:FormRow>
 | ||
|                                 <Items> 
 | ||
|                                     
 | ||
|                                    <f:DropDownList ID="txtName" Label="焊材名称" runat="server"   ShowRedStar="true" Required="true" LabelWidth="120px">
 | ||
|                                        <f:ListItem Value="焊丝" Text="焊丝" />
 | ||
|                                        <f:ListItem Value="焊剂" Text="焊剂" />
 | ||
|                                        <f:ListItem Value="焊条" Text="焊条" />
 | ||
|                                    </f:DropDownList>             
 | ||
|                              
 | ||
|                                       
 | ||
|                                     <f:DropDownBox ID="dpSpecificationsModel"  runat="server"  Label="规格型号"  LabelWidth="120px" DataControlID="cbJOTSch"   EnableMultiSelect="true"> 
 | ||
|                                         <PopPanel>
 | ||
|                                             <f:SimpleForm ID="SimpleForm2" BodyPadding="10px" runat="server" AutoScroll="true"
 | ||
|                                             ShowBorder="true" ShowHeader="false" Hidden="true">
 | ||
|                                                 <Items>
 | ||
|                                                     <f:CheckBoxList  ID="cbJOTSch" ColumnNumber="4" runat="server"   >
 | ||
|                                                     </f:CheckBoxList>
 | ||
|                                                 </Items>
 | ||
|                                             </f:SimpleForm>
 | ||
|                                         </PopPanel>
 | ||
|                                      </f:DropDownBox>
 | ||
| 
 | ||
|                                 </Items>
 | ||
|                             </f:FormRow>
 | ||
|                              <f:FormRow>
 | ||
|                                 <Items> 
 | ||
|                                     <f:TextBox ID="txtMaterial" Label="材质" runat="server" 
 | ||
|                                          LabelWidth="120px" ShowRedStar="true" Required="true">
 | ||
|                                     </f:TextBox>
 | ||
|                                      <f:DropDownList ID="drpWME_ID" Label="焊材牌号" Required="true" runat="server" EnableEdit="true">
 | ||
|                                     </f:DropDownList>
 | ||
|                                    
 | ||
|                                                              
 | ||
|                                 </Items>
 | ||
|                             </f:FormRow>
 | ||
|                              <f:FormRow>
 | ||
|                                 <Items> 
 | ||
|                                    <f:TextBox ID="txtSpecialInstructions" Label="特殊说明" runat="server"  
 | ||
|                                         LabelWidth="120px">
 | ||
|                                    </f:TextBox>  
 | ||
|                                     
 | ||
|                                    <f:NumberBox ID="txtAmount" Label="到货数量(kg)" runat="server"   NoDecimal="false"  NoNegative="true" DecimalPrecision="2" ShowRedStar="true" Required="true" LabelWidth="120px">
 | ||
|                                    </f:NumberBox>  
 | ||
|                                                                
 | ||
|                                 </Items>
 | ||
|                             </f:FormRow>
 | ||
|                              <f:FormRow>
 | ||
|                                 <Items> 
 | ||
|                                      <f:TextBox ID="txtFourLocation" Label="材质批号" runat="server" 
 | ||
|                                          LabelWidth="120px" >
 | ||
| 
 | ||
|                                     </f:TextBox>
 | ||
|                                      
 | ||
|                                     <f:DropDownList ID="dpManufacturer" Label="制造厂家"   runat="server" EnableEdit="true" ShowRedStar="true">
 | ||
|                                     </f:DropDownList>         
 | ||
|                                 </Items>
 | ||
|                             </f:FormRow>
 | ||
|                             <f:FormRow>
 | ||
|                                 <Items> 
 | ||
|                                    <f:TextBox ID="txtDesignUnit" Label="理论单重(kg/m)" runat="server" 
 | ||
|                                          LabelWidth="120px"  >
 | ||
| 
 | ||
|                                     </f:TextBox>   
 | ||
|                                    <f:TextBox ID="txtRealArriveAmount" Label="实际到货重量(吨)" runat="server"  
 | ||
|                                           LabelWidth="120px">
 | ||
|                                    </f:TextBox>    
 | ||
|                                                           
 | ||
|                                 </Items>
 | ||
|                             </f:FormRow>
 | ||
|                             <f:FormRow>
 | ||
|                                 <Items> 
 | ||
|                                    <f:TextBox ID="txtOutProve" Label="出库凭证" runat="server" 
 | ||
|                                          LabelWidth="120px"  >
 | ||
| 
 | ||
|                                     </f:TextBox>   
 | ||
|                                    <f:TextBox ID="txtOutPrices" Label="出库单价(元)" runat="server"  
 | ||
|                                           LabelWidth="120px">
 | ||
|                                    </f:TextBox>    
 | ||
|                                                             
 | ||
|                                 </Items>
 | ||
|                             </f:FormRow> 
 | ||
|                              <f:FormRow>
 | ||
|                                 <Items>                                    
 | ||
|                                     <f:TextBox ID="txtSupply" Label="供货渠道" runat="server" 
 | ||
|                                          LabelWidth="120px"  >
 | ||
| 
 | ||
|                                     </f:TextBox>   
 | ||
|                                     <f:TextBox ID="TextBox1" Label="出库凭证" runat="server" 
 | ||
|                                          LabelWidth="120px"  >
 | ||
| 
 | ||
|                                     </f:TextBox>                    
 | ||
|                                 </Items>
 | ||
|                             </f:FormRow> 
 | ||
|                          </Rows>
 | ||
|                     </f:Form>
 | ||
|                 </Items>                                   
 | ||
|                 
 | ||
|             </f:Panel>
 | ||
|         </Items>
 | ||
|     </f:Panel>   
 | ||
|    </form>
 | ||
|     <script type="text/javascript">
 | ||
|         // 返回false,来阻止浏览器右键菜单
 | ||
|         function onRowContextMenu(event, rowId) {
 | ||
|            // F(menuID).show();  //showAt(event.pageX, event.pageY);
 | ||
|             return false;
 | ||
|         }
 | ||
|         function reloadGrid() {
 | ||
|             __doPostBack(null, 'reloadGrid');
 | ||
|         }
 | ||
|     </script>
 | ||
| </body>
 | ||
| </html>
 | ||
| 
 |