Wms/WMS.BLL/BllPdaServer/PdaSoServer.cs
@@ -4177,11 +4177,11 @@ throw new Exception("该箱码内存在支码不能进行数量拣货"); } decimal boxQty = boxInfo.First().Qty; if (Convert.ToInt32(pickQty1) > boxQty) if (decimal.Parse(pickQty1) > boxQty) { throw new Exception("拣货数量不能大于箱内数量"); } if (Convert.ToInt32(pickQty1) > needQty) if (decimal.Parse(pickQty1) > needQty) { throw new Exception("拣货数量不能大于剩余待拣数量"); }