主页修改以及焊接管理
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,WorkHandover_MenuView%>"/><asp:Literal runat="server" Text="<%$ Resources:Lan,MediaComprehensive_Service%>"/></title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
@@ -15,14 +15,14 @@
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtMediumCode" runat="server" Label="介质代号"
|
||||
<f:TextBox ID="txtMediumCode" runat="server" Label="<%$ Resources:Lan,MediaComprehensive_ServiceCode%>"
|
||||
Readonly="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtMediumName" runat="server" Label="介质描述"
|
||||
<f:TextBox ID="txtMediumName" runat="server" Label="<%$ Resources:Lan,MediumNameLabel%>"
|
||||
Readonly="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
@@ -32,15 +32,15 @@
|
||||
<f:DropDownList ID="drpTestType" runat="server" Label="试验介质类型" LabelWidth="180px">
|
||||
<f:ListItem Value="1" Text="试压介质"/>
|
||||
<f:ListItem Value="2" Text="泄漏性试验介质"/>
|
||||
<f:ListItem Value="3" Text="真空试验介质"/>
|
||||
<f:ListItem Value="4" Text="吹扫介质"/>
|
||||
<f:ListItem Value="3" Text="<%$ Resources:Lan,VacuumTestServiceLabel%>"/>
|
||||
<f:ListItem Value="4" Text="<%$ Resources:Lan,PurgingMediumLabel%>"/>
|
||||
<f:ListItem Value="5" Text="清洗介质"/>
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>--%>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea ID="txtRemark" runat="server" Label="备注" Readonly="true">
|
||||
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,StartWorkReport_Remark%>" Readonly="true">
|
||||
</f:TextArea>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
@@ -48,7 +48,7 @@
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||||
<Items>
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭"
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Close%>"
|
||||
runat="server" Icon="SystemClose">
|
||||
</f:Button>
|
||||
</Items>
|
||||
|
||||
Reference in New Issue
Block a user