| | |
| | | List<Map<String, Object>> combList = jdbcTemplate.queryForList("select top 10 * from man_comb where 1=1 order by create_time desc"); |
| | | for (int i=0;i<combList.size();i++) { |
| | | Object create_time = combList.get(i).get("create_time"); |
| | | combList.get(i).put("time", String.valueOf(create_time).substring(11, 16)); |
| | | combList.get(i).put("time", String.valueOf(create_time).substring(5, 16)); |
| | | combList.get(i).put("active", i<3?"active":""); |
| | | } |
| | | // 拣货单 |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="layui-footer"> |
| | | Copyright © 2015 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">浙江中扬立库技术有限公司</a> 保留所有权利 |
| | | </div> |
| | | <!-- <div class="layui-footer">--> |
| | | <!-- Copyright © 2015 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">浙江中扬立库技术有限公司</a> 保留所有权利--> |
| | | <!-- </div>--> |
| | | <!-- 辅助元素,一般用于移动设备下遮罩 --> |
| | | <div class="layadmin-body-shade" layadmin-event="shade"></div> |
| | | </div> |
| | |
| | | padding: 30px 30px 10px 0px; |
| | | margin-left: 0px; |
| | | } |
| | | .layui-form.layui-border-box.layui-table-view { |
| | | height: 100%; |
| | | } |
| | | </style> |
| | | </head> |
| | | <body> |
| | |
| | | padding: 30px 30px 10px 0px; |
| | | margin-left: 0px; |
| | | } |
| | | .layui-form.layui-border-box.layui-table-view { |
| | | height: 100%; |
| | | } |
| | | </style> |
| | | </head> |
| | | <body> |
| | | |
| | | <div class="layui-fluid" style="padding-bottom: 0;"> |
| | | <div class="layui-fluid" style="padding-bottom: 0;margin-bottom: 30px"> |
| | | <!-- 左 --> |
| | | <div class="layui-row layui-col-space15"> |
| | | <div class="layui-col-md3"> |