diff --git a/WmsMobileServe/ApiServe/Mobile/Service/StockInService.cs b/WmsMobileServe/ApiServe/Mobile/Service/StockInService.cs index d4820bd..2e49ad7 100644 --- a/WmsMobileServe/ApiServe/Mobile/Service/StockInService.cs +++ b/WmsMobileServe/ApiServe/Mobile/Service/StockInService.cs @@ -42,18 +42,18 @@ public class StockInService(MesApiClient mesApiClient, TOnGoodsShelfDao onGoodsS StockNum = 0, OnDate = DateTime.Now, OnShelfUserId = "Mobile_Android", - StorageId = "-", - StorageAreaId = "-", + StorageId = "", + StorageAreaId = "", UpGoodsId = UUIDUtils.GetNewUUID2(), GoodsTypeId = "0", StorageMode = "空托入库", ProdictionDate = DateTime.Now, Ctl = request.VehicleNo, - BarCode = "-", + BarCode = "", CustomerId = "景旺", GoodsName = "空载具", Status = "0", - Unit = "-", + Unit = "", TaskType = "1", GoodsMeasureId = UUIDUtils.GetNewUUID2(), PackingNum = 1, @@ -174,7 +174,7 @@ public class StockInService(MesApiClient mesApiClient, TOnGoodsShelfDao onGoodsS StockNum = 0, OnDate = DateTime.Now, OnShelfUserId = "Mobile_Android", - StorageId = "-", + StorageId = "", StorageAreaId = item.Area, UpGoodsId = UUIDUtils.GetNewUUID2(), GoodsTypeId = item.GoodsTypeId, @@ -243,7 +243,7 @@ public class StockInService(MesApiClient mesApiClient, TOnGoodsShelfDao onGoodsS StockNum = item.PacketNum.ToDecimal(), OnDate = DateTime.Now, OnShelfUserId = "Mobile_Android", - StorageId = "-", + StorageId = "", StorageAreaId = item.MinorWarehouseId, UpGoodsId = UUIDUtils.GetNewUUID2(), GoodsTypeId = item.PacketLevel, @@ -255,7 +255,7 @@ public class StockInService(MesApiClient mesApiClient, TOnGoodsShelfDao onGoodsS GoodsName = item.GoodsDesc, Status = "0", PRODUCLOTID = item.MinorWarehouseId, - Unit = "-", + Unit = "", TaskType = request.InArea, GoodsMeasureId = item.SaleOrderNo, PackingNum = 1, @@ -279,24 +279,24 @@ public class StockInService(MesApiClient mesApiClient, TOnGoodsShelfDao onGoodsS StockNum = 0, OnDate = DateTime.Now, OnShelfUserId = "Mobile_Android", - StorageId = "-", - StorageAreaId = "-", + StorageId = "", + StorageAreaId = "", UpGoodsId = UUIDUtils.GetNewUUID2(), - GoodsTypeId = "-", + GoodsTypeId = "", StorageMode = "MES码盘包装线", ProdictionDate = DateTime.Now, Ctl = request.VehicleNo, - BarCode = "-", - CustomerId = "-", + BarCode = "", + CustomerId = "", GoodsName = "去包装线托盘", Status = "0", - PRODUCLOTID = "-", - Unit = "-", + PRODUCLOTID = "", + Unit = "", TaskType = request.InArea, - GoodsMeasureId = "-", + GoodsMeasureId = "", PackingNum = 1, DamageNum = 1, - ScaleUnit = "-", + ScaleUnit = "", Remark = "" }); } @@ -351,7 +351,7 @@ public class StockInService(MesApiClient mesApiClient, TOnGoodsShelfDao onGoodsS StockNum = item.PacketNum, OnDate = DateTime.Now, OnShelfUserId = "Mobile_Android", - StorageId = "-", + StorageId = "", StorageAreaId = item.MinorWarehouseId, UpGoodsId = UUIDUtils.GetNewUUID2(), GoodsTypeId = item.PacketLevel, @@ -362,7 +362,7 @@ public class StockInService(MesApiClient mesApiClient, TOnGoodsShelfDao onGoodsS CustomerId = item.CustomSaleOrderNo, GoodsName = item.GoodsDesc, Status = "0", - Unit = "-", + Unit = "", TaskType = request.TaskType.ToString(), GoodsMeasureId = item.SaleOrderNo, PackingNum = 1, diff --git a/WmsMobileServe/obj/Debug/net8.0/WmsMobileServe.AssemblyInfo.cs b/WmsMobileServe/obj/Debug/net8.0/WmsMobileServe.AssemblyInfo.cs index 490284b..bbc7717 100644 --- a/WmsMobileServe/obj/Debug/net8.0/WmsMobileServe.AssemblyInfo.cs +++ b/WmsMobileServe/obj/Debug/net8.0/WmsMobileServe.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("WmsMobileServe")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+92bbc387a84502ea1324bf99f374d21773d1a098")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b625cd37dc76e91a0effb332293cf68a40c47e6a")] [assembly: System.Reflection.AssemblyProductAttribute("WmsMobileServe")] [assembly: System.Reflection.AssemblyTitleAttribute("WmsMobileServe")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/WmsMobileServe/obj/Debug/net8.0/WmsMobileServe.AssemblyInfoInputs.cache b/WmsMobileServe/obj/Debug/net8.0/WmsMobileServe.AssemblyInfoInputs.cache index 8f1bd20..c2c16dd 100644 --- a/WmsMobileServe/obj/Debug/net8.0/WmsMobileServe.AssemblyInfoInputs.cache +++ b/WmsMobileServe/obj/Debug/net8.0/WmsMobileServe.AssemblyInfoInputs.cache @@ -1 +1 @@ -2b2dd5cdd49ee0bef0732989838c0d301eefdd5ba36a3e08da61b7af941638ef +bb2380e1364493c521a10f2ba9bf30bc873e709eb37aa674ec2200d664181e89 diff --git a/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.AssemblyInfo.cs b/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.AssemblyInfo.cs index 2c86597..df8be4d 100644 --- a/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.AssemblyInfo.cs +++ b/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("WmsMobileServe")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+92bbc387a84502ea1324bf99f374d21773d1a098")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b625cd37dc76e91a0effb332293cf68a40c47e6a")] [assembly: System.Reflection.AssemblyProductAttribute("WmsMobileServe")] [assembly: System.Reflection.AssemblyTitleAttribute("WmsMobileServe")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.AssemblyInfoInputs.cache b/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.AssemblyInfoInputs.cache index 367d5ad..54aa7de 100644 --- a/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.AssemblyInfoInputs.cache +++ b/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.AssemblyInfoInputs.cache @@ -1 +1 @@ -a398b7f1a12ed8f127f7ea063578cfb4226c284ac229b9a5035e4a3c165d49e6 +e495e466e8462a08ae8a12b5a527910f9633f82c1572db27d02695593b82c261 diff --git a/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.dll b/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.dll index 2c79810..b67952b 100644 Binary files a/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.dll and b/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.dll differ diff --git a/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.pdb b/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.pdb index 256bf74..8ab08c6 100644 Binary files a/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.pdb and b/WmsMobileServe/obj/Release/net8.0/win-x64/WmsMobileServe.pdb differ diff --git a/WmsMobileServe/obj/Release/net8.0/win-x64/ref/WmsMobileServe.dll b/WmsMobileServe/obj/Release/net8.0/win-x64/ref/WmsMobileServe.dll index 574488b..d5633cb 100644 Binary files a/WmsMobileServe/obj/Release/net8.0/win-x64/ref/WmsMobileServe.dll and b/WmsMobileServe/obj/Release/net8.0/win-x64/ref/WmsMobileServe.dll differ diff --git a/WmsMobileServe/obj/Release/net8.0/win-x64/refint/WmsMobileServe.dll b/WmsMobileServe/obj/Release/net8.0/win-x64/refint/WmsMobileServe.dll index 574488b..d5633cb 100644 Binary files a/WmsMobileServe/obj/Release/net8.0/win-x64/refint/WmsMobileServe.dll and b/WmsMobileServe/obj/Release/net8.0/win-x64/refint/WmsMobileServe.dll differ diff --git a/WmsMobileServe/obj/Release/net8.0/win-x64/singlefilehost.exe b/WmsMobileServe/obj/Release/net8.0/win-x64/singlefilehost.exe index d4876e0..771034f 100644 Binary files a/WmsMobileServe/obj/Release/net8.0/win-x64/singlefilehost.exe and b/WmsMobileServe/obj/Release/net8.0/win-x64/singlefilehost.exe differ diff --git a/WmsMobileServe/obj/rider.project.model.nuget.info b/WmsMobileServe/obj/rider.project.model.nuget.info index 62bd3cb..c7375dc 100644 --- a/WmsMobileServe/obj/rider.project.model.nuget.info +++ b/WmsMobileServe/obj/rider.project.model.nuget.info @@ -1 +1 @@ -17368993158563419 \ No newline at end of file +17369189191510080 \ No newline at end of file diff --git a/WmsMobileServe/obj/rider.project.restore.info b/WmsMobileServe/obj/rider.project.restore.info index 8e1c656..4d1de78 100644 --- a/WmsMobileServe/obj/rider.project.restore.info +++ b/WmsMobileServe/obj/rider.project.restore.info @@ -1 +1 @@ -17368987058212765 \ No newline at end of file +17369188177497992 \ No newline at end of file