| | |
| | | [HttpPost, Route("BagInfoSync"), AllowAnonymous] |
| | | public MesResponseContent BagInfoSync([FromBody] Root<MesBagInfoModel> model) |
| | | { |
| | | return _taskService.BagInfoSync(model.Content); |
| | | return _taskService.BagInfoSync(model.Content, model.From!="PK" ? "" : model.From); |
| | | } |
| | | /// <summary> |
| | | /// MES鎴愬搧澶栧寘淇℃伅鎺ユ敹 |
| | |
| | | } |
| | | return MesResponseContent.Instance.OK("鎴愬姛"); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 鐢熸垚骞冲簱鎼繍浠诲姟 |
| | | /// </summary> |
| | | /// <param name="orderDetailId"></param> |
| | | /// <param name="stockSelectViews"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("PPTaskMove"), AllowAnonymous] |
| | | public WebResponseContent PPTaskMove(string palletCode, string startPoint, int warehouseId, [FromBody] List<string> serNums) |
| | | { |
| | | return _taskService.PPTaskMove(palletCode, startPoint,warehouseId,serNums); |
| | | } |
| | | } |
| | | } |