123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <!-- 避免IE使用兼容模式 -->
- <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
- <meta name="renderer" content="webkit">
- <title id="browserTitle">JWMS-Operation management system</title>
- <!-- 浏览器标签图片 -->
- <link rel="shortcut icon" href="./topjui/image/favicon.ico"/>
-
- <!-- TopJUI框架样式 -->
- <!-- <link type="text/css" href="./topjui/css/topjui.core.min.css" rel="stylesheet"> -->
- <link type="text/css" href="/ui/topjui/css/topjui.core.css?v=8" rel="stylesheet">
- <!-- <link type="text/css" href="./topjui/themes/default/topjui.green.css" rel="stylesheet" id="dynamicTheme"/> -->
- <link type="text/css" href="./topjui/themes/default/topjui.green.css" rel="stylesheet" id="dynamicTheme"/>
- <!-- <link type="text/css" href="./topjui/themes/default/topjui.red.css" rel="stylesheet" id="dynamicTheme"/> -->
-
- <link type="text/css" href="/ui/static/plugins/bootstrap/css/bootstrap-theme.css" rel="stylesheet">
-
- <!-- FontAwesome字体图标 -->
- <link type="text/css" href="./static/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet"/>
-
- <!-- jQuery相关引用 -->
- <script type="text/javascript" src="./static/plugins/jquery/jquery.min.js"></script>
- <script type="text/javascript" src="./static/plugins/jquery/jquery.cookie.js"></script>
-
- <!-- TopJUI框架配置 -->
- <script type="text/javascript" src="./static/public/js/topjui.config.js?v=1"></script>
- <!-- TopJUI框架核心 -->
- <!-- <script type="text/javascript" src="./topjui/js/topjui.core.min.js"></script> -->
- <script type="text/javascript" src="./topjui/js/topjui.core.js"></script>
- <!-- TopJUI中文支持 -->
- <script type="text/javascript" src="./topjui/js/locale/topjui.lang.zh_CN.js"></script>
-
- <!-- 首页js -->
- <script type="text/javascript" src="./static/public/js/topjui.index.js?v=7" charset="utf-8"></script>
- </head>
- <body>
- <div id="loading" class="loading-wrap">
- <div class="loading-content">
- <div class="loading-round"></div>
- <div class="loading-dot"></div>
- </div>
- </div>
- <div id="mm" class="submenubutton" style="width: 140px;">
- <div id="mm-tabclose" name="6" iconCls="fa fa-refresh">刷新</div>
- <div class="menu-sep"></div>
- <div id="Div1" name="1" iconCls="fa fa-close">关闭</div>
- <div id="mm-tabcloseother" name="3">关闭其他</div>
- <div id="mm-tabcloseall" name="2">关闭全部</div>
- <div class="menu-sep"></div>
- <div id="mm-tabcloseright" name="4">关闭右侧标签</div>
- <div id="mm-tabcloseleft" name="5">关闭左侧标签</div>
- </div>
- <style type="text/css">
- /* right */
- .top_right {
- /*width: 748px;*/
- }
- /* top_link */
- .top_link {padding-top: 24px;height: 26px;line-height: 26px;padding-right: 35px;text-align: right;}
- .top_link i {color: #686868;}
- .top_link span, .top_link a {color: #46AAFE;}
- .top_link a {font-size: 13px;}
- .top_link a:hover {text-decoration: underline;}
- .nav_bar {position: relative;z-index: 999;color: #333;margin-right: 10px;height: 50px;line-height: 50px;}
- .nav_bar ul {padding: 0;}
- .nav {position: relative;margin: 0 auto;font-family: "Microsoft YaHei", SimSun, SimHei;font-size: 14px;}
- .nav a {color: #333;}
- .nav h3 {font-size: 100%;font-weight: normal;height: 50px;line-height: 50px;}
- .nav h3 a {display: block;padding: 0 20px;text-align: center;font-size: 14px;color: #fff;height: 50px;line-height: 50px;}
- .nav .m {float: left;position: relative;z-index: 1;height: 50px;line-height: 50px;list-style: none;}
- .nav .s {float: left;width: 3px;text-align: center;color: #D4D4D4;font-size: 12px;height: 50px;line-height: 50px;list-style: none;}
- .nav .sub, ul.sub {display: none;position: absolute;left: -3px;top: 42px;z-index: 999;width: 128px;border: 1px solid #E6E4E3;border-top: 0;background: #fff;}
- .nav .sub li {text-align: center;padding: 0 8px;margin-bottom: -1px;list-style: none;}
- .nav .sub li a {display: block;border-bottom: 1px solid #E6E4E3;padding: 8px 0;height: 28px;line-height: 28px;color: #666;}
- .nav .sub li a:hover {color: #1E95FB;cursor: pointer;}
- .nav .block {height: 3px;background: #1E95FB;position: absolute;left: 0;top: 47px;overflow: hidden;}
- .sub {padding: 0;background: #f5f5f5;}
- .sub li {padding: 0 8px;list-style: none;}
- .sub li:hover {background: #f3f3f3;}
- .sub li a {display: block;color: #000;height: 34px;line-height: 34px;}
- .sub li a:hover {text-decoration-line: none;}
- /* 重用类样式 */
- .f_l {float: left !important;}
- .f_r {float: right !important;}
- .no_margin {margin: 0px !important;}
- .no_border {border: 0px !important;}
- .no_bg {background: none !important;}
- .clear_both {clear: both !important;}
- .display_block {display: block !important;}
- .text_over {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;-moz-binding: url('ellipsis.xml#ellipsis');}
- /* 重用自定义样式 */
- .w_100 {width: 100%;}
- .w_95 {width: 95%;}
- .indextx {width: 980px;margin: 0 auto;margin-top: 10px;background: #FFFFFF;}
- .w_min_width {min-width: 1200px;}
- .w_1200 {width: 1200px;}
- .w_1067 {width: 1067px;}
- .w_980 {width: 980px;}
- .header {overflow: hidden}
- </style>
- <script>
- $(function () {
- $('#ulMenu>li').hover(
- function () {
- var m = $(this).data('menu');
- if (!m) {
- m = $(this).find('ul').clone();
- m.appendTo(document.body);
- $(this).data('menu', m);
- var of = $(this).offset();
- m.css({left: of.left, top: of.top + this.offsetHeight});
- m.hover(function () {
- clearTimeout(m.timer);
- }, function () {
- m.hide()
- });
- }
- m.show();
- }, function () {
- var m = $(this).data('menu');
- if (m) {
- m.timer = setTimeout(function () {
- m.hide();
- }, 100);//延时隐藏,时间自定义,100ms
- }
- }
- );
- });
- </script>
- <div data-toggle="topjui-layout" data-options="id:'index_layout',fit:true">
- <!-- 顶部菜单 -->
- <div id="north" class="banner" data-options="region:'north',border:false,split:false" style="height: 50px; padding:0;margin:0; overflow: hidden;">
- <!-- 顶部菜单左侧 -->
- <table style="float:left;border-spacing:0px;">
- <tr>
- <td class="webname" style="padding-left: 0px;width:200px;">
- <div style="height: 50px;width:200px;overflow: hidden;" id="logoDiv">
- <img id="logoImgUrl" src="/ui/static/images/jwms_logo.png" style="height: 50px;width:200px;">
- </div>
- </td>
- <td class="collapseMenu" style="text-align: center;cursor: pointer;">
- <span class="fa fa-chevron-circle-left" style="font-size: 18px;"></span>
- </td>
- <td>
- <table id="topmenucontent" cellpadding="0" cellspacing="0">
- <td id="2" title="基础资料,基础配置,作业规则,货主,仓库资料" class="topmenu systemName">
- <a class="l-btn-text bannerMenu" href="javascript:void(0)">
- <p>
- <lable class="fa fa-list"></lable>
- </p>
- <p><span style="white-space:nowrap;">基础中心</span></p>
- </a>
- </td>
-
- <td id="3" title="入库单据,收货,上架操作" class="topmenu systemName">
- <a class="l-btn-text bannerMenu" href="javascript:void(0)">
- <p>
- <lable class="fa fa-truck"></lable>
- </p>
- <p><span style="white-space:nowrap;">入库管理</span></p>
- </a>
- </td>
- <td id="4" title="库存单据,库存盘点,移库,货权转让" class="topmenu systemName">
- <a class="l-btn-text bannerMenu" href="javascript:void(0)">
- <p>
- <lable class="fa fa-cubes"></lable>
- </p>
- <p><span style="white-space:nowrap;">库存管理</span></p>
- </a>
- </td>
- <td id="5" title="出库单据,波次,下架,称重装箱,建包,总运单,退货单等" class="topmenu systemName">
- <a class="l-btn-text bannerMenu" href="javascript:void(0)">
- <p>
- <lable class="fa fa-plane"></lable>
- </p>
- <p><span style="white-space:nowrap;">出库管理</span></p>
- </a>
- </td>
- <td id="7" title="托盘整进整出模块" class="topmenu systemName">
- <a class="l-btn-text bannerMenu" href="javascript:void(0)">
- <p>
- <lable class="fa fa-th-list"></lable>
- </p>
- <p><span style="white-space:nowrap;">托盘管理</span></p>
- </a>
- </td>
-
- <td id="6" title="营销报表,绩效报表" class="topmenu systemName">
- <a class="l-btn-text bannerMenu" href="javascript:void(0)">
- <p>
- <lable class="fa fa-line-chart"></lable>
- </p>
- <p><span style="white-space:nowrap;">报表中心</span></p>
- </a>
- </td>
-
- <td id="9" title="财务管理:客户收付款管理,客户余额管理,归档管理" class="topmenu systemName">
- <a class="l-btn-text bannerMenu" href="javascript:void(0)">
- <p>
- <lable class="fa fa-rmb"></lable>
- </p>
- <p><span style="white-space:nowrap;">财务管理</span></p>
- </a>
- </td>
-
- <!-- <td id="1" title="系统用户,权限管理" class="topmenu systemName"> -->
- <!-- <a class="l-btn-text bannerMenu" href="javascript:void(0)"> -->
- <!-- <p> -->
- <!-- <lable class="fa fa-cog"></lable> -->
- <!-- </p> -->
- <!-- <p><span style="white-space:nowrap;">系统管理</span></p> -->
- <!-- </a> -->
- <!-- </td> -->
-
- </table>
- </td>
- </tr>
- </table>
-
- <!-- 顶部菜单右侧 -->
- <div class="top_right f_r">
- <!-- menu -->
- <div class="nav_bar">
- <ul class="nav clearfix" id="ulMenu">
- <!--
- <li class="m">
- <h3>
- <a class="l-btn-text bannerbtn" href="javascript:void(0)"><i class="fa fa-cog"></i></a>
- </h3>
- <ul class="sub">
- <li><a class="fa fa-info-circle" href="" target="_blank">关于系统</a></li>
- <li><a class="fa fa-user" href="" target="_blank">系统设置</a></li>
- </ul>
- </li>
- <li class="s">|</li>
- -->
- <li class="m">
- <h3>
- <input id="CURRENT_WAREHOUSE_CODE" type="text" style="display: none;">
- <a id="CURRENT_WAREHOUSE_NAME" class="l-btn-text bannerbtn" href="javascript:void(0)">当前仓库</a>
- </h3>
- </li>
- <li class="s">|</li>
-
- <!--
- <li class="m">
- <h3>
- <a title="切换主题" id="setThemes" class="l-btn-text bannerbtn" href="javascript:void(0)"><i class="fa fa-tree"></i></a>
- </h3>
- </li>
- <li class="s">|</li>
- -->
-
- <li class="m">
- <h3>
- <a id="showUserInfo" style="display:inline-block;" class="fa bannerbtn"href="javascript:void(0)">
- <img src="./topjui/image/avatar.jpg" class="user-image" alt="User Image">
- <span class="user-name" id="CURRENT_USER_CODE">hello</span>
- </a>
- </h3>
- <ul class="sub">
- <li><a class="fa fa-info-circle" href="javascript:personal(0)">个人信息</a></li>
- <li><a class="fa fa-key" href="javascript:modifyPwd(0)">修改密码</a></li>
- <li><a class="fa fa-power-off" href="javascript:logout()"> 退出系统</a></li>
- </ul>
- </li>
- <li class="block"></li><!-- 滑动块 -->
- </ul>
- </div>
- <!-- menu | end -->
- </div>
- </div>
- <!-- 顶部菜单结束 -->
-
- <!-- 左侧菜单开始 -->
- <div id="west" data-options="region:'west',split:true,width:200,border:false,headerCls:'border_right',bodyCls:'border_right'" title="" iconCls="fa fa-dashboard">
- <div id="RightAccordion"></div>
- <div id="menuTab" class="easyui-tabs" data-options="fit:true,border:false">
- <div title="导航菜单" data-options="iconCls:'fa fa-sitemap'" style="padding:0;">
- <div id="RightAccordion" class="easyui-accordion"></div>
- </div>
- <div title="常用链接" data-options="iconCls:'fa fa-star',closable:true">
- <ul id="channgyongLink">
- </ul>
- </div>
- </div>
- </div>
- <!-- 左侧菜单结束-->
-
- <!-- 中间内容体 -->
- <div id="center" data-options="region:'center',border:false" style="overflow-x:hidden;overflow-y:hidden;">
- <!-- 默认打开的首页 -->
- <div id="index_tabs" style="width:100%;height:100%">
- <div title="系统首页"
- iconCls="fa fa-home"
- data-options="border:true,content:'<iframe src=\'./views/index/index.html\' scrolling=\'auto\' frameborder=\'0\' style=\'width:100%;height:100%;\'></iframe>'">
- </div>
- </div>
- </div>
-
- <!-- 底部 -->
- <div data-options="region:'south',border:true" style="text-align:center;height:30px;line-height:30px;border-bottom:0;overflow:hidden;">
- <input type="hidden" id="userNameId" name="userNameId" value="${userNameId}"/>
- <span style="float:left;padding-left:5px;width:15%;text-align: left;">
- 当前用户:<span id="CURRENT_USER_NAME"></span>
- </span>
- <span style="float:left;padding-right:5px;width:20%;text-align: right;" id="currentDate"></span>
-
- <span style="padding-right:5px;width:40%" id="bottomText">
- 版权所有 © 2017-2118<a href="#" target="_blank">JWMS</a>
- </span>
- <span style="float:right;padding-right:5px;width:25%;text-align: right;"></span>
- </div>
- </div>
- <!--[if lte IE 8]>
- <div id="ie6-warning">
- <p>您正在使用低版本浏览器,在本页面可能会导致部分功能无法使用,建议您升级到
- <a href="http://www.microsoft.com/china/windows/internet-explorer/" target="_blank">IE9或以上版本的浏览器</a>
- 或使用<a href="http://se.360.cn/" target="_blank">360安全浏览器</a>的极速模式浏览
- </p>
- </div>
- <![endif]-->
- <!-- 风格设置 -->
- <div id="themeStyle" data-options="iconCls:'fa fa-tree'" style="width:600px;height:340px">
- <table style="width:100%; padding:20px; line-height:30px;text-align:center;">
- <tr>
- <td>
- <div class="skin-common skin-black"></div>
- <input type="radio" name="themes" value="black" class="topjuiTheme"/>
- </td>
- <td>
- <div class="skin-common skin-red"></div>
- <input type="radio" name="themes" value="red" class="topjuiTheme"/>
- </td>
- <td>
- <div class="skin-common skin-green"></div>
- <input type="radio" name="themes" value="green" class="topjuiTheme"/>
- </td>
- <td>
- <div class="skin-common skin-purple"></div>
- <input type="radio" name="themes" value="purple" class="topjuiTheme"/>
- </td>
- <td>
- <div class="skin-common skin-blue"></div>
- <input type="radio" name="themes" value="blue" class="topjuiTheme"/>
- </td>
- <td>
- <div class="skin-common skin-yellow"></div>
- <input type="radio" name="themes" value="yellow" class="topjuiTheme"/>
- </td>
- </tr>
- <tr>
- <td>
- <div class="skin-common skin-blacklight"></div>
- <input type="radio" name="themes" value="blacklight" class="topjuiTheme"/>
- </td>
- <td>
- <div class="skin-common skin-redlight"></div>
- <input type="radio" name="themes" value="redlight" class="topjuiTheme"/>
- </td>
- <td>
- <div class="skin-common skin-greenlight"></div>
- <input type="radio" name="themes" value="greenlight" class="topjuiTheme"/>
- </td>
- <td>
- <div class="skin-common skin-purplelight"></div>
- <input type="radio" name="themes" value="purplelight" class="topjuiTheme"/>
- </td>
- <td>
- <div class="skin-common skin-bluelight"></div>
- <input type="radio" name="themes" value="bluelight" class="topjuiTheme"/>
- </td>
- <td>
- <div class="skin-common skin-yellowlight"></div>
- <input type="radio" name="themes" value="yellowlight" class="topjuiTheme"/>
- </td>
- </tr>
- </table>
- <table style="width: 100%; padding: 20px; line-height: 30px; text-align: center;">
- <tr>
- <td>
- <input type="radio" name="menustyle" value="accordion" checked="checked"/>手风琴
- <td>
- <input type="radio" name="menustyle" value="tree"/>树形
- </td>
- <td>
- <input type="checkbox" checked="checked" name="topmenu" value="topmenu"/>开启顶部菜单
- </td>
- </tr>
- </table>
- </div>
- <form id="personalDialog"></form>
- <form id="pwdDialog"></form>
- </body>
- <script type="text/javascript">
- $(function () {
- setWebsiteConfig();
- writeCurrentDate();
- });
- function setWebsiteConfig(){
- $.post('/base/websiteConfig/get',function (result) {
- if(result.code == 0){
- var config = result.data;
-
- var loginTitle = config.loginTitle;
- var browserTitle = config.browserTitle + " - 作业系统";
- var logoImgUrl = config.logoImgUrl;
- var bottomText = config.bottomText;
- var remark = config.remark;
-
- //登录页标题
- if(loginTitle!=null && loginTitle!=''){
- $("#loginTitle").text(loginTitle);
- }
-
- //浏览器标题
- if(browserTitle!=null && browserTitle!=''){
- $("#browserTitle").text(browserTitle);
- }
-
- //底部声明
- if(bottomText !=null && bottomText!=''){
- $("#bottomText").text(bottomText);
- }
-
- //logo
- if(logoImgUrl !=null && logoImgUrl !=''){
- $("#logoImgUrl").attr('src',logoImgUrl);
- }
- }
- },'json');
- }
- function writeCurrentDate() {
- var now = new Date();
- var year = now.getFullYear(); //得到年份
- var month = now.getMonth();//得到月份
- var date = now.getDate();//得到日期
- var day = now.getDay();//得到周几
- var hour = now.getHours();//得到小时
- var minu = now.getMinutes();//得到分钟
- var sec = now.getSeconds();//得到秒
- var MS = now.getMilliseconds();//获取毫秒
-
- var week;
- month = month + 1;
- if (month < 10) month = "0" + month;
- if (date < 10) date = "0" + date;
- if (hour < 10) hour = "0" + hour;
- if (minu < 10) minu = "0" + minu;
- if (sec < 10) sec = "0" + sec;
- if (MS < 100) MS = "0" + MS;
- var arr_week = new Array("星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六");
- week = arr_week[day];
- var time = "";
- time = year + "年" + month + "月" + date + "日" + " " + hour + ":" + minu + ":" + sec + " " + week;
- //当前日期赋值给当前日期输入框中(jQuery easyUI)
- $("#currentDate").html(time);
- //设置得到当前日期的函数的执行间隔时间,每1000毫秒刷新一次。
- var timer = setTimeout("writeCurrentDate()", 1000);
- }
- </script>
- </html>
|