WebTM/views/³µ¼ä¹ÜÀí/±¨±í·ÖÎö/Sc_ProductedRateReport.html
@@ -515,7 +515,12 @@
                            com = "" + Comparator + " ''" + ColContent + "'' ";
                            break;
                    }
                    sWhere += " and " + ColName + " " + com;
                    if (ColName == "制成率%") {
                        sWhere += " and [" + ColName + "] " + com;
                    } else {
                        sWhere += " and " + ColName + " " + com;
                    }
                }
                if (ColName1 != 0 && Comparator1 != 0) {
                    var com1 = "";