2022-03-15 17:36:38 +08:00
|
|
|
|
<%@ 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">
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,EMaterialRegistInTitle%>"/></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,EMaterialRegistInTitle%>"
|
|
|
|
|
TitleToolTip="<%$ Resources:Lan,EMaterialRegistInTitle%>" 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="txtEMaterialRegistCode" Label="<%$ Resources:Lan,MaterialCertificateHeaderCode%>" runat="server" FocusOnPageLoad="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="120px" ShowRedStar="true" Required="true"></f:TextBox>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TextBox ID="txtPartACode" Label="<%$ Resources:Lan,PartACodeHeaderText%>" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="120px" ShowRedStar="true" Required="true"></f:TextBox>
|
|
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:DropDownList ID="dpUnit" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,OneDayReport_ConstructionUnit%>" runat="server" EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="dpUnit_OnSelectedIndexChanged" >
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:DropDownList>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TextBox ID="txtSystemCode" Label="<%$ Resources:Lan,SystemCodeLabel%>" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="120px" ShowRedStar="true" Required="true"></f:TextBox>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
|
|
|
|
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:DropDownList ID="txtName" Label="<%$ Resources:Lan,ConsumablesNameHeaderText_2%>" runat="server" ShowRedStar="true" Required="true" LabelWidth="120px">
|
|
|
|
|
<f:ListItem Value="<%$ Resources:Lan,JointInfoEdit_WeldSilk%>" Text="<%$ Resources:Lan,JointInfoEdit_WeldSilk%>" />
|
2022-03-15 17:36:38 +08:00
|
|
|
|
<f:ListItem Value="焊剂" Text="焊剂" />
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:ListItem Value="<%$ Resources:Lan,JointInfoEdit_WeldMat%>" Text="<%$ Resources:Lan,JointInfoEdit_WeldMat%>" />
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:DropDownList>
|
|
|
|
|
|
|
|
|
|
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:DropDownBox ID="dpSpecificationsModel" runat="server" Label="<%$ Resources:Lan,SpecificationsModelHeaderText%>" LabelWidth="120px" DataControlID="cbJOTSch" EnableMultiSelect="true">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
<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>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TextBox ID="txtMaterial" Label="<%$ Resources:Lan,PrefabricatedInstall_Material%>" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="120px" ShowRedStar="true" Required="true">
|
|
|
|
|
</f:TextBox>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:DropDownList ID="drpWME_ID" Label="<%$ Resources:Lan,ConsumablesBrandLabel%>" Required="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="txtSpecialInstructions" Label="<%$ Resources:Lan,SpecialInstructionsLabel%>" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="120px">
|
|
|
|
|
</f:TextBox>
|
|
|
|
|
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:NumberBox ID="txtAmount" Label="<%$ Resources:Lan,AmountLabel%>" runat="server" NoDecimal="false" NoNegative="true" DecimalPrecision="2" ShowRedStar="true" Required="true" LabelWidth="120px">
|
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:TextBox ID="txtFourLocation" Label="<%$ Resources:Lan,BatchHeaderCode%>" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="120px" >
|
|
|
|
|
|
|
|
|
|
</f:TextBox>
|
|
|
|
|
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:DropDownList ID="dpManufacturer" Label="<%$ Resources:Lan,ManufacturerLabel%>" runat="server" EnableEdit="true" ShowRedStar="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="txtDesignUnit" Label="<%$ Resources:Lan,DesignUnitLabel%>" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="120px" >
|
|
|
|
|
|
|
|
|
|
</f:TextBox>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TextBox ID="txtRealArriveAmount" Label="<%$ Resources:Lan,RealArriveAmountLabel%>" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="120px">
|
|
|
|
|
</f:TextBox>
|
|
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TextBox ID="txtOutProve" Label="<%$ Resources:Lan,OutProveLabel%>" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="120px" >
|
|
|
|
|
|
|
|
|
|
</f:TextBox>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TextBox ID="txtOutPrices" Label="<%$ Resources:Lan,OutPricesLabel%>" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="120px">
|
|
|
|
|
</f:TextBox>
|
|
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TextBox ID="txtSupply" Label="<%$ Resources:Lan,SupplyLabel%>" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="120px" >
|
|
|
|
|
|
|
|
|
|
</f:TextBox>
|
2025-02-21 22:19:21 +08:00
|
|
|
|
<f:TextBox ID="TextBox1" Label="<%$ Resources:Lan,OutProveLabel%>" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
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>
|
|
|
|
|
|