| | |
| | | <link rel="stylesheet" href="../layuiadmin/layui/css/layui.css" media="all"> |
| | | <link rel="stylesheet" href="../layuiadmin/style/admin.css" media="all"> |
| | | <script src="../layuiadmin/Scripts/jquery-3.5.1.min.js"></script> |
| | | |
| | | <script language="JavaScript">//屏蔽后退按钮 |
| | | history.pushState(null, null, document.URL); |
| | | window.addEventListener('popstate', function () { |
| | | history.pushState(null, null, document.URL); |
| | | }); |
| | | </script> |
| | | <script> |
| | | /^http(s*):\/\//.test(location.href) || alert('请先部署到 localhost 下再访问'); |
| | | </script> |
| | |
| | | <i class="layui-icon layui-icon-screen-full"></i> |
| | | </a> |
| | | </li> |
| | | <li class="layui-nav-item" lay-unselect> |
| | | <li class="layui-nav-item" lay-unselect style="margin-right:15px;"> |
| | | <a href="javascript:;"> |
| | | <cite> |
| | | <label name="UserName" id="UserName"></label> |
| | |
| | | <dl class="layui-nav-child"> |
| | | <dd><a lay-href="set/user/info.html">基本资料</a></dd> |
| | | <dd><a lay-href="set/user/password.html">修改密码</a></dd> |
| | | <hr> |
| | | <dd layadmin-event="logout" style="text-align: center;"><a>退出</a></dd> |
| | | </dl> |
| | | </li> |
| | | |
| | | <li class="layui-nav-item layui-hide-xs" lay-unselect> |
| | | <!--<li class="layui-nav-item layui-hide-xs" lay-unselect> |
| | | <a href="javascript:;" layadmin-event="about"><i class="layui-icon layui-icon-more-vertical"></i></a> |
| | | </li> |
| | | </li>--> |
| | | <li class="layui-nav-item layui-show-xs-inline-block layui-hide-sm" lay-unselect> |
| | | <a href="javascript:;" layadmin-event="more"><i class="layui-icon layui-icon-more-vertical"></i></a> |
| | | </li> |
| | |
| | | //显示侧边菜单 |
| | | function set_sideMenuDisPlay() { |
| | | //判断用户是移动端还是PC端 |
| | | var judgeMorPCflag = judgeMorPC(); |
| | | if (!judgeMorPCflag) {//移动端 |
| | | var dd = '<dd><a href="车间管理/工序流转/MES_StationInBill_PDA.html">工序进站接收单PDA</a ></dd > <dd><a href="车间管理/工序流转/MES_StationOutBill_PDA.html">工序出站汇报单PDA</a></dd>'; |
| | | $("#append").prepend(dd); |
| | | } |
| | | if (!judgeMorPCflag) {//移动端 |
| | | window.location.href = 'index_Mobile.html' |
| | | } |
| | | //var judgeMorPCflag = judgeMorPC(); |
| | | //if (!judgeMorPCflag) {//移动端 |
| | | // var dd = '<dd><a href="车间管理/工序流转/MES_StationInBill_PDA.html">工序进站接收单PDA</a ></dd > <dd><a href="车间管理/工序流转/MES_StationOutBill_PDA.html">工序出站汇报单PDA</a></dd>'; |
| | | // $("#append").prepend(dd); |
| | | //} |
| | | //if (!judgeMorPCflag) {//移动端 |
| | | // window.location.href = 'index_Mobile.html' |
| | | //} |
| | | |
| | | var ajaxLoad = layer.load(); |
| | | //获取菜单列表数据 |