自动化立体仓库 - WMS系统
pang.jiabao
2025-04-09 9149e4b2327bad321c74183f1e80f9c7b3e1e1ee
src/main/webapp/static/js/ioWorks/matQuery.js
@@ -11,7 +11,7 @@
    cols.push.apply(cols, matCols);
    cols.push(
            {field: 'stock', align: 'center',title: '库存余量', style: 'font-weight: bold'},
            {fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:65}
            {fixed: 'right', title:'Операция', align: 'center', toolbar: '#operate', width:65}
        )
    return cols;
}