库房管理.html
1.68 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!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> > <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>