From 60dd1afc3e8f94aa1b23211b6738d35b47294382 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 17 9月 2025 13:58:45 +0800 Subject: [PATCH] //验证单号是否已经存在 【Editby shaocx,2025-09-17】 var findInOutList = DbModel.BASEInOutLists.FirstOrDefault(x => x.listno == iol.ListNo); if (findInOutList != null) { msg = $"单号{iol.ListNo}已存在"; return -1; } --- DEmon/iWareWms/iWareWms.csproj | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DEmon/iWareWms/iWareWms.csproj b/DEmon/iWareWms/iWareWms.csproj index 17683df..f3de51a 100644 --- a/DEmon/iWareWms/iWareWms.csproj +++ b/DEmon/iWareWms/iWareWms.csproj @@ -961,6 +961,7 @@ <Content Include="Code\Common\_system~.ini" /> <Content Include="Metadata\deploymentTemplates\apiappconfig.azureresource.json" /> <Content Include="apiapp.json" /> + <Content Include="FineUIPro.lic.dev.config" /> <None Include="Properties\PublishProfiles\iWareWms.pubxml" /> <None Include="Service References\PrintWcfService\Arrays.xsd"> <SubType>Designer</SubType> @@ -3723,9 +3724,9 @@ <WebProjectProperties> <UseIIS>True</UseIIS> <AutoAssignPort>True</AutoAssignPort> - <DevelopmentServerPort>0</DevelopmentServerPort> + <DevelopmentServerPort>65031</DevelopmentServerPort> <DevelopmentServerVPath>/</DevelopmentServerVPath> - <IISUrl>http://localhost/iWareWms</IISUrl> + <IISUrl>http://localhost:8099</IISUrl> <NTLMAuthentication>False</NTLMAuthentication> <UseCustomServer>False</UseCustomServer> <CustomServerUrl> -- Gitblit v1.9.3