You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

920 lines
51 KiB
Plaintext

2 months ago
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CK_HouseList.aspx.cs" Inherits="TradeManage.CangKu.CK_HouseList" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link rel="stylesheet" type="text/css" href="../css2/icon.css">
<link rel="stylesheet" type="text/css" href="../css2/DataGrid.css" />
<script src="../js2/MicrosoftAjax.js" type="text/javascript"></script>
<script src="../js2/jquery.min.js" type="text/javascript"></script>
<script src="../js2/Global.js" type="text/javascript"></script>
<script src="../js2/jquery.easyui.min.js" type="text/javascript"></script>
<script src="../js2/easyui-lang-zh_CN.js" type="text/javascript"></script>
<script src="../js2/ajaxfileupload.js" type="text/javascript"></script>
<script src="../js2/jquery.bgiframe.min.js" type="text/javascript"></script>
<script src="../js2/DataGrid.js" type="text/javascript"></script>
<script src="../js2/DataPager.js" type="text/javascript"></script>
<script src="../js2/WindowLoad.js" type="text/javascript"></script>
<script type="text/javascript" src="../js2/fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="../js2/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<link rel="stylesheet" type="text/css" href="../js2/fancybox/jquery.fancybox-1.3.4.css"
media="screen" />
<link href="../css2/New.css" rel="stylesheet" type="text/css" />
<script src="../js2/My97DatePicker/WdatePicker.js" type="text/javascript"></script>
<script src="../js2/JSLINQ.js" type="text/javascript"></script>
<script type="text/javascript">
var WindowLoadModel = new WindowLoad();
var StoreId = 0;
$(function () {
WindowLoadModel.ApplicationPath = "../";
WindowLoadModel.ControlID = "WindowLoad";
WindowLoadModel.Isbgiframe = true;
WindowLoadModel.Load();
ajaxInit(WindowLoadModel);
GetStore();
ReadData();
$("input[ckid]").live("click", function () {
$("input[ckid]").removeClass("btnClass btnClassAdd3");
$("input[ckid]").removeClass("btnClass btnClassAdd2");
$("input[ckid]").addClass("btnClass btnClassAdd3");
$(this).removeClass("btnClass btnClassAdd3");
$(this).addClass("btnClass btnClassAdd2");
StoreId = $(this).attr("ckid");
ReadData();
});
});
function GetStore() {
// $("#div_ck").append('<input id="btn_CK" ckid="0" class="btnClass btnClassAdd2" type="button" value="全部" /> &nbsp;&nbsp;');
//$("#select_ck").append("<option value='0'>全部</option>");
$.ajax({
url: "../CangKu/CangKuServer.asmx/GetUseStoreHouse",
// data: Sys.Serialization.JavaScriptSerializer.serialize(param),
dataType: "json",
async: false,
success: function (data) {
if (data.d != null) {
$(data.d).each(function (i) {
if (i == 0) {
StoreId = this.StoreId;
$("#div_ck").append('<input ckid="' + this.StoreId + '" class="btnClass btnClassAdd2" type="button" value="' + this.StoreName + '" /> &nbsp;&nbsp;');
}
else
$("#div_ck").append('<input ckid="' + this.StoreId + '" class="btnClass btnClassAdd3" type="button" value="' + this.StoreName + '" /> &nbsp;&nbsp;');
});
}
}
});
}
function fopen() {
$.fancybox({
'width': '40%',
'height': '40%',
'autoScale': false,
'transitionIn': 'elastic',
'transitionOut': 'elastic',
'href': '#test',
'onStart': function () {
}
}, 0);
}
function fopen2() {
CompanyId = $("#select_Schools").val();
$.fancybox({
'width': '40%',
'height': '40%',
'autoScale': false,
'transitionIn': 'elastic',
'transitionOut': 'elastic',
'href': '#test2',
'onStart': function () {
$("#a_company").html($("#select_Schools").find("option:selected").text());
}
}, 0);
}
var layer = 4;
function ReadData() {
var param = new Object();
param.StoreId = StoreId;
param.PostionBox = $("#txt_box").val();
var shtml = new Sys.StringBuilder();
$.ajax({
url: "CangKuServer.asmx/GetStoreHouseNew",
data: Sys.Serialization.JavaScriptSerializer.serialize(param),
dataType: "json",
success: function (data) {
var box = "";
var ly = 1;
$(data.d).each(function () {
if (this.PostionBox != box) //不同货架
{
if (box != "" && ly < layer)//不同层
{
for (var i = ly; i < layer; i++) {
shtml.append('</td>');
shtml.append('</tr>');
shtml.append('<tr><td>');
shtml.append('<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;color: Gray">');
shtml.append('<br><br>');
shtml.append('<a style="font-size: 15pt; font-weight: bolder">第' + (i + 1) + '层</a><br>');
shtml.append('</div>');
shtml.append('</td>');
shtml.append('<td><div id="div1" style="width: 100%">');
shtml.append('</div></td></tr>');
}
}
if (box != "")
shtml.append('</table>');
shtml.append('<table width="100%" border="1"><tr>');
shtml.append('<td rowspan="' + layer + '" width="115px">');
shtml.append('<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;color: Gray">');
shtml.append('<br><br>');
shtml.append('<a style="font-size: 15pt; font-weight: bolder">货架</a><br>');
shtml.append('<a style="font-size: 15pt; font-weight: bolder">' + this.PostionBox + '</a><br>');
shtml.append('</div>');
shtml.append('</td>');
shtml.append('<td width="115px">');
shtml.append('<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;color: Gray">');
shtml.append('<br><br>');
shtml.append('<a style="font-size: 15pt; font-weight: bolder">第' + this.SortNo + '层</a><br>');
shtml.append('</div>');
shtml.append('</td>');
shtml.append('<td>');
shtml.append('<div style="width: 100%">');
shtml.append('<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;text-align: center;">');
shtml.append('<a style="font-size: 15pt; font-weight: bolder">' + this.PostionCode + '</a><br>');
if (this.GoodsCode == null) {
shtml.append('<img src="../image/noimage.gif" width="50px" height="50px" />');
shtml.append('<a style="font-size: 10pt; font-weight: bolder;color:#33CC99">空</a><br>');
}
else {
shtml.append('<img src="' + this.FirstImgUrl + '" width="50px" height="50px" />');
shtml.append('<a style="font-size: 7pt; font-weight: bolder;color:#33CC99"> ' + this.GoodsCode + '</a><br>');
shtml.append('库存数量:【' + this.kcnum + '】');
}
shtml.append('</div>');
}
else {
if (ly != this.SortNo)//不同层
{
shtml.append('</div></td>');
shtml.append('</tr>');
shtml.append('<tr><td>');
shtml.append('<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;color: Gray">');
shtml.append('<br><br>');
shtml.append('<a style="font-size: 15pt; font-weight: bolder">第' + this.SortNo + '层</a><br>');
shtml.append('</div>');
shtml.append('</td>');
shtml.append('<td>');
shtml.append('<div style="width: 100%">');
}
shtml.append('<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;text-align: center;">');
shtml.append('<a style="font-size: 15pt; font-weight: bolder">' + this.PostionCode + '</a><br>');
if (this.GoodsCode == null) {
shtml.append('<img src="../image/noimage.gif" width="50px" height="50px" />');
shtml.append('<a style="font-size: 10pt; font-weight: bolder;color:#33CC99">空</a><br>');
}
else {
shtml.append('<img src="' + this.FirstImgUrl + '" width="50px" height="50px" />');
shtml.append('<a style="font-size: 7pt; font-weight: bolder;color:#33CC99"> ' + this.GoodsCode + '</a><br>');
shtml.append('库存数量:【' + this.kcnum + '】');
}
shtml.append('</div>');
}
box = this.PostionBox;
ly = this.SortNo;
});
shtml.append('</div></td>');
shtml.append('</tr>');
if (ly < layer)//不同层
{
for (var i = ly; i < layer; i++) {
shtml.append('<tr><td>');
shtml.append('<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;color: Gray">');
shtml.append('<br><br>');
shtml.append('<a style="font-size: 15pt; font-weight: bolder">第' + (i + 1) + '层</a><br>');
shtml.append('</div>');
shtml.append('</td>');
shtml.append('<td><div id="div1" style="width: 100%">');
shtml.append('</div></td></tr>');
}
}
shtml.append('</table>');
$("#div_kw").html(shtml.toString());
}
});
}
</script>
</head>
<body>
<form>
<div style="display: none">
<div id="test" title="仓库管理" style="width: 550px; height: 350px;">
<table width="95%" class="tableAll" border="1" ellspacing="0" cellpadding="2">
<tr>
<td class="f1">
仓库类型:
</td>
<td align="left">
<select id="select_cklx" style="width: 200px;" class="selectClass">
<option value="1">自有仓</option>
<option value="2">自建海外仓</option>
<option value="3">亚马逊FBA</option>
<option value="4">第三方海外仓</option>
</select>
</td>
</tr>
<tr>
<td style="width: 100px;" class="f1">
<font color="red" style="font-weight: bolder">*</font> 仓库编码:
</td>
<td align="left">
<input id="txt_cjcode" class="editTextbox" style="width: 200px; height: 25px" type="text" />
</td>
</tr>
<tr>
<td style="width: 100px;" class="f1">
<font color="red" style="font-weight: bolder">*</font> 仓库名称:
</td>
<td align="left">
<input id="txt_cjmc" class="editTextbox" style="width: 200px; height: 25px" type="text" />
</td>
</tr>
<tr>
<td class="f1">
备注描述:
</td>
<td align="left">
<input id="txt_bz" class="editTextbox" style="width: 200px;" type="text" />
</td>
</tr>
<tr>
<td class="f1">
货架数:
</td>
<td align="left">
</td>
</tr>
<tr style="display: none" id="tr2">
<td class="f1">
货架层数:
</td>
<td align="left">
</td>
</tr>
<tr>
<td align="left" colspan="2">
<input id="chk_sfsy" type="checkbox" checked="checked" /><label for="chk_IsUse">是否启用</label><input
id="chk_mrrk" type="checkbox" /><label for="chk_mrrk">默认入库仓库</label><font color="red">注:默认入库只能一个,设置后另外的默认仓库将取消</font>
</td>
</tr>
<tr>
<td class="f1">
出库优先级:
</td>
<td align="left">
<input id="chk_ckyxj" min='0' max='1000000' precision='0' class="editTextbox" value="1"
style="width: 50px;" /><a>注:数字越大级别越高,优先出库</a>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<input id="btn_Save" type="button" class="btnClass btnClassSave" value="保存" onclick="save();" />
</td>
</tr>
</table>
</div>
</div>
<table class="tableAll">
<tr>
<td class="f1 pw10">
仓库
</td>
<td width="40%">
<div id="div_ck">
</div>
<%-- <select id="select_Store" name="D3">
</select>--%>
</td>
<td class="f1 pw10">
货架
</td>
<td class="pw20">
<input id="txt_box" class="editTextbox" style="width: 120px;" type="text" />
</td>
<td>
</td>
</tr>
<tr>
<td valign="top" colspan="5">
<div class="list_tab">
<a class="new_add" id="btn_add">新增仓库</a>
</div>
<div id="div_kw">
<%-- <table width="100%" border="1">
<tr>
<td rowspan="3">
<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;
color: Gray">
<br>
<br>
<a style="font-size: 15pt; font-weight: bolder">货架</a><br>
<a style="font-size: 15pt; font-weight: bolder">H</a><br>
</div>
</td>
<td>
<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;
color: Gray">
<br>
<br>
<a style="font-size: 15pt; font-weight: bolder">第一层</a><br>
</div>
</td>
<td colspan="5">
<div id="div1" style="width: 100%">
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0101</a>
<br>
<img src="../attached/images/hw1.gif" width="50px" height="50px" />
<a style="font-size: 10pt; font-weight: bolder; color: Blue">GFD0021</a><br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0102</a>
<br>
<img src="../attached/images/hw1.png" width="50px" height="50px" />
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0103</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0104</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
</div>
</td>
</tr>
<tr>
<td>
<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;
color: Gray">
<br>
<a style="font-size: 15pt; font-weight: bolder">第二层</a><br>
</div>
</td>
<td colspan="5">
<div id="div2" style="width: 1100px">
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0201</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
</div>
</td>
</tr>
<tr>
<td>
<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;
color: Gray">
<br>
<a style="font-size: 15pt; font-weight: bolder">第三层</a><br>
</div>
</td>
<td colspan="5">
<div id="div3" style="width: 1100px">
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0301</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
</div>
</td>
</tr>
</table>
<table width="100%" border="1">
<tr>
<td rowspan="3">
<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;
color: Gray">
<a style="font-size: 15pt; font-weight: bolder">货架</a><br>
<a style="font-size: 15pt; font-weight: bolder">G</a><br>
</div>
</td>
<td>
<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;
color: Gray">
<br>
<a style="font-size: 15pt; font-weight: bolder">第一层</a><br>
</div>
</td>
<td colspan="5">
<div id="div4" style="width: 1100px">
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0101</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0102</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0103</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0104</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
</div>
</td>
</tr>
<tr>
<td>
<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;
color: Gray">
<br>
<a style="font-size: 15pt; font-weight: bolder">第二层</a><br>
</div>
</td>
<td colspan="5">
<div id="div5" style="width: 1100px">
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0201</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
</div>
</td>
</tr>
<tr>
<td>
<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;
color: Gray">
<br>
<a style="font-size: 15pt; font-weight: bolder">第三层</a><br>
</div>
</td>
<td colspan="5">
<div id="div6" style="width: 1100px">
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0301</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
</div>
</td>
</tr>
</table>
<table width="100%" border="1">
<tr>
<td rowspan="3">
<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;
color: Gray">
<a style="font-size: 15pt; font-weight: bolder">货架</a><br>
<a style="font-size: 15pt; font-weight: bolder">M</a><br>
</div>
</td>
<td>
<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;
color: Gray">
<br>
<a style="font-size: 15pt; font-weight: bolder">第一层</a><br>
</div>
</td>
<td colspan="5">
<div id="div7" style="width: 1100px">
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0101</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0102</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0103</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0104</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0105</a>
<br>
GFD0021<br>
库存数量【120】
</div>
</div>
</td>
</tr>
<tr>
<td>
<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;
color: Gray">
<br>
<a style="font-size: 15pt; font-weight: bolder">第二层</a><br>
</div>
</td>
<td colspan="5">
<div id="div8" style="width: 1100px">
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0201</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
</div>
</td>
</tr>
<tr>
<td>
<div style="border: 1px solid Blue; width: 110px; height: 100px; float: left; text-align: center;
color: Gray">
<br>
<a style="font-size: 15pt; font-weight: bolder">第三层</a><br>
</div>
</td>
<td colspan="5">
<div id="div9" style="width: 1100px">
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0301</a>
<br>
GFD0021<br>
库存数量【120】
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
<div title="" style="border: 1px solid Red; width: 110px; height: 100px; float: left;
text-align: center;">
<a style="font-size: 15pt; font-weight: bolder">H0202</a>
<br>
空<br>
</div>
</div>
</td>
</tr>
</table>--%>
</div>
</td>
</tr>
</table>
</form>
</body>
</html>