111
lss
2025-07-03 e888bfb15f44a57f4fd61182c00bad066f093ee9
HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/TaskProcess.cs
@@ -937,6 +937,7 @@
                {
                    string curBagNum = null;
                    string weightBag = null;
                    string initBagNum = null;
                    if (cntritem.F_QTY > 0)
                    {
                        curBagNum = cntritem.F_QTY.ToString();
@@ -944,6 +945,10 @@
                    if (!string.IsNullOrEmpty(cntritem.F_WEIGHT1) && int.Parse(cntritem.F_WEIGHT1) > 0)
                    {
                        weightBag = cntritem.F_WEIGHT1;
                    }
                    if (!string.IsNullOrEmpty(cntritem.F_QTY1) && int.Parse(cntritem.F_QTY1) > 0)
                    {
                        initBagNum = cntritem.F_QTY1;
                    }
                    list.Add(new MesItemBackInfoModel()
                    {
@@ -961,7 +966,7 @@
                        WmsLot = cntritem.WmsLot,
                        WeightBag = weightBag,
                        CurBagNum = curBagNum,
                        InitBagNum = cntritem.F_QTY1
                        InitBagNum = initBagNum
                    });