| | |
| | | /// 库位操作记录接口 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | //[HttpPost] |
| | | //public Result LocationRecords(MesUdeItemParme model) |
| | | //{ |
| | | // LogHelper.Info("MesUdeItem 参数:" + JsonConvert.SerializeObject(model), "物料绑定解绑"); |
| | | // var res = TaskProcess.MesUdeItem(model); |
| | | // LogHelper.Info("MesUdeItem 返回:" + JsonConvert.SerializeObject(res), "物料绑定解绑"); |
| | | // return res; |
| | | //} |
| | | [HttpPost] |
| | | [Route("api/WmsApi/LocationRecords")] |
| | | public LocationRecordsResult LocationRecords(LocationRecordsParme model) |
| | | { |
| | | LogHelper.Info("LocationRecords 参数:" + JsonConvert.SerializeObject(model), "物料绑定解绑"); |
| | | var res = TaskProcess.LocationRecords(model); |
| | | LogHelper.Info("LocationRecords 返回:" + JsonConvert.SerializeObject(res), "物料绑定解绑"); |
| | | return res; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | } |