2022-03-15 17:36:38 +08:00
|
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ElectrodeSecondaryBakeRecordEditNew.aspx.cs" Inherits="FineUIPro.Web.HJGL.MaterialManage.ElectrodeSecondaryBakeRecordEditNew" %>
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head id="Head1" runat="server">
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,ElectrodeSecondaryBakeRecordInTitle%>"/></title>
|
2022-03-15 17:36:38 +08:00
|
|
|
|
<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"
|
2025-02-21 22:19:21 +08:00
|
|
|
|
Layout="VBox" ShowHeader="false" BodyPadding="5px" IconFont="PlusCircle" Title="<%$ Resources:Lan,ElectrodeSecondaryBakeRecordInTitle%>"
|
|
|
|
|
TitleToolTip="<%$ Resources:Lan,ElectrodeSecondaryBakeRecordInTitle%>" AutoScroll="true">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
<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>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:Button ID="btnSave1" Icon="SystemSave" runat="server" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Save%>" OnClick="btnSave_Click" Text="<%$ Resources:Lan,XmsgGlgdEdit_Save%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:Button>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Toolbar>
|
|
|
|
|
</Toolbars>
|
|
|
|
|
<Rows>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TextBox ID="txtElectrodeModel" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,ModelsHeaderText%>" runat="server">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<%-- <f:TextBox ID="txtCardCode" Label="<%$ Resources:Lan,CardCodeHeaderText%>" Required="true" ShowRedStar="true" runat="server">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>--%>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:DropDownList ID="drpWME_ID" Label="<%$ Resources:Lan,ConsumablesBrandLabel%>" Required="true" ShowRedStar="true" runat="server" EnableEdit="true">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:DropDownList>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
|
|
|
|
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TextBox ID="txtBatchCode" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,BatchCodeLabel%>" runat="server">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TextBox ID="txtInLibCode" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,InLibCodeLabel%>" runat="server">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
|
|
|
|
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TextBox ID="txtSpecifications" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,SpecificationsLabel%>" runat="server">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:NumberBox ID="txtElectrodeCount" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,QuantityLabel%>" runat="server" NoDecimal="true" NoNegative="true">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:NumberBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TimePicker ID="tpOvenElectricTime" EnableEdit="true" Increment="1" Required="true" ShowRedStar="true" runat="server" Label="<%$ Resources:Lan,OvenElectricTimeLabel%>"></f:TimePicker>
|
|
|
|
|
<f:NumberBox ID="txtOvenElectricTemperature" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,OvenElectricTemperatureLabel%>" runat="server" NoDecimal="true" NoNegative="true"> </f:NumberBox>
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TimePicker ID="tpConstantStartTime" EnableEdit="true" Increment="1" Required="true" ShowRedStar="true" runat="server" Label="<%$ Resources:Lan,ConstantStartTimeLabel%>"></f:TimePicker>
|
|
|
|
|
<f:TimePicker ID="tpConstantEndTime" EnableEdit="true" Increment="1" Required="true" ShowRedStar="true" runat="server" Label="<%$ Resources:Lan,ConstantEndTimeLabel%>"></f:TimePicker>
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:NumberBox ID="txtConstantTemperature" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,ConstantTemperatureLabel%>" runat="server" NoDecimal="true" NoNegative="true"> </f:NumberBox>
|
|
|
|
|
<f:TimePicker ID="tpMoveInBoxHours" EnableEdit="true" Increment="1" Required="true" ShowRedStar="true" runat="server" Label="<%$ Resources:Lan,MoveInBoxTimeLabel%>"></f:TimePicker>
|
2022-03-15 17:36:38 +08:00
|
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:NumberBox ID="txtMoveInTemperature" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,MoveInTemperatureLabel%>" runat="server" NoDecimal="true" NoNegative="true"> </f:NumberBox>
|
|
|
|
|
<f:TextBox ID="txtBakeHead" Label="<%$ Resources:Lan,BakeHeadLabel%>" runat="server">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</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>
|
|
|
|
|
|