change-泡后库出库整道出优化

foamRearStore
liuwf 6 months ago
parent 719e6192c8
commit 79b19f4345

Binary file not shown.

@ -765,7 +765,7 @@ namespace Aucma.Scada.Business
var productPlanInfo = _productPlanInfoService.GetProductPlanInfosByMaterialCode(spaceInfo.materialType); var productPlanInfo = _productPlanInfoService.GetProductPlanInfosByMaterialCode(spaceInfo.materialType);
if (productPlanInfo != null) if (productPlanInfo != null)
{ {
result = assemblyPlanBusiness.PlanTransmitByProductPlan(productPlanInfo.planCode, spaceInfo.spaceStock); result = assemblyPlanBusiness.PlanTransmitByProductPlan(productPlanInfo.planCode, spaceInfo.spaceStock, spaceInfo);
} }
#endregion #endregion
else else

@ -294,6 +294,11 @@ namespace Aucma.Scada.UI.viewModel.OutStoreInfo
OutstoreTask = taskItems.OrderBy(x => x.createTime); OutstoreTask = taskItems.OrderBy(x => x.createTime);
})); }));
} }
else
{
taskItems.Clear();
OutstoreTask = taskItems;
}
} }
catch (Exception ex) catch (Exception ex)
{ {

Loading…
Cancel
Save