MatCodeUpdate.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:4k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MatCodeUpdate.aspx.cs" Inherits="MatCode_MatCodeUpdate" %>
- <!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>
- <base target="_self"/>
- </head>
- <body bgcolor="#f7f7f7">
- <form id="form1" runat="server" >
-
- <TABLE width="100%" border="0" cellPadding="0" cellSpacing="0" >
- <tr valign="middle">
- <td height="25px" width="17%" >
- <img src="../../Images/assignuser.ico" height="30" >
- </td>
- <td align="left" width="83%" style="font-size:15px">
- <strong> 修改物资代码 </strong>
- </td>
- </tr>
- <tr>
- <td background="../../Images/Menu_bg.jpg" height="20px">
- <img src="../../Images/assignuser.ico" height="15px">
- </td>
- <td background="../../Images/Menu_bg.jpg" align="left">
-
- </td>
- </tr>
- </TABLE>
- <TABLE width="100%" border="0" cellPadding="0" cellSpacing="0" >
- <tr>
- <td style="height: 24px" > 物资代码ID:
- </td>
- <td style="height: 24px" > <asp:TextBox ID="TB_ID" runat="server" ReadOnly="True"></asp:TextBox>
- </td>
- <td style="height: 24px"> 物资名称:
- </td>
- <td align="left" style="height: 24px"> <asp:TextBox ID="TB_MatName" runat="server" Width="159px"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TB_MatName"
- Display="Dynamic" ErrorMessage="*" ValidationGroup="save"></asp:RequiredFieldValidator></td>
- </tr>
- <tr>
- <td style="height: 24px" align="left">
- 物资代码:</td>
- <td style="height: 24px">
- <asp:TextBox ID="TB_MatCode" runat="server"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TB_MatCode"
- Display="Dynamic" ErrorMessage="*" ValidationGroup="save"></asp:RequiredFieldValidator>
- <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="TB_MatCode"
- Display="Dynamic" ErrorMessage="必须是数字" ValidationExpression="^[0-9]{1,20}$" ValidationGroup="save">
- </asp:RegularExpressionValidator></td>
- <td style="height: 24px"> 物资描述:
- </td>
- <td style="height: 24px"> <asp:TextBox ID="TB_MatDecs" runat="server" Width="160px" TextMode="MultiLine"></asp:TextBox></td>
- </tr>
- <tr height="10px">
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
- </tr>
- <tr height="1px" bgcolor="black">
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
- </tr>
- <tr height="10px">
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
- </tr>
-
- <tr>
- <td style="height: 24px" colspan="4" align="center">
- <asp:ImageButton ID="BT_Confirm" runat="server" ImageUrl="~/Images/queding.gif" OnClick="BT_Confirm_Click" ValidationGroup="save" />
- <asp:ImageButton ID="BT_Cancel" runat="server" ImageUrl="~/Images/quxiao.gif" OnClientClick="javascript: if(confirm('确认离开此页面吗?')){window.close();}" /></td>
- </tr>
-
- </TABLE>
-
-
- </form>
- </body>
- </html>