WebTM/views/生产管理/报工台工序/防错/Sc_MaterToSourceStepBillList.html
@@ -765,10 +765,10 @@ sWhere += " and " + ColName2 + " " + com2; } if (HDate) { sWhere += " and 鏃ユ湡 >= '" + HDate + "'"; sWhere += " and CONVERT(varchar(10),鏃ユ湡,120) >= '" + HDate + "'"; } if (HDate1) { sWhere += " and 鏃ユ湡 <= '" + HDate1 + "'"; sWhere += " and CONVERT(varchar(10),鏃ユ湡,120) <= '" + HDate1 + "'"; } if (HICMOBillNo) { sWhere += " and 浠诲姟鍗曞彿 like '%" + HICMOBillNo + "%'";