|
|
@@ -25,6 +25,7 @@ using MongoDB.Driver.Linq;
|
|
|
using Newtonsoft.Json;
|
|
|
using Newtonsoft.Json.Linq;
|
|
|
using Org.BouncyCastle.Crypto.Generators;
|
|
|
+using Org.BouncyCastle.Ocsp;
|
|
|
using Org.BouncyCastle.Utilities;
|
|
|
using RazorEngine.Compilation.ImpromptuInterface.Optimization;
|
|
|
using System;
|
|
|
@@ -2532,7 +2533,7 @@ namespace Business.ResourceExamineManagement
|
|
|
CreateTime = a.create_time,
|
|
|
UpdateTime = a.update_time,
|
|
|
Line = line,
|
|
|
- Location= refItem?.Location,
|
|
|
+ Location = refItem?.Location,
|
|
|
UM = refItem?.UM,
|
|
|
ItemNum = a.ItemNum,
|
|
|
QtyOrded = a.qty.GetValueOrDefault(),
|
|
|
@@ -2541,7 +2542,9 @@ namespace Business.ResourceExamineManagement
|
|
|
StdCost = a.price.GetValueOrDefault() / (1 + a.rate.GetValueOrDefault()),
|
|
|
TaxRate = a.rate.GetValueOrDefault(),
|
|
|
DueDate = a.rarrdate,
|
|
|
- Rev = refItem?.Rev
|
|
|
+ Rev = refItem?.Rev,
|
|
|
+ Req = a.pr_billno,
|
|
|
+ ReqLine = 1
|
|
|
});
|
|
|
});
|
|
|
poaction.poDetailList.AddRange(purOrdDetails);
|