自动化立体仓库 - WMS系统
pang.jiabao
2025-04-10 07e07d7666cfb2d822c60db7b67d93e0610072a8
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;
}