自动化立体仓库 - WMS系统
chen.llin
2025-12-24 43525a12afaf7368decbed730f0240a6709d8355
src/main/webapp/static/js/monthlySettle/monthlySettle.js
@@ -402,6 +402,7 @@
                                data: details,
                                page: true,
                                cellMinWidth: 100,
                                width: '100%',
                                cols: [[
                                    {type: 'numbers', title: '序号', width: 60, align: 'center'},
                                    {field: 'matnr', title: '物料编码', width: 150},
@@ -545,8 +546,7 @@
            }
        }
    });
    debugger; // 调试用:检查 searchData 的值
    // 获取 table 实例
    var tableInstance = child ? parent.tableIns : tableIns;