服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-05-31 d4c326deaa51e7d4897a84afc339684012b8cfbe
Tiger.Business.WMS/Minsun/CustomerSupplyIn.cs
ÎļþÃû´Ó Tiger.Business/WMS/Minsun/CustomerSupplyIn.cs ÐÞ¸Ä
@@ -60,7 +60,7 @@
                    return action;
                }
                var nLocation = new Model.Minsun.WMS_LOCATION();
                var nDisassembleBarcode = Biz.iWMS.SplitFullBarcode(sn).Data;
                var nDisassembleBarcode = iWMS.SplitFullBarcode(sn).Data;
                //验证条码是否已经存在
                var nBarcode = Biz.Db.Queryable<WMS_BARCODE>().Where(t => t.BARCODE.ToUpper() == nDisassembleBarcode.Barcode.ToUpper()).First();
                if (nBarcode != null)
@@ -105,7 +105,7 @@
                // åˆ¤æ–­æ˜¯å¦æ™ºèƒ½è´§æž¶
                if (CustomerSupplyPuton.IsSmartRack)
                {
                    Result<ShelfOperateOutput> result = await Biz.Shelf.UpShelf(new ShelfOperateInput
                    Result<ShelfOperateOutput> result = await Shelf.UpShelf(new ShelfOperateInput
                    {
                        ShelfNo = CustomerSupplyPuton.RackCode,
                        OperateType = "1"
@@ -246,7 +246,7 @@
                }
                //执行入库
                action = Biz.iWMS.MultiInStorageAsync(new MultiInvInStorageInput
                action = iWMS.MultiInStorageAsync(new MultiInvInStorageInput
                {
                    InvBarcodes = new List<WMS_BARCODE>() { nBarcode },
                    InvBarcodeLogs = new List<WMS_BARCODE_LOG>
@@ -392,7 +392,7 @@
                            pmdt018 = billHeader.REMARK
                        });
                    }
                    var ret = Biz.ErpT100.GenerateOtherIn(new OtherInputParameter<Detail4>
                    var ret = ErpT100.GenerateOtherIn(new OtherInputParameter<Detail4>
                    {
                        parameter = new InParameter<Detail4>
                        {
@@ -441,7 +441,7 @@
                    StateFlag = nDisassembleBarcode.StateFlag,
                    LocationCode = nLocation.LOCATIONCODE,
                    ReceiptCode = barcodeScanned?.BUSINESSCODE,
                    IncompleteTips = isCompleted? "数量:0 (0盘)" : Biz.iWMS.GetIncompleteTips(barcodeScanned?.BUSINESSCODE, barcodeScanned?.MATERIALCODE),
                    IncompleteTips = isCompleted? "数量:0 (0盘)" : iWMS.GetIncompleteTips(barcodeScanned?.BUSINESSCODE, barcodeScanned?.MATERIALCODE),
                };
            }
            catch (Exception ex)
@@ -564,7 +564,7 @@
                        pmdt018 ="创米科技"
                    });
                }
                var ret = Biz.ErpT100.GenerateOtherIn(new OtherInputParameter<Detail4>
                var ret = ErpT100.GenerateOtherIn(new OtherInputParameter<Detail4>
                {
                    parameter = new InParameter<Detail4>
                    {