| | |
| | | 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; |
| | |
| | | #endregion |
| | | |
| | | #region erp |
| | | |
| | | |
| | | /// <summary> |
| | | /// 获取erp数据 |
| | | /// </summary> |