主页修改以及焊接管理
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>生成委托单</title>
|
||||
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,PointManage_Window2_Title%>"/></title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
@@ -15,40 +15,40 @@
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtCH_TrustCode" runat="server" Label="委托单号" LabelAlign="Right" LabelWidth="120px" Required="true" ShowRedStar="true"></f:TextBox>
|
||||
<f:DropDownList ID="drpCH_NDTRate" runat="server" Label="探伤比例" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true">
|
||||
<f:TextBox ID="txtCH_TrustCode" runat="server" Label="<%$ Resources:Lan,JointComprehensive_TrustCode%>" LabelAlign="Right" LabelWidth="120px" Required="true" ShowRedStar="true"></f:TextBox>
|
||||
<f:DropDownList ID="drpCH_NDTRate" runat="server" Label="<%$ Resources:Lan,JointComprehensive_DetectionRate%>" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpCH_TrustUnit" runat="server" Label="委托单位" AutoPostBack="true" OnSelectedIndexChanged="needChangeCode" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList>
|
||||
<f:DropDownList ID="drpCH_NDTMethod" runat="server" Label="检测方法" AutoPostBack="true" OnSelectedIndexChanged="needChangeCode" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList>
|
||||
<f:DropDownList ID="drpCH_TrustUnit" runat="server" Label="<%$ Resources:Lan,txtCH_TrustUnitLabel%>" AutoPostBack="true" OnSelectedIndexChanged="needChangeCode" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList>
|
||||
<f:DropDownList ID="drpCH_NDTMethod" runat="server" Label="<%$ Resources:Lan,txtCH_NDTMethodLabel%>" AutoPostBack="true" OnSelectedIndexChanged="needChangeCode" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DatePicker ID="txtCH_TrustDate" runat="server" Label="委托日期" LabelAlign="Right" LabelWidth="120px" Required="true" ShowRedStar="true"></f:DatePicker>
|
||||
<f:DropDownList ID="drpCH_CheckUnit" runat="server" Label="检测单位" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList>
|
||||
<f:DatePicker ID="txtCH_TrustDate" runat="server" Label="<%$ Resources:Lan,JointInfoOut_TrustDate%>" LabelAlign="Right" LabelWidth="120px" Required="true" ShowRedStar="true"></f:DatePicker>
|
||||
<f:DropDownList ID="drpCH_CheckUnit" runat="server" Label="<%$ Resources:Lan,txtCH_CheckUnitLabel%>" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DatePicker ID="txtCH_TableDate" runat="server" Label="制单日期" LabelAlign="Right" LabelWidth="120px"></f:DatePicker>
|
||||
<f:DropDownList ID="drpCH_AcceptGrade" runat="server" Label="合格级别" LabelAlign="Right" LabelWidth="120px" EnableEdit="true"></f:DropDownList>
|
||||
<f:DatePicker ID="txtCH_TableDate" runat="server" Label="<%$ Resources:Lan,WeldReportEdit_CHT_TableDate%>" LabelAlign="Right" LabelWidth="120px"></f:DatePicker>
|
||||
<f:DropDownList ID="drpCH_AcceptGrade" runat="server" Label="<%$ Resources:Lan,AcceptGradeLabel_2%>" LabelAlign="Right" LabelWidth="120px" EnableEdit="true"></f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpCH_WeldMethod" runat="server" Label="焊接方法" LabelAlign="Right" LabelWidth="120px">
|
||||
<f:DropDownList ID="drpCH_WeldMethod" runat="server" Label="<%$ Resources:Lan,JointComprehensive_WeldingMethod%>" LabelAlign="Right" LabelWidth="120px">
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="drpCH_SlopeType" runat="server" Label="坡口类型" LabelAlign="Right" LabelWidth="120px">
|
||||
<f:DropDownList ID="drpCH_SlopeType" runat="server" Label="<%$ Resources:Lan,ProcedureImageListEdit_GrooveType%>" LabelAlign="Right" LabelWidth="120px">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtCH_Remark" runat="server" Label="备注" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
|
||||
<f:TextBox ID="txtCH_Remark" runat="server" Label="<%$ Resources:Lan,StartWorkReport_Remark%>" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
</Rows>
|
||||
@@ -57,9 +57,9 @@
|
||||
<Items>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
|
||||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
|
||||
OnClick="btnSave_Click" Text="保存" ToolTip="保存">
|
||||
OnClick="btnSave_Click" Text="<%$ Resources:Lan,XmsgGlgdEdit_Save%>" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Save%>">
|
||||
</f:Button>
|
||||
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" ToolTip="关闭"
|
||||
<f:Button ID="btnClose" EnablePostBack="false" Text="<%$ Resources:Lan,XmsgGlgdEdit_Close%>" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Close%>"
|
||||
runat="server" Icon="SystemClose">
|
||||
</f:Button>
|
||||
</Items>
|
||||
|
||||
Reference in New Issue
Block a user