| | |
| | | void BindPalletByJc23(PdaPalletBindVm model, int userId, string origin); |
| | | |
| | | //JC23绑定物料托盘即增加库存 |
| | | public void BindPalletStock(PdaPalletBindVm model, int userId, string origin); |
| | | void BindPalletStock(PdaPalletBindVm model, int userId, string origin); |
| | | |
| | | ///// <summary> |
| | | ///// JC26绑定托盘 贴标物料 |
| | | ///// </summary> |
| | | ///// <param name="model"></param> |
| | | ///// <param name="userId"></param> |
| | | void BindPalletPasteCode(PdaPalletBindVm model, int userId); |
| | | |
| | | /// <summary> |
| | | /// JC26绑定托盘 不贴标物料 |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | | /// <param name="userId"></param> |
| | | void BindPalletNoPasteCode(PdaPalletBindVm model, int userId); |
| | | |
| | | // 绑定空托盘 |
| | | string BindNullPallet(PalletBindVm model); |
| | |
| | | //平库确认入库 |
| | | void ConfirmInStock(PalletBindVm model); |
| | | |
| | | //根据箱码向追溯系统请求箱信息 |
| | | List<BoxInfoDto> GetFMBindBoxInfos(string boxno); |
| | | |
| | | #region JC23取样业务接口 |
| | | |
| | | /// <summary> |