|  |  | 
 |  |  | <footer> | 
 |  |  |     <div class="layui-btn-container"> | 
 |  |  |         <button type="button" id="reset-btn" class="layui-btn layui-btn-primary" onclick="reset()">重置</button> | 
 |  |  |         <button type="button" id="comb-btn" class="layui-btn layui-btn-normal " onclick="check()" style="margin-left: 20px">确认</button> | 
 |  |  |         <span id="tips"></span> | 
 |  |  |     </div> | 
 |  |  | </footer> | 
 |  |  | 
 |  |  |             limit: 500, | 
 |  |  |             cellMinWidth: 50, | 
 |  |  |             cols: [[ | 
 |  |  |                 {align: 'center', field: 'anfme', title: '数量', style:'color: blue;', width:80}, | 
 |  |  |                 {align: 'center', field: 'anfme', title: '数量', style:'font-weight: bold;', width:80}, | 
 |  |  |                 // {field: 'matnr', align: 'center', title: '商品编号', event: 'modify'}, | 
 |  |  |                 {field: 'maktx', align: 'center', title: '商品名称'} | 
 |  |  |             ]], |