diff --git a/ICSSoft.FromERP/ICSSoft.FromERP/App.config b/ICSSoft.FromERP/ICSSoft.FromERP/App.config index b72646a..ffa00a3 100644 --- a/ICSSoft.FromERP/ICSSoft.FromERP/App.config +++ b/ICSSoft.FromERP/ICSSoft.FromERP/App.config @@ -9,7 +9,7 @@ - + diff --git a/ICSSoft.FromERP/Root/ICSSoft.Frame.Data.Entity.dll b/ICSSoft.FromERP/Root/ICSSoft.Frame.Data.Entity.dll index 22bcbc9..1e304a9 100644 Binary files a/ICSSoft.FromERP/Root/ICSSoft.Frame.Data.Entity.dll and b/ICSSoft.FromERP/Root/ICSSoft.Frame.Data.Entity.dll differ diff --git a/WMS-BS/NFine.Application/WMS/BasicSettingsApp.cs b/WMS-BS/NFine.Application/WMS/BasicSettingsApp.cs index bffab2b..ac02d4a 100644 --- a/WMS-BS/NFine.Application/WMS/BasicSettingsApp.cs +++ b/WMS-BS/NFine.Application/WMS/BasicSettingsApp.cs @@ -3717,7 +3717,7 @@ SELECT distinct ID,GroupName FROM ICSInspectionGroup where WorkPoint='{0}'"; ,CreateDateTime='" + Convert.ToDateTime(HeadInfo.VDATUM) + "',POID='" + HeadInfo.AUFNR + @"' ,DNID='" + HeadInfo.EBELN + "',DNDetailID='" + HeadInfo.EBELP + "',Quantity=" + Item.HGMENGE + @" ,SAPSequence=" + Item.L_LME.ToString() + ",WHCode='" + Item.LGORT.Trim() + "',EATTRIBUTE1='" + Item.MEMO + @"' - ,ExtensionID='" + ExtensionID + "',InspectionType='" + HeadInfo.ART + "',InvoDescribe='" + HeadInfo.ART + @"' + ,ExtensionID='" + ExtensionID + "',InspectionType='" + HeadInfo.ART + "',InvoDescribe='" + Item.MAKTX + @"' ,Unity='" + Item.MEINS + "',StockIndicator='" + Item.SOBKZ + "',DepositArea='" + Item.LTKZA + @"' ,ModificationDate='" + HeadInfo.TEST1 + "',TrackingNumber='" + HeadInfo.TEST2 + @"' ,NonconformingForm='" + HeadInfo.TEST3 + "',EATTRIBUTE2='" + HeadInfo.TEST4 + @"' diff --git a/WMS-BS/NFine.Web/Areas/WMS/Views/BasicSettings/ICSDNSync.cshtml b/WMS-BS/NFine.Web/Areas/WMS/Views/BasicSettings/ICSDNSync.cshtml index 66e4a66..5e9ac47 100644 --- a/WMS-BS/NFine.Web/Areas/WMS/Views/BasicSettings/ICSDNSync.cshtml +++ b/WMS-BS/NFine.Web/Areas/WMS/Views/BasicSettings/ICSDNSync.cshtml @@ -2,6 +2,7 @@ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Index.cshtml"; } +