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