| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | using WMS.Entity.DataEntity; |
| | | using WMS.Entity.SysEntity; |
| | | |
| | | namespace WMS.IBLL.IBllTransServer |
| | |
| | | |
| | | List<SysStorageLocat> GetLocatByArea(string area); |
| | | List<DicModel> GetPlnStatusByArea(string area); |
| | | List<string> GetSkuByStatus(string palletStatus); |
| | | List<DataStockDetail> GetSkuByStatus(string palletStatus); |
| | | List<string> GetLotNoBySku(string skuNo); |
| | | List<string> GetSku(); |
| | | List<SysMaterials> GetSku(); |
| | | |
| | | void jiaoLiaoHopper(string areaNo, string endLocate, string plnStatus, string standard, string skuNo, string lotNo, string url,string bindUrl, int userId); |
| | | void jiaoCheHopper(string areaNo, string StartLocate, string plnNo, string plnStatus, decimal weight, string skuNo, string lotNo, string url, string bindUrl, int userId); |
| | |
| | | /// <param name="comeFrom"></param> |
| | | /// <param name="userId"></param> |
| | | /// <exception cref="Exception"></exception> |
| | | void RCSFinishTask(string taskNo, string status, string comeFrom, int userId = 0); |
| | | void RCSFinishTask(string taskNo, string locateNo, string status, string comeFrom, int userId = 0); |
| | | |
| | | /// <summary> |
| | | /// 清洗机叫料状态 |