|
@@ -3051,7 +3051,7 @@ namespace TeamAAS_VP.Core
|
|
|
await _systemDatabaseService.RecordProductionAsync(new ProductionRecord()
|
|
await _systemDatabaseService.RecordProductionAsync(new ProductionRecord()
|
|
|
{
|
|
{
|
|
|
ProductName = currentProduct.Name,
|
|
ProductName = currentProduct.Name,
|
|
|
- ProductCode = code,
|
|
|
|
|
|
|
+ ProductCode = ProductMainSN[i],
|
|
|
DeviceId = i,
|
|
DeviceId = i,
|
|
|
DeviceName = "",
|
|
DeviceName = "",
|
|
|
Category = resultIndex == 1 ? "OK" : "NG",
|
|
Category = resultIndex == 1 ? "OK" : "NG",
|