|  |  | 
 |  |  | </div> | 
 |  |  | <table class="layui-hide" id="locDetlByMap" lay-filter="locDetlByMap"></table> | 
 |  |  |  | 
 |  |  | <script type="text/html" id="operate"> | 
 |  |  |     <a class="layui-btn layui-btn-xs loc-detl" lay-event="locDetlRullUp">查看卷信息</a> | 
 |  |  | </script> | 
 |  |  | <!--<script type="text/html" id="operate">--> | 
 |  |  | <!--    <a class="layui-btn layui-btn-xs loc-detl" lay-event="locDetlRullUp">查看卷信息</a>--> | 
 |  |  | <!--</script>--> | 
 |  |  | </body> | 
 |  |  | <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script> | 
 |  |  | <script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script> | 
 |  |  | 
 |  |  |             {field: 'locNo$', align: 'center',title: '库位号'} | 
 |  |  |         ]; | 
 |  |  |         cols.push.apply(cols, detlCols); | 
 |  |  |         cols.push.apply(cols, [{ fixed: 'right', title:'操作', align: 'center', toolbar: '#operate'}]); | 
 |  |  |         // cols.push.apply(cols, [{ fixed: 'right', title:'操作', align: 'center', toolbar: '#operate'}]); | 
 |  |  |  | 
 |  |  |         return cols; | 
 |  |  |     } |