1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CargoSpaceDetail.aspx.cs" Inherits="CY.WebForm.Pages.procurement.CargoSpaceList" %>
 
<!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="spanWarehouseId" runat="server" ></span></td></tr>
                  <tr>  <td class="ali03 ">长(单位:米):</td><td><span  id="spanLength" runat="server" ></span></td></tr>
                  <tr>  <td class="ali03 ">宽(单位:米):</td><td><span  id="spanWidth" runat="server" ></span></td></tr>
                  <tr>  <td class="ali03 ">高(单位:米):</td><td><span  id="spanHeight" runat="server" ></span></td></tr>
                   <tr> <td class="ali03 ">仓库状态:</td><td><span  id="spanStatus" runat="server" ></span></td></tr>
                   <tr> <td class="ali03 ">操作人:</td><td colspan="5" runat="server" id="spanOpretor"></td></tr>
               
            </table>
        </fieldset>
        </form>
        </body>
        </html>