xinjiang/SGGL/FineUIPro.Web/HJGL/MaterialManage/StockInEdit.aspx

107 lines
5.1 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="StockInEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.MaterialManage.StockInEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>编辑焊材入库录入</title>
</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>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="45% 5% 50%">
<Items>
<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>
<f:TextBox ID="txtWeldSpec" runat="server" Label="规格" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWarrantybook" runat="server" Label="入库自编号" LabelAlign="Right" Required="true"
ShowRedStar="true">
</f:TextBox>
<f:TextBox ID="txtWeldType" runat="server" Label="类型" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHeartNo" runat="server" Label="批号" LabelAlign="Right" >
</f:TextBox>
<f:TextBox ID="txtWeldUnit" runat="server" Label="计量单位" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtWeight" runat="server" Label="重量(公斤)" LabelAlign="Right" NoNegative="true" AutoPostBack="true" OnTextChanged="txtWeight_TextChanged">
</f:NumberBox>
<f:NumberBox ID="txtAmount" runat="server" Label="数量(根)" LabelAlign="Right" NoNegative="true">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnitStore" runat="server" Label="单位仓库" LabelAlign="Right" EnableGroup="true" Required="true" ShowRedStar="true">
</f:DropDownList>
<f:DropDownList ID="drpMaterialman" runat="server" Label="材料员" LabelAlign="Right" EnableEdit="true"
Required="true" ShowRedStar="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtInStockDate" runat="server" Label="入库时间" LabelAlign="Right"
EnableEdit="false" Required="true" ShowRedStar="true">
</f:DatePicker>
<f:DatePicker ID="txtReviewDate" runat="server" Label="生产时间" LabelAlign="Right"
EnableEdit="false" Required="true" ShowRedStar="true">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:LinkButton ID="UploadAttach" runat="server" Label="复验附件" Text="上传和查看" OnClick="btnAttachUrl_Click"
LabelAlign="Right">
</f:LinkButton>
</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="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" IsModal="true" Width="680px"
Height="480px">
</f:Window>
</form>
</body>
</html>