This commit is contained in:
2021-05-28 19:48:07 +00:00
parent 20fde18014
commit ca1f92a53c
2 changed files with 63 additions and 62 deletions

View File

@@ -243,7 +243,7 @@ namespace AyaNova.Util
await SeedPartAsync(log, 20, 5);
await SeedPartAssemblyAsync(log, 5);
await SeedPurchaseOrderAsync(log, 20);
await SeedWorkOrderAsync(log, 20);
await SeedWorkOrderAsync(log, 3);
//PERF
watch.Stop();
@@ -2559,7 +2559,7 @@ namespace AyaNova.Util
o.InternalReferenceNumber = "irf-" + Fake.Finance.Account(4);
o.ServiceDate = woDate;
int woItemCount = Fake.Random.Int(1, 3);
int woItemCount = 10;//Fake.Random.Int(2, 10);
for (int y = 0; y < woItemCount; y++)
{
var woItem = new WorkOrderItem()