UpdateMaterialName.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:3k
- <%@ page language="C#" autoeventwireup="true" inherits="Workflow_UpdateMaterialName, App_Web_-rs7x2pk" theme="Normal" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>名称修改</title>
- <link href ="../App_Themes/Normal/default.css" type ="text/css" />
- <style >
- span{font-size:9pt;}
- </style>
- </head>
- <body bgcolor="#f7f7f7" style="overflow-x: auto; overflow-y: auto;">
- <form id="form1" runat="server">
- <div>
- <table id="sonTable2" border =1 cellpadding =0 cellspacing =0 width =450 bordercolor ="#b0adad" align=center>
- <tr>
- <td background ="../Images/top_32.jpg" width =100% height =25 colspan =4>
- <span style="font-size: 10pt"><strong>废旧物资管理名称修改</strong></span></td>
- </tr>
- <tr>
- <td height =25 style="width: 15%; text-align: right">
- <span>原始名称:</span></td>
- <td height =25 colspan="3">
- <asp:Label ID="lblMatName" runat="server"></asp:Label></td>
- </tr>
- <tr>
- <td height =25 style="width: 15%; text-align: right">
- <span>更新名称</span>:</td>
- <td colspan="3" height="25" style="text-align: left">
- <asp:TextBox ID="TextBox1" runat="server" Width="100%"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
- Display="Dynamic" ErrorMessage="请输入名称" ValidationGroup="SaveButton"></asp:RequiredFieldValidator></td>
- </tr>
- <tr>
- <td colspan="4" height="25" style="text-align: right">
- </td>
- </tr>
- <tr>
- <td colspan="4" height="25" style="text-align: center">
- <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/queding.gif"
- OnClick="ImageButton1_Click" ValidationGroup="SaveButton" />
- <asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/Images/quxiao.gif" /></td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>