#
luxiaotao1123
2021-03-26 b2fc5258724d5ab65ff7854df7e11261da039e0b
src/main/webapp/static/js/safeSto/safeSto.js
@@ -15,7 +15,6 @@
        page: true,
        limit: 16,
        limits: [16, 30, 50, 100, 200, 500],
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [[
@@ -24,6 +23,7 @@
            ,{field: 'matnr', align: 'center',title: '商品编号'}
            ,{field: 'maktx', align: 'center',title: '商品名称'}
            ,{field: 'progress', align: 'center',title: '使用情况', templet: '#progressTpl'}
            ,{field: 'status', align: 'center',title: '警报', templet: '#statusTpl', width: 100}
            ,{field: 'safe_qua', align: 'center',title: '安全库存量', style: 'font-weight: bold'}
            ,{field: 'amount', align: 'center',title: '当前库存量', style: 'font-weight: bold'}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150}