主页修改以及焊接管理

This commit is contained in:
2025-02-21 22:19:21 +08:00
parent c8162359f5
commit aa7f7290d5
164 changed files with 4751 additions and 3721 deletions
@@ -2,7 +2,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>材料到货登记记录</title>
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,EMaterialRegistInTitle%>"/></title>
<style id="Style1" runat="server" type="text/css">
.title
{
@@ -18,15 +18,15 @@
<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">
Layout="VBox" ShowHeader="false" BodyPadding="5px" IconFont="PlusCircle" Title="<%$ Resources:Lan,EMaterialRegistInTitle%>"
TitleToolTip="<%$ Resources:Lan,EMaterialRegistInTitle%>" 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 ID="btnSave1" Icon="SystemSave" runat="server" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Save%>" OnClick="btnSave_Click" Text="<%$ Resources:Lan,XmsgGlgdEdit_Save%>">
</f:Button>
</Items>
</f:Toolbar>
@@ -34,9 +34,9 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtEMaterialRegistCode" Label="材质证明单号" runat="server" FocusOnPageLoad="true"
<f:TextBox ID="txtEMaterialRegistCode" Label="<%$ Resources:Lan,MaterialCertificateHeaderCode%>" runat="server" FocusOnPageLoad="true"
LabelWidth="120px" ShowRedStar="true" Required="true"></f:TextBox>
<f:TextBox ID="txtPartACode" Label="报审文件编号" runat="server"
<f:TextBox ID="txtPartACode" Label="<%$ Resources:Lan,PartACodeHeaderText%>" runat="server"
LabelWidth="120px" ShowRedStar="true" Required="true"></f:TextBox>
</Items>
@@ -44,9 +44,9 @@
<f:FormRow>
<Items>
<f:DropDownList ID="dpUnit" Required="true" ShowRedStar="true" Label="施工单位" runat="server" EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="dpUnit_OnSelectedIndexChanged" >
<f:DropDownList ID="dpUnit" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,OneDayReport_ConstructionUnit%>" runat="server" EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="dpUnit_OnSelectedIndexChanged" >
</f:DropDownList>
<f:TextBox ID="txtSystemCode" Label="系统编码" runat="server"
<f:TextBox ID="txtSystemCode" Label="<%$ Resources:Lan,SystemCodeLabel%>" runat="server"
LabelWidth="120px" ShowRedStar="true" Required="true"></f:TextBox>
@@ -56,14 +56,14 @@
<f:FormRow>
<Items>
<f:DropDownList ID="txtName" Label="焊材名称" runat="server" ShowRedStar="true" Required="true" LabelWidth="120px">
<f:ListItem Value="焊丝" Text="焊丝" />
<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%>" />
<f:ListItem Value="焊剂" Text="焊剂" />
<f:ListItem Value="焊条" Text="焊条" />
<f:ListItem Value="<%$ Resources:Lan,JointInfoEdit_WeldMat%>" Text="<%$ Resources:Lan,JointInfoEdit_WeldMat%>" />
</f:DropDownList>
<f:DropDownBox ID="dpSpecificationsModel" runat="server" Label="规格型号" LabelWidth="120px" DataControlID="cbJOTSch" EnableMultiSelect="true">
<f:DropDownBox ID="dpSpecificationsModel" runat="server" Label="<%$ Resources:Lan,SpecificationsModelHeaderText%>" LabelWidth="120px" DataControlID="cbJOTSch" EnableMultiSelect="true">
<PopPanel>
<f:SimpleForm ID="SimpleForm2" BodyPadding="10px" runat="server" AutoScroll="true"
ShowBorder="true" ShowHeader="false" Hidden="true">
@@ -79,10 +79,10 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMaterial" Label="材质" runat="server"
<f:TextBox ID="txtMaterial" Label="<%$ Resources:Lan,PrefabricatedInstall_Material%>" runat="server"
LabelWidth="120px" ShowRedStar="true" Required="true">
</f:TextBox>
<f:DropDownList ID="drpWME_ID" Label="焊材牌号" Required="true" runat="server" EnableEdit="true">
<f:DropDownList ID="drpWME_ID" Label="<%$ Resources:Lan,ConsumablesBrandLabel%>" Required="true" runat="server" EnableEdit="true">
</f:DropDownList>
@@ -90,33 +90,33 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSpecialInstructions" Label="特殊说明" runat="server"
<f:TextBox ID="txtSpecialInstructions" Label="<%$ Resources:Lan,SpecialInstructionsLabel%>" 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 ID="txtAmount" Label="<%$ Resources:Lan,AmountLabel%>" 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"
<f:TextBox ID="txtFourLocation" Label="<%$ Resources:Lan,BatchHeaderCode%>" runat="server"
LabelWidth="120px" >
</f:TextBox>
<f:DropDownList ID="dpManufacturer" Label="制造厂家" runat="server" EnableEdit="true" ShowRedStar="true">
<f:DropDownList ID="dpManufacturer" Label="<%$ Resources:Lan,ManufacturerLabel%>" runat="server" EnableEdit="true" ShowRedStar="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDesignUnit" Label="理论单重(kg/m" runat="server"
<f:TextBox ID="txtDesignUnit" Label="<%$ Resources:Lan,DesignUnitLabel%>" runat="server"
LabelWidth="120px" >
</f:TextBox>
<f:TextBox ID="txtRealArriveAmount" Label="实际到货重量(吨)" runat="server"
<f:TextBox ID="txtRealArriveAmount" Label="<%$ Resources:Lan,RealArriveAmountLabel%>" runat="server"
LabelWidth="120px">
</f:TextBox>
@@ -124,11 +124,11 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtOutProve" Label="出库凭证" runat="server"
<f:TextBox ID="txtOutProve" Label="<%$ Resources:Lan,OutProveLabel%>" runat="server"
LabelWidth="120px" >
</f:TextBox>
<f:TextBox ID="txtOutPrices" Label="出库单价(元)" runat="server"
<f:TextBox ID="txtOutPrices" Label="<%$ Resources:Lan,OutPricesLabel%>" runat="server"
LabelWidth="120px">
</f:TextBox>
@@ -136,11 +136,11 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSupply" Label="供货渠道" runat="server"
<f:TextBox ID="txtSupply" Label="<%$ Resources:Lan,SupplyLabel%>" runat="server"
LabelWidth="120px" >
</f:TextBox>
<f:TextBox ID="TextBox1" Label="出库凭证" runat="server"
<f:TextBox ID="TextBox1" Label="<%$ Resources:Lan,OutProveLabel%>" runat="server"
LabelWidth="120px" >
</f:TextBox>