1
duhe
2025-10-11 f5a10bd560de6e7ce770509e0932ed8f9f7ccfe2
WebTM/views/ÏúÊÛ¹ÜÀí/³öÃÅÈ·Èϵ¥/Xs_OutDoorCheckBillList.html
@@ -892,15 +892,15 @@
                            option.cols = [columns];
                            option.data = data1.data;
                            option.totalRow = true;
                            table.render(option);
                            ins = table.render(option);
                            //刷新表格数据
                            DisPlay_HideColumn();
                            layer.close(ajaxLoad);
                            table.render(option);
                            ins = table.render(option);
                            //自定义过滤下拉框加载
                            if ($("#Comparator").val() == 0 && $("#ColContent").val() == "") {
                            if ($("#ColName option").length < 1) {
                                ColFilter();
                            }
                            layer.close(ajaxLoad);
                        } else {
                            layer.close(ajaxLoad);
                            layer.alert(data1.Message, { icon: 5 });
@@ -992,7 +992,7 @@
                                //执行查询方法
                                get_FastQuery();
                                // get_FastQuery();
                            } else {
                                $('#HBeginDate').prop('disabled', false);
                                $('#HEndDate').prop('disabled', false);
@@ -1005,8 +1005,8 @@
                            //隐藏显示过滤方案的标签信息
                            document.getElementById("HFilterScheme_Now").style.display = "none";
                            //执行查询方法
                            //get_FastQuery()
                            //form.render("select");
                            // get_FastQuery()
                            form.render("select");
                        }
                    }, error: function () {
                        layer.alert("接口请求失败!", { icon: 5 });