1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CommodityDetail.aspx.cs" Inherits="CY.WebForm.Pages.procurement.CommodityDetail" %>
 
<!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>
  <uc:CMSHead ID="CMSHead1" runat="server" />
</head>
<body>
    <form runat="server" id="form1" class="form">
        <fieldset>
            <legend>类别信息</legend>
            <table class="tableStyle">
              
                    <tr>  <td class="ali03 w120px">类别名称:</td><td><span  id="spanName" runat="server" ></span></td></tr>
                   <tr> <td class="ali03 ">是否纸张:</td><td><span  id="spanIsPaper" runat="server" ></span></td></tr>
                  <tr>  <td class="ali03 ">是否使用:</td><td><span  id="spanIsUsed" runat="server" ></span></td></tr>
                   <tr> <td class="ali03 ">操作人:</td><td colspan="5" runat="server" id="spanOpretor"></td></tr>
            </table>
        </fieldset>
        </form>
        </body>
        </html>