库房管理.html 1.68 KB
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="http://static.yohobuy.com/admin/css/style.css" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jquery.min.js"></script>
<title>YOHO有货后台管理Right</title>
</head>

<body>
<div class="mainbox">
<div class="daohang">当前位置:<span>首页</span> &gt; <span>库房管理</span></div>
<table class="tableout" style="width:100%;">
<tr>
<td style="width:60%;padding-right:10px;" valign="top">

<form action="/productdimension/editstoreroom" method="POST" style="border:0px;">
 <table class="table1" style="width:100%;">
    <thead>
      <tr>
        <th align="center">ID</th>
        <th align="center">库房名称</th>
      </tr>
    </thead>
    <tfoot>
    	<tr>
    		<th colspan="2"><button class="but2">更新</button></th>
    	</tr>
    </tfoot>
      </table>
  </form>
</td>
<td valign="top">

  <form action="/productdimension/savestoreroom" method="post" style="border:0px;">
	<table class="table1" style="width:100%;">
		<thead>
			<tr>
				<th colspan="2">商品库房管理</th>
			</tr>
		</thead>
		<tr>
			<td align="right" style="width: 120px;">库房名称:</td>
			<td><input id="storeroom_name" name="storeroom_name" type="text" /></td>
		</tr>
		<tr>
			<td colspan="2" align="center">
			<input type="hidden" name="zone" value="0" />
			<button class="but2">添加</button>
			</td>
		</tr>
	</table>
	</form>

</td>
</tr>
</table>

</div>
</body>
</html>