gb12质检模块
This commit is contained in:
@@ -731,10 +731,11 @@ namespace ZR.Service.mes.wms
|
||||
.Select(it => it.CreatedTime)
|
||||
.First() ?? new DateTime(2024, 11, 16, 12, 0, 0);
|
||||
CommonFQCService commonFQCService = new();
|
||||
// 获取报表数据
|
||||
// 抛光计算后库存 = 盘点库存 + 产线抛光 + 后道反抛 + GP12反抛 - 抛光投入
|
||||
return commonFQCService.GetBatchPolishPartRealStock(partnumbers, checkTime.Value);
|
||||
}
|
||||
// 获取报表数据
|
||||
// 抛光计算后库存 = 盘点库存 + 产线抛光 + 后道反抛 + GP12反抛 - 抛光投入
|
||||
//return commonFQCService.GetBatchPolishPartRealStock(partnumbers, checkTime.Value);
|
||||
return commonFQCService.GetBatchPolishPartRealStockNew(partnumbers, checkTime.Value);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
throw;
|
||||
|
||||
Reference in New Issue
Block a user