| | |
| | | select |
| | | ROW_NUMBER() over (order by sum(a.anfme) desc) as row |
| | | , a.matnr |
| | | ,a.batch |
| | | , sum(a.anfme) as anfme |
| | | from asr_loc_detl_all a |
| | | where 1=1 |
| | | group by a.matnr |
| | | group by a.matnr,a.batch |
| | | </select> |
| | | |
| | | <select id="selectPakoutByRule" resultMap="BaseResultMap"> |
| | |
| | | <script type="text/html" id="toolbar"> |
| | | |
| | | <div class="layui-btn-container layui-col-md1"> |
| | | <button class="layui-btn" lay-event="exportData" style="margin-top: -0px">导出全部</button> |
| | | <button class="layui-btn" lay-event="exportAll" style="margin-top: -0px">导出全部</button> |
| | | </div> |
| | | </script> |
| | | |