Demo
2024-04-01 963f2f00f033d3fdd3d18ab71beb28d9f0e179bf
Wms/WMS.BLL/BllPdaServer/PdaCrServer.cs
@@ -171,7 +171,7 @@
            }
        }
        public void CrSetCheck(string crNo, string crDetail, string palletNo, string boxNo, string boxNo3, string result, int? qty, string isContinue, int userId)
        public void CrSetCheck(string crNo, string crDetail, string palletNo, string boxNo, string boxNo3, string result, decimal? qty, string isContinue, int userId)
        {
            try
            {
@@ -276,14 +276,14 @@
                    var list = checkLog.ToList();
                    decimal num = 0;
                    var num = 0;
                    foreach (var l in list)
                    {
                        l.RealQty = 0;
                        l.CheckResult = 1;
                        l.CheckDate = time;
                        l.CheckUserId = userId;
                        num -= (decimal)l.RealQty;
                        num -= int.Parse(l.RealQty.ToString());
                    }
                    if (checkDetail.RealQty == null)
                    {