|
|
@@ -4503,7 +4503,7 @@ namespace Business.ResourceExamineManagement
|
|
|
nbrMasterList.Add(newNbr);
|
|
|
List<string> headAccount = new List<string>();
|
|
|
short i = 1;
|
|
|
- bool typed = !string.IsNullOrEmpty(workord.Typed);
|
|
|
+ //bool typed = !string.IsNullOrEmpty(workord.Typed);
|
|
|
detail.ForEach(a =>
|
|
|
{
|
|
|
var find = itemLocList?.Find(c => c.ItemNum == a.ItemNum);
|
|
|
@@ -4541,7 +4541,7 @@ namespace Business.ResourceExamineManagement
|
|
|
CreateUser = user?.Name,
|
|
|
UpdateUser = user?.Name,
|
|
|
UM = find.UM,
|
|
|
- LotSerial = typed ? a.LotSerial : "",
|
|
|
+ LotSerial = a.LotSerial,
|
|
|
ItemName = find.Descr,
|
|
|
Status = ""
|
|
|
});
|