admin
2025-11-17 8a72ba164094867487dc8fc2f73e41b5790a7327
Wms/WMS.BLL/BllSoServer/WaveMageServer.cs
@@ -480,12 +480,8 @@
                        Dictionary<string, int> zxQtyDic = new Dictionary<string, int>();//托出整箱数
                        //分配货物
                        //assign.AllocatePallets(stocks, pNum, bNum, needQty, stockQtyDic, zxQtyDic);
                        var house = "";
                        if (notice.Type == "0")
                        {
                            house = "W01";
                        }
                        var qty = assign.AllotPallets(stockDetail, decimal.Parse(needQty.ToString()), pNum, bNum, stockQtyDic,"");
                        var qty = assign.AllotPallets(stockDetail, decimal.Parse(needQty.ToString()), pNum, bNum, stockQtyDic, notice.WareHouseNo);
                       
                        foreach (var sc in stockQtyDic)
                        {