自动化立体仓库 - WMS系统
#
whycq
2023-01-10 2a0942805c9a0dbb1878e66bb9dc92c095cd164f
#
1个文件已修改
8 ■■■■■ 已修改文件
src/main/webapp/views/home/console.html 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/home/console.html
@@ -391,6 +391,14 @@
                    .val('')
                    .removeAttr('checked')
                    .removeAttr('selected');
            var searchData = {};
            $.each($('#search-box [name]').serializeArray(), function() {
                searchData[this.name] = this.value;
            });
            tableIns.reload({
                where: searchData
            });
        });
        function tableReload() {