| | |
| | | |
| | | namespace WMS.BLL.DataServer |
| | | { |
| | | public class DataBoxInfoServer: DbHelper<DataBoxInfo>,IDataBoxInfoServer |
| | | public class DataBoxInfoServer : DbHelper<DataBoxInfo>, IDataBoxInfoServer |
| | | { |
| | | private static readonly SqlSugarScope Db = DataContext.Db; |
| | | public DataBoxInfoServer():base(Db) |
| | | public DataBoxInfoServer() : base(Db) |
| | | { |
| | | } |
| | | |
| | |
| | | /// <param name="bitBoxMark">零箱标记</param> |
| | | /// <param name="inspectStatus">质量状态</param> |
| | | /// <returns></returns> |
| | | public List<DataBoxInfo> GetDataBoxInfo(string id, string skuNo, string skuName, string palletNo, string lotNo, |
| | | public List<DataBoxInfo> GetDataBoxInfo(string id, string skuNo, string skuName, string palletNo, string lotNo, |
| | | string boxNo, string status, string inspectMark, string bitBoxMark, string inspectStatus, string WareHouseNo, string AreaNo) |
| | | { |
| | | string str = "select PalletNo,PalletNo2,PalletNo3,BoxNo,BoxNo2,BoxNo3,Status,LotNo,Qty,FullQty,SkuNo,SkuName," + |
| | |
| | | /// <param name="status">状态</param> |
| | | /// <param name="inspectMark">检验标记</param> |
| | | /// <param name="inspectStatus">质量状态</param> |
| | | /// <param name="isBale">是否裹包</param> |
| | | /// <param name="isBelt">是否打带</param> |
| | | /// <param name="locatNo">储位地址</param> |
| | | /// <param name="sortField">排序字段</param> |
| | | /// <param name="sortType">排序方式</param> |
| | | /// <returns></returns> |
| | | public List<AdventBoxInfoDto> GetEmergencyWarning(string skuNo, string skuName, string lotNo, string palletNo, string status, string inspectMark, string inspectStatus) |
| | | { |