瀏覽代碼

生产入库单 输入生产条码取消时间限制

忠帅 张 2 年之前
父節點
當前提交
2af9251d62
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      wwwroot/mes/pc/wmslog/wmslog.ashx

+ 2 - 2
wwwroot/mes/pc/wmslog/wmslog.ashx

@@ -87,7 +87,7 @@ public class wmslog : IHttpHandler, IReadOnlySessionState
                     sqlPara.Add(new CDAParameter("LOGIDLINK", HttpContext.Current.Request["LOGIDLINK"].ToString()));
                 }
                 //如果入库单号不为空,取消时间查询条件 add 夏常明 2023-8-23
-                if (string.IsNullOrEmpty(charg))
+                if (!string.IsNullOrEmpty(charg))
                 {
                     if (!string.IsNullOrEmpty(starttime))
                     {
@@ -169,7 +169,7 @@ public class wmslog : IHttpHandler, IReadOnlySessionState
                                         AND t.datastuts IN ('S', 'E')";
 
                 //如果入库单号不为空,取消时间查询条件 add 夏常明 2023-8-23
-                if (string.IsNullOrEmpty(charg))
+                if (!string.IsNullOrEmpty(charg))
                 {
                     if (!string.IsNullOrEmpty(starttime) && string.IsNullOrEmpty(bglogid))
                     {