duhe
2023-09-22 2e65340e012e6bf0a5b90cf1114b971eefd42699
WebTM/views/ÏîÄ¿¹ÜÀí/¹¤×÷ÈÎÎñ/PM_WorkTaskBillList.html
@@ -402,12 +402,6 @@
                var Comparator = $("#Comparator").val()
                var ColContent = $("#ColContent").val();
                //若过滤条件:接单人 ä¸ä¸ºç©ºï¼Œåˆ™å¿½ç•¥è´¦å·ä¿¡æ¯ï¼Œé€šè¿‡æŽ¥å•人进行过滤
                if (HReceiveEmp && HReceiveEmp!="") {
                    sWhere = " and æŽ¥å•人 like '%" + HReceiveEmp + "%'";
                }
                if (ColName != 0 && Comparator != 0) {
                    var com = "";
                    switch (Comparator) {
@@ -450,7 +444,10 @@
                if (HBillStatus) {
                    sWhere += " and å•据状态 like '%" + HBillStatus + "%'";
                }
                if (HReceiveEmp) {
                    sWhere += " and æŽ¥å•人 like '%" + HReceiveEmp + "%'";
                }
                get_Display(sWhere);
                sWhere = "";//调用接口后清空sWhere缓存
            }
@@ -461,6 +458,8 @@
                $("#HBillNo").val("");
                $("#HProNumber").val("");
                $("#HName").val("");
                $("#HReceiveEmp").val("");
                $("#HBillStatus").val("");
                $("#HOrgID").val(sessionStorage["OrganizationID"]);
                $("#ColContent").val("");
                $("#ColName").val("0");