|
@@ -4758,6 +4758,7 @@ namespace TeamAAS_VP.Core
|
|
|
try
|
|
try
|
|
|
{
|
|
{
|
|
|
//获取当前产品
|
|
//获取当前产品
|
|
|
|
|
+ CurrentProduct = _productService.GetCurrentProduct();
|
|
|
var currentproduct = _productService.GetCurrentProduct();
|
|
var currentproduct = _productService.GetCurrentProduct();
|
|
|
if (currentproduct == null) return;
|
|
if (currentproduct == null) return;
|
|
|
TotalQuantity = await _systemDatabaseService.GetOverallProductionAsync(currentproduct.Name);
|
|
TotalQuantity = await _systemDatabaseService.GetOverallProductionAsync(currentproduct.Name);
|