<!DOCTYPE html>
|
<html>
|
<head>
|
<meta charset="UTF-8" />
|
<meta name="viewport" content="user-scalable=0,width=device-width,initial-scale=1.0" />
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=0.665, minimum-scale=0.5, maximum-scale=2.0, user-scalable=no" /> -->
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
<title>Boxline PDA</title>
|
|
<link rel="stylesheet" href="../layui/css/layui.css" />
|
<link rel="stylesheet" href="../css/style.css" />
|
<script src="../js/adaptive.js"></script>
|
<!--更改桌面icon 仅Android支持-->
|
<link rel="shortcut icon" href="../assets/icon.png">
|
<!-- <meta name="mobile-web-app-capable" content="yes"> -->
|
|
<link rel="stylesheet" href="../css/my.css" />
|
<style type="text/css">
|
.layout-bill-info {
|
height: 255px;
|
}
|
.layout-tbl-submit {
|
margin-top: 10px;
|
}
|
.menu {
|
height: 40px;
|
}
|
.sub-title-bg {
|
background-image: url(../assets/subtitle_bg.png);
|
/* margin:20px 10px 5px 10px; */
|
/* background-color: #009688; */
|
height: 26px;
|
line-height: 26px;
|
margin: auto;
|
margin-top: 20px;
|
width: 96%;
|
}
|
.sub-title-bg span {
|
font-size: 16px;
|
color: #FFFFFF;
|
margin-left: 4px;
|
/* background-color: #0000FF; */
|
margin-top: 0px;
|
}
|
.layout-btn-container {
|
width: 96%;
|
/* margin:5px 10px 5px 10px; */
|
margin: auto;
|
}
|
.layout-btn-container table {
|
width: 100%;
|
border-collapse: separate;
|
border-spacing: 0px 10px;
|
}
|
.layout-btn-container table td {
|
width: 50%;
|
}
|
.btn{
|
width: 95%;
|
height: 50px;
|
font-size: 0.8rem;
|
}
|
.btn:active{
|
opacity: 0.5;
|
}
|
.mybtn-primary {
|
color: #fff;
|
background-color: #007bff;
|
border-color: #007bff;
|
border: 1px solid transparent;
|
font-size: 16px;
|
border-radius: 5px;
|
line-height: 16px;
|
font-weight:normal;
|
height: 50px;
|
width: 98%;
|
}
|
.mybtn-primary:active {
|
opacity: 0.8;
|
}
|
</style>
|
<link rel="stylesheet" href="../css/adapter.css" />
|
</head>
|
<body>
|
<div id="" class="main-content">
|
<div id="" class="layout-title" >
|
<table border="" cellspacing="" cellpadding="">
|
<tr>
|
<td class="img-back"><a href="/View/login.html"><img src="../assets/back.jpg" ></a></td>
|
<td class="title-text" lang>主页</td>
|
<td class="title-menu-icon"><img id="menuImg" src="../assets/menu.jpg" ></td>
|
</tr>
|
</table>
|
</div>
|
<div id="" class="layout-sub-content">
|
<div id="menuList" class="menu">
|
<ul class="" style="text-align: center;">
|
<li><a lang href="/pda_09/View/login.html">重新登录</a></li>
|
</ul>
|
</div>
|
<div class="" >
|
<!-- <section>
|
<div class="sub-title-bg" >
|
<span lang>入库作业区</span>
|
</div>
|
<div class="layout-btn-container" >
|
<table border="0" >
|
<tr align="center">
|
<td>
|
<a href="/View/AsnSetting/productEnter.html"><button type="button" class="mybtn-primary" lang>托盘绑定</button></a>
|
</td>
|
<td>
|
<a href="/View/AsnSetting/palletEnter.html"><button type="button" class="mybtn-primary" lang>空托入库</button></a>
|
</td>
|
|
</tr>
|
<tr align="center">
|
<td>
|
<a href="/View/AsnSetting/materialEnter.html"><button type="button" class="mybtn-primary" lang>采购入库</button></a>
|
</td>
|
<td>
|
<a href="/View/AsnSetting/returnEnter.html"><button type="button" class="mybtn-primary" lang>退货入库</button></a>
|
</td>
|
|
</tr>
|
<tr align="center">
|
<td>
|
<a href="/View/AsnSetting/pingKuEnter.html"><button type="button" class="mybtn-primary">平库入库</button></a>
|
</td>
|
|
</tr>
|
</table>
|
</div>
|
</section> -->
|
<section>
|
<div class="sub-title-bg" >
|
<span lang>出库作业区</span>
|
</div>
|
<!-- <div class="layout-btn-container" style="margin:5px 10px 5px 10px;"> -->
|
<div class="layout-btn-container">
|
<!-- <table border="0" style="width: 100%; border-collapse: separate;border-spacing: 0px 10px;"> -->
|
<table border="0" >
|
<tr align="center">
|
<td >
|
<a href="/View/SoSetting/productOut.html"><button type="button" class="mybtn-primary" lang>拣货出库</button></a>
|
</td>
|
<td>
|
<a href="/View/SoSetting/palletOut.html"><button type="button" class="mybtn-primary" lang>空托出库</button></a>
|
</td>
|
</tr>
|
<!-- <tr align="center">
|
|
<td>
|
<a href="/View/SoSetting/pingKuOut.html"><button type="button" class="mybtn-primary" lang>平库出库</button></a>
|
</td>
|
<td>
|
<a href="/View/SoSetting/materialOut.html"><button type="button" class="mybtn-primary" lang>预拣出库</button></a>
|
</td>
|
</tr> -->
|
|
</table>
|
</div>
|
</section>
|
<section>
|
<div class="sub-title-bg" >
|
<span lang>库内作业区</span>
|
</div>
|
<!-- <div style="margin:5px 10px 5px 10px;"> -->
|
<div class="layout-btn-container">
|
<!-- <table border="0" style="width: 100%; border-collapse: separate;border-spacing: 0px 10px;"> -->
|
<table border="0" >
|
<tr align="center">
|
<td >
|
<a href="/View/HouseDataSetting/stockCheck.html"><button type="button" class="mybtn-primary" lang>库存盘点</button></a>
|
</td>
|
<td>
|
<a href="/View/HouseDataSetting/stockQuery.html"><button type="button" class="mybtn-primary" lang>库存查询</button></a>
|
</td>
|
</tr>
|
<!--<tr align="center">
|
<td>
|
<a href="/View/HouseDataSetting/returnGoodOut.html"><button type="button" class="mybtn-primary" lang>质检变更</button></a>
|
</td>
|
<td>
|
<a href="/View/HouseDataSetting/changebox.html"><button type="button" class="mybtn-primary">回流变更箱</button></a>
|
</td>
|
|
</tr> -->
|
<!-- <tr align="center">
|
<td>
|
<div class="btn"></div>
|
</td>
|
<td>
|
<div class="btn"></div>
|
</td>
|
</tr> -->
|
</table>
|
</div>
|
</section>
|
<!-- <section>
|
<div class="sub-title-bg" >
|
<span lang>单据操作区</span>
|
</div>
|
<div class="layout-btn-container">
|
<table border="0" >
|
<tr align="center">
|
<td >
|
<a href="/View/NoticeSetting/CreateImport.html"><button type="button" class="mybtn-primary" lang>创建入库单</button></a>
|
</td>
|
<td>
|
<a href="/View/NoticeSetting/CreateExport.html"><button type="button" class="mybtn-primary" lang>创建出库单</button></a>
|
</td>
|
</tr>
|
</table>
|
</div>
|
</section> -->
|
</div>
|
</div>
|
|
</div>
|
|
<script src="../js/jquery-3.5.1.min.js"></script>
|
<script src="../js/jquery.cookie.js"></script>
|
<script src="../layui/layui.js"></script>
|
<script src="../js/public.js"></script>
|
<script src="../js/language.js"></script>
|
<script>
|
layui.use([], function() {
|
// var carousel = layui.carousel;
|
|
initLanguage()
|
setLanguage()
|
|
$("#menuImg").click(function(e){
|
//console.log("menuImg")
|
e.stopPropagation()
|
|
if($("#menuList").is(":hidden")){
|
$("#menuList").show()
|
}else{
|
$("#menuList").hide()
|
}
|
})
|
$('body').click(function(){
|
// //console.log("body")
|
$("#menuList").hide()
|
})
|
})
|
</script>
|
</body>
|
</html>
|