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