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

70 lines
3.2 KiB
Plaintext
Raw Normal View History

2024-11-19 09:45:27 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RecycleMatEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.MaterialManage.RecycleMatEdit" %>
<!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="Panel1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:Label ID="txtWeldName" runat="server" Label="焊材代号"></f:Label>
<f:Label ID="txtWeldSpec" runat="server" Label="焊材规格"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="txtWarrantybook" runat="server" Label="质保书号"></f:Label>
<f:Label ID="txtNumber" runat="server" Label="流水号"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtRecycleAmount" runat="server" Label="退回数量" Required="true"
ShowRedStar="true" LabelAlign="Right" NoNegative="true">
</f:NumberBox>
<f:NumberBox ID="txtRecycleTopAmount" runat="server" Label="退回焊条头" Required="true"
ShowRedStar="true" LabelAlign="Right" NoNegative="true" Hidden="true">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtRecycleDate" runat="server" Label="退回时间" LabelAlign="Right" EnableEdit="false"
Required="true" ShowRedStar="true" Readonly="true" DateFormatString="yyyy-MM-dd HH:mm">
</f:DatePicker>
<f:DropDownList ID="drpWelder" Label="退回焊工" runat="server"
ShowRedStar="true" Required="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpStoreMan" Label="保管员" runat="server"
ShowRedStar="true" Required="true" EnableEdit="true">
</f:DropDownList>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" ToolbarAlign="Right">
<Items>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="提交" ValidateForms="SimpleForm1"
OnClick="btnSave_Click" ConfirmText="确定要执行提交操作吗?" ConfirmTarget="Top">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>