yxj
2024-01-18 5ebd6758ee61497b0d485c2145c2d49b33951ed3
WebTM/views/³µ¼ä¹ÜÀí/µ¥Æ·¹ýÕ¾/RetrospectiveQueryReport.html
@@ -223,6 +223,11 @@
            get_FastQuery();
        });
        //重置
        form.on('submit(btnReSearch)', function (data) {
            set_ClearQuery();
        });
        //#endregion
        //#region æ­¤é¡µé¢æ‰€æœ‰çš„æ–¹æ³•
@@ -666,6 +671,8 @@
                com = " and (" + ColName + " " + com + ")";
            }
            sWhere += com;
            get_Display2(sWhere);
            get_Display5(sWhere);
            if (HBardCode != "") {
@@ -678,6 +685,18 @@
            sWhere = "";//调用接口后清空sWhere缓存
        }
        function set_ClearQuery() {
            $("#HICMOBillNo").val("");
            $("#HBardCode").val("");
            $("#HProcExchBillNo").val("");
            $("#ColContent").val("");
            $("#ColName").val("0");
            $("#Comparator").val("0");
            form.render('select');
            sWhere = "";
        }
        //隐藏列设置
        function get_HideColumn() {
            var colName = "";