WebTM/views/质量管理/PNL检验信息/QC_CheckNote_PNL_TempList.html
@@ -623,7 +623,7 @@
                sWhere += " and PNL鏉$爜缂栧彿 like '%" + HBarCode + "%'";
            }
            if (HBeginDate != "" && HEndDate != "") {
                sWhere += "and 鍒涘缓鏃堕棿 between '" + HBeginDate + "' and '" + HEndDate + "'";
                sWhere += "and 鍒涘缓鏃堕棿 between '" + HBeginDate + " 00:00:00' and '" + HEndDate + " 23:59:59'";
            }
            if (GetDataCols != "") {
                sWhere += GetDataCols;