20250731
This commit is contained in:
@@ -314,15 +314,23 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
||||
var model = HJGL_PackagingmanageService.GetHJGL_PackagingManageById(Id);
|
||||
if (model != null)
|
||||
{
|
||||
var PipelineComponent = model.PipelineComponentId.Split(',');
|
||||
foreach (var item in PipelineComponent)
|
||||
if (!string.IsNullOrEmpty(model.PipelineComponentId))
|
||||
{
|
||||
HJGL_PipelineComponentService.UpdateOutState(item, model.PackagingCode);
|
||||
var PipelineComponent = model.PipelineComponentId.Split(',');
|
||||
foreach (var item in PipelineComponent)
|
||||
{
|
||||
HJGL_PipelineComponentService.UpdateOutState(item, model.PackagingCode);
|
||||
}
|
||||
}
|
||||
HJGL_PackagingmanageService.PutOutOrder(Id);
|
||||
Pring(Id);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
ShowNotify("请选择要生成的出库单", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
}
|
||||
private void Pring(string Id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user