PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/SharedService.cs
@@ -49,6 +49,14 @@ /// <returns></returns> public async Task<MesOrderResponse> CommonPick(IServiceProvider _serviceProvider, PickInput input, MyCurrentUser myCurrentUser) { if (string.IsNullOrEmpty(input.PipeSpecCode)) { throw new UserFriendlyException("请输入管段编码"); }; if (string.IsNullOrEmpty(input.ContinerNo)) { throw new UserFriendlyException("请输入托盘号"); }; //1、记录分拣记录表 //2、更新作业计划表的状态 =已分拣 //3、写入 分拣变量