1
zrg
2025-10-13 0f83d20df292ed8371a107c9d1a5f7ff03668e17
WebTM/views/²Ö´æ¹ÜÀí/×éÍе¥/Sc_PackUnionBillMain_Setto.html
@@ -403,8 +403,7 @@
                $("#HBeginDate").val(util.toDateString(new Date(new Date() - 1000 * 60 * 60 * 24 * HInitTimeCycle), "yyyy-MM-dd"));
                $("#HEndDate").val(util.toDateString(new Date(), "yyyy-MM-dd"));
                //查询
                get_Display(" and 1 = 0")
                ColFilter()
                get_FastQuery()
                //查询当前登录用户有没有在当前模块设置默认过滤方案
                get_DefaultModule();
            }
@@ -617,11 +616,12 @@
                            //刷新表格数据
                            DisPlay_HideColumn(HModName, sessionStorage["HUserName"], option, titleData);
                            // if ($("#ColName option").length < 1) {
                            //     ColFilter();
                            //     get_DefaultModule();//加载方案
                            // }
                            ins = table.render(option);
                            if ($("#ColName option").length < 1) {
                                ColFilter();
                                // get_DefaultModule();//加载方案
                            }
                            Display_HideButton(set_HideButton_ID, HBillType, HModName, sessionStorage["HUserName"]);
                            layer.close(ajaxLoad);
                        } else {
@@ -936,7 +936,7 @@
                                }
                            }
                            //执行查询方法
                            get_FastQuery()
                            form.render("select");
@@ -945,7 +945,7 @@
                            //隐藏显示过滤方案的标签信息
                            document.getElementById("HFilterScheme_Now").style.display = "none";
                            //执行查询方法
                            get_FastQuery()
                            //get_FastQuery()
                            form.render("select");
                        }
                    }, error: function () {