出库单明细上是否添加添加字段:是否已下发批次,修改取消分配方法,修改下发出库单方法
2个文件已修改
15 ■■■■■ 已修改文件
Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -141,6 +141,7 @@
                            SupplierLot = stocks.First().SupplierLot,
                            IsWave = "0",
                            WaveNo = "",
                            IsIssueLotNo = string.IsNullOrWhiteSpace(d.LotNo)? "0":"1",
                            CreateUser = 0,
                        };
@@ -2821,7 +2822,11 @@
                        if (notice.Type == "1" || notice.Type == "5" || notice.Type == "6" || notice.Type == "7" || notice.Type == "8")//1:领料出库、
                        {
                            d.LotNo = "";
                            if (d.IsIssueLotNo != "1")
                            {
                                d.LotNo = "";
                            }
                        }
                    }
                    notice.Status = "0";
Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs
@@ -148,6 +148,14 @@
        public string OrderDetailCode { get; set; }
        /// <summary>
        /// Desc:是否下发批次(上游系统)
        /// Default: 0:未下发批次   1:下发批次
        /// Nullable:True
        /// </summary>
        public string IsIssueLotNo { get; set; }
        /// <summary>
        /// 自定义列1
        /// </summary>
        public string UDF1 { get; set; }