llj
2025-09-24 a5ef49c0913126bc4fbb5a09736ddcb05273e1e7
WebTM/views/ÖÊÁ¿¹ÜÀí/¹¤Ðò¼ìÑéµ¥/QC_ProcessCheckBillList2.html
@@ -780,7 +780,7 @@
                            com1 = "" + Comparator1 + "'" + ColContent1 + "'";
                            break;
                    }
                    sWhere += " and " + ColName1 + " " + com1;
                    sqlWhere += " and " + ColName1 + " " + com1;
                }
                if (ColName2 != 0 && Comparator2 != 0) {
                    var com2 = "";
@@ -801,7 +801,7 @@
                            com2 = "" + Comparator2 + "'" + ColContent2 + "'";
                            break;
                    }
                    sWhere += " and " + ColName2 + " " + com2;
                    sqlWhere += " and " + ColName2 + " " + com2;
                }
                if (HBillNo)
                    sqlWhere += " and å•据号 like '%" + HBillNo + "%'";