admin
3 小时以前 4da743d3d8b1cd3c9c1bd118c74ef1aa297b2a3a
Wms/WMS.BLL/SysServer/MaterialsServer.cs
@@ -158,6 +158,10 @@
            mate.IsControlled = string.IsNullOrWhiteSpace(mate.IsControlled) ? "0" : mate.IsControlled; //是否受控
            mate.IsInspect = string.IsNullOrWhiteSpace(mate.IsInspect) ? "0" : mate.IsInspect; //是否免检
            mate.IsPasteCode = string.IsNullOrWhiteSpace(mate.IsPasteCode) ? "0" : mate.IsPasteCode; //是否免检
            //是否批次管理
            mate.IsLotManage = string.IsNullOrWhiteSpace(mate.IsLotManage) ? "0" : mate.IsLotManage;
            mate.Origin = "WMS"; //来源
            mate.IsDel = "0";
            mate.CreateTime = DateTime.Now;
@@ -238,7 +242,7 @@
        #endregion
        #region erp
        /// <summary>
        /// 获取erp数据
        /// </summary>