| | |
| | | |
| | | _stockRepository.DeleteData(stockInfo); |
| | | _locationInfoRepository.UpdateData(locationInfo); //淇敼鎴愮┖璐т綅 |
| | | |
| | | //鍒犻櫎鍑哄簱瀹屾垚浠诲姟 |
| | | BaseDal.DeleteAndMoveIntoHty(task, App.User.UserId == 0 ? OperateTypeEnum.鑷姩瀹屾垚 : OperateTypeEnum.浜哄伐瀹屾垚); |
| | | _locationStatusChangeRecordService.AddLocationStatusChangeRecord(locationInfo, beforeStatus, StockStatusEmun.鍑哄簱瀹屾垚.ObjToInt(), "1", task.TaskNum); |
| | | WebResponseContent content = TaskCompletionFeedback(task); |
| | |
| | | } |
| | | } |
| | | //鎵嬪姩涓嬪彂浠诲姟鍒癢CS |
| | | public WebResponseContent WCSTask(int task) |
| | | public WebResponseContent WCSTask([FromQuery] int task) |
| | | { |
| | | List<Dt_Task> AddtaskList = BaseDal.QueryData(x => x.TaskNum == task); |
| | | List<Dt_Task> AddtaskList = BaseDal.QueryData(x => x.TaskNum == task); |
| | | |
| | | if (!AddtaskList.Any()) |
| | | { |
| | |
| | | //return WebResponseContent.Instance.OK(); |
| | | } |
| | | |
| | | |
| | | public ApiResponse<object> TaskFeedback(TaskNotification taskFeedback) |
| | | { |
| | | throw new NotImplementedException(); |