20250731
This commit is contained in:
@@ -133,7 +133,7 @@ namespace BLL
|
||||
State = x.State,
|
||||
TypeInt = x.TypeInt,
|
||||
TypeString = GetTypeString(x.TypeInt),
|
||||
ReceiveMan = t.PersonName,
|
||||
ReceiveMan = train.ContactName,//t.PersonName,
|
||||
ReceiveDate = x.ReceiveDate.HasValue ? string.Format("{0:g}", x.ReceiveDate) : "",
|
||||
PlanStartDate = GetMinPlanStartDate(x.PackagingManageId),
|
||||
TrainNumberOld = x.TrainNumber,
|
||||
@@ -252,6 +252,8 @@ namespace BLL
|
||||
TrainNumber = newtable.TrainNumber,
|
||||
TrainNumberId = newtable.TrainNumberId,
|
||||
TypeInt = newtable.TypeInt,
|
||||
CompileMan=newtable.CompileMan,
|
||||
CompileDate = newtable.CompileDate
|
||||
};
|
||||
var db1 = Funs.DB;
|
||||
db1.HJGL_PackagingManage.InsertOnSubmit(table);
|
||||
|
||||
Reference in New Issue
Block a user