1 Star 1 Fork 1

gujiejing / WEBWMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
menu.php 2.16 KB
一键复制 编辑 原始数据 按行查看 历史
gujiejing 提交于 2018-05-13 00:49 . 22wwqwewqwe
<html>
<head>
<title>menu</title>
<link rel="stylesheet" href="./themes/base/jquery.ui.all.css">
<script src="jquery-1.9.1.js" type="text/javascript"></script>
<script src="./ui/jquery.ui.core.js"></script>
<script src="./ui/jquery.ui.widget.js"></script>
<script src="./ui/jquery.ui.accordion.js"></script>
<link rel="stylesheet" href="demos.css">
<script type="text/javascript">
$(function(){
$("#abc1").accordion();
});
</script>
<style type="text/css">
<!--
body {
background-color: #66FFCC;
background:url(yh2.gif);
#background-repeat: no-repeat;
}
.STYLE1 {font-size: 10px}
.STYLE2 {color: #FF0000;}
.STYLE3 {color: #0000FF;}
#FF66FF
-->
</style>
</head>
<body>
<div id="abc1">
<h3>基础信息</h3>
<div>
<p><a href="cust.php" target="main">客户管理</a></p>
<p><a href="sku2.php" target="main">产品管理</a></p>
<p><a href="loc.php" target="main">库位管理</a></p>
<p><a href="sys.php" target="main">系统设置</a></p>
<p><a href="order.php" target="main">订单管理</a></p>
</div>
<h3>进库管理</h3>
<div>
<p><a href="nasn.php" target="main">新建进库</a></p>
<p><a href="searchASN.php" target="main">进库查询</a></p>
<p><a href="showlistasn.php" target="main">进库列表</a></p>
<p><a href="asntoso.php" target="main">SKU进出查询</a></p>
</div>
<h3>出库管理</h3>
<div>
<p><a href="nso.php" target="main">新建出库</a></p>
<p><a href="searchSO.php" target="main">出库查询</a></p>
<p><a href="showlistso.php" target="main">出库列表</a></p>
<p><a href="transformanage.php" target="main">运单管理</a></p>
</div>
<h3>库存管理</h3>
<div>
<p><a href="inventory.php" target="main">库存查询</a></p>
<p><a href="dailyinboundreport.php" target="main">进库日报表</a></p>
<p><a href="dailyoutboundreport.php" target="main">出库日报表</a></p>
<p><a href="inventoryreport.php" target="main">盘库报表</a></p>
<p><a href="GainsLosse.php" target="main">损益操作</a></p>
<p><a href="StockTransfor.php" target="main">移库操作</a></p>
</div>
</div>
</body>
</html>
PHP
1
https://gitee.com/laotou99_admin/WEBWMS.git
git@gitee.com:laotou99_admin/WEBWMS.git
laotou99_admin
WEBWMS
WEBWMS
master

搜索帮助