| | |
| | | { |
| | | public string robotTaskCode { get; set; } |
| | | } |
| | | |
| | | public class TaskDetial |
| | | { |
| | | public string Taskno { get; set; } |
| | | public string Startport { get; set; } |
| | | public string Endport { get; set; } |
| | | |
| | | public string Pallno { get; set; } |
| | | /// <summary> |
| | | /// 任务类型 |
| | | /// 0:申请储位 |
| | | /// 1:叫桶 |
| | | /// 2:同车间平层搬运 |
| | | /// </summary> |
| | | public string Crtype { get; set; } |
| | | /// <summary> |
| | | /// 车间编码 |
| | | /// </summary> |
| | | public string WareHouseNo { get; set; } |
| | | } |
| | | } |
| | |
| | | public string Result { get; set; } |
| | | public string Message { get; set; } |
| | | } |
| | | |
| | | public class TaskDetial |
| | | { |
| | | public string Taskno { get; set; } |
| | | public string Startport { get; set; } |
| | | public string Endport { get; set; } |
| | | |
| | | public string Pallno { get; set; } |
| | | /// <summary> |
| | | /// 任务类型 |
| | | /// 0:申请储位 |
| | | /// 1:叫桶 |
| | | /// 2:同车间平层搬运 |
| | | /// </summary> |
| | | public string Crtype { get; set; } |
| | | /// <summary> |
| | | /// 车间编码 |
| | | /// </summary> |
| | | public string WareHouseNo { get; set; } |
| | | } |
| | | |
| | | } |
| | | } |
| | |
| | | { |
| | | return Ok(new { code = 1, msg = "未获取到当前操作人信息" }); |
| | | } |
| | | _hopper.jiaoCheHopper(model.AreaNo, model.LocateNo,model.PlnNo, model.PlnStatus, model.Weight , model.SkuNo, model.LotNo, int.Parse(userId)); |
| | | _hopper.jiaoCheHopper(model.AreaNo, model.LocateNo,model.PlnNo, model.PlnStatus, model.Weight , model.SkuNo, model.LotNo,"", int.Parse(userId)); |
| | | |
| | | return Ok(new { data = model, code = 0, msg = "" }); |
| | | } |