From a6c0441e7646198c6d0803ea33a3b619005fa7be Mon Sep 17 00:00:00 2001 From: icewint Date: Thu, 16 Jan 2025 15:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=8F=92=E5=85=A5=E8=A1=A8?= =?UTF-8?q?=E5=86=85=E7=9A=84=20=E2=80=98-=E2=80=99=20=E5=8F=98=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ApiServe/Mobile/Service/StockInService.cs | 36 +++++++++--------- .../net8.0/WmsMobileServe.AssemblyInfo.cs | 2 +- .../WmsMobileServe.AssemblyInfoInputs.cache | 2 +- .../win-x64/WmsMobileServe.AssemblyInfo.cs | 2 +- .../WmsMobileServe.AssemblyInfoInputs.cache | 2 +- .../Release/net8.0/win-x64/WmsMobileServe.dll | Bin 74752 -> 74752 bytes .../Release/net8.0/win-x64/WmsMobileServe.pdb | Bin 48688 -> 48688 bytes .../net8.0/win-x64/ref/WmsMobileServe.dll | Bin 37888 -> 37888 bytes .../net8.0/win-x64/refint/WmsMobileServe.dll | Bin 37888 -> 37888 bytes .../Release/net8.0/win-x64/singlefilehost.exe | Bin 9673216 -> 9673216 bytes .../obj/rider.project.model.nuget.info | 2 +- WmsMobileServe/obj/rider.project.restore.info | 2 +- 12 files changed, 24 insertions(+), 24 deletions(-) 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 2c7981064077f017bca883f0b30e9cfa2fb0c69c..b67952b1d22286d76231fd6e9ca1968842987fa7 100644 GIT binary patch delta 958 zcmZ`$Ye-XJ82-L<)^Tc+dE0dAyp(uY+u6>}cFu-MDq8(06{DM2xhqJ}u@N?+zzRXk zMEOcXqQZ!V85kp`Nc|CpB#01%PzFjrBnt|n=<=iYjCuPJgLm(F-sgSzp6BhJQ+3a& z276Vzjx4`_-rsK4tRvJZ_aVfTht?7KWiF=F3~6^6G#rH(d3a+`Yso3gVt{%tf!xB- z-cJsp9ZR$Za>>%BHv)~8m34L&p)~d+MvN&`Lq1vd;ZCCCO7L|eaXg+R9b5rkB0Ze2 z2c@9SlmtD8jl+^DQ>7aXnE+)Q;nSQIa*%gizV0|6I(ZJDY$lT#=qT1$vqP;U&Dx0j z$SG?C#|dSt!*5B0tpTr*o3<{@5Q?wBT4Lf|#dT^BY*pSv%M0+A#+XwX`3=bFt?8jg za*dbp88XdJ;PWJCe?~zfxdMl~qxC{P*7w0SEx(4n?Z(E*1IG!l@zY_{7{EIFL3yyE zR_45o4J78ARdlY19Q9cZ$?heKVhteCEU5%@JK~2R`;{QsLa6eB=YJZ6obhY|$o=fpFz4=6WCeb#hMpvrWr=p8L4$(AiK}7$1MLX;XTgbWjrU>=LFHODN z9aaDFXj!jlcl!K-T%*Ru@X4`7-gjbD^zfCNRgbOh#Nus5>Nfh{H``3o^Uxc5|H1n5TBYY8F9zxTr delta 959 zcmZ`$T}V@582-L(9OrD|&zwKmwv6FnZD%|C@tlK`ewgM(YG_eOKW@%}SH})gT__o4 zN$F6&$dah2P?3~k(UPJrgjkjlbXD1p7F}e5kR;Yk?>WrWi#YI|=Y8JyeR$vJZBJ<0 z6Plh*P3`01#d}@#cDOnTW||8G8TN6a14v@lO|>Zo+2HL zXR{^+HK!=$2KpH^*)lZ7eu)8=u7c2>De>ezlV_|0#waF$%Azu;Xp>p*%#schowEu@ z$pPmOo**jM4*ZUkxytYla=~>B>xhai!Ukevd2_iI1ncB^)Z#1n=_q?DCB6Z<9A}zT zLr$?A4v{hT4wgv7J)#0fvONqw6AO3(I426-YHrxUAD!%;0%)gtwB{#oK_0WpWnGtZ^TF?2>(?3*Z%_EAI9v5T(LhtTjr@ z<&|W=0y9(pdz%|8waS^);t;GL4*jEvgQL~*^;H4`HnKuC9wj@4TD=8C4fG7`W0NMx zpy14(T4i91tnzi)yV$(o!}6jf8B!m*dXD%2$R_viGYf#JZQHBoWyd0Xq` z%!`vT?Vn&eEx1FW1`p2#d9TmqZVa*>w>K0KgouaphTSa3dBSYaCGhdyG<-T;bNgrL zN?&dP-kqL!yLIW)Tt{X1o&`78^lh^5L;)t2Bs)@>WT8IqY4t$w+?Rov+4o?&kKKqr z^t!0{dJ`^JR}09ELhv;p58@Grg7A8g54nJEgop*+4NM3{kN{rja2k9H)-b0r1N5#v5=fRAmCQRT!H?+x P*}2ZD|8K#wxI}n)<>x(_ 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 574488b5cf0777c24877010ac8ade706e66e3ee6..d5633cb614c7411df579dcf747168397cd7c750c 100644 GIT binary patch delta 197 zcmZoz!PKyVX+j5!`-8~FjXfod0(%9*9;azGdbj(&$Y{B{i+!^o(|g9v|Cw!zF{OOU z8(B4y%#2KvQ;f}1lFiLhEe#V5Qq$6sjE#+qERB=X%q$X343bUEQ_T`Lf31lZ@lRqf zV=!VcWk_a7VK8Pe2a?G^(u^UM!IHs{A(6oV$VvmkB%rJ@P^A%2+!&}P4XDNfC~pE( Tkqjiwf$Gc{5;rfN7|R3zV?;Qk delta 197 zcmZoz!PKyVX+j6fOO8_uH};e;3Y^sB<6OD+mFv1Md<~i>4dONnGQDTq{GZvj7*oop zypdJI(kLk@+1SE7(Za;kz$i7*(AdZ%Db3O{&Dh)|#mLay+&INB(ZJGT^Vgbq5r0bt zBZed(OlB}4dONnGQDTq{GZvj7*oop zypdJI(kLk@+1SE7(Za;kz$i7*(AdZ%Db3O{&Dh)|#mLay+&INB(ZJGT^Vgbq5r0bt zBZed(OlB}9gmH$+gCP#%zQ&gF%+B6B%%`np}HD;?d$6WKwx4=Sm>MgR^5=$+!+zJg= zT4l9HYpk`-dK+xCNt4aC*lL@kW+`bcT4iMAwArrR4m<6#+a4YE>a@>(2OQMpki(8R z>X_qBIH}tyr=4-uIp4?Oh9kjI{Q zYS=T+z3|d2uf0+7)`)j_?}Lv%`Rt2PUw!l44`Y5BFHe-~dh#I?QlT{zLVrkyY-Axa z69z(CXbycL8Mk8Wd`#2POvQgXI>qSZV%`#sLS#02nRriDE+j(5ukL??jlYxi6Mskk E14|c-_5c6? delta 406 zcmWm5=TZ|;6h+~SqGIo0N5z5#O#+xiMX-Y%tSFX*5GxkME*kMuQSAKiMKa@CFuZ{8 z;^pi)XZBh%r&J!VEKRNoQ%qH9n(1b!GSe)x%`w+J^DVH@B8x4tRJ9t*EVsf+tE{$0 zt+m!!ug(S=ZL(RtEwT=dO=Us5oCEYH&qQ_O&Tz5lGUax{aMK|4Y+Z}h^)9=0q9(rWJV}qV} z>Y3+Wc