| | |
| | | /// <param name="crDetail">盘点明细ID 物料-批次</param> |
| | | /// <param name="palletNo">托盘号</param> |
| | | /// <param name="boxNo">箱码号</param> |
| | | /// <param name="isContinue">是否数量盘点</param> |
| | | /// <returns></returns> |
| | | List<StockCheckLogDto> GetStockCheckLogList(string crNo, string crDetail,string palletNo,string boxNo); |
| | | List<StockCheckLogDto> GetStockCheckLogList(string crNo, string crDetail,string palletNo,string boxNo,string isContinue); |
| | | |
| | | /// <summary> |
| | | /// 盘点库存 |
| | |
| | | /// <param name="boxNo3">支码</param> |
| | | /// <param name="result">结果</param> |
| | | /// <param name="qty">数量</param> |
| | | /// <param name="isContinue">是否数量盘点</param> |
| | | /// <param name="userId"></param> |
| | | void CrSetCheck(string crNo, string crDetail, string palletNo, string boxNo,string boxNo3,string result, int? qty,int userId); |
| | | void CrSetCheck(string crNo, string crDetail, string palletNo, string boxNo,string boxNo3,string result, int? qty,string isContinue, int userId); |
| | | |
| | | #endregion |
| | | |