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 |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/DEmon/iWareWms/iWareWms.csproj b/DEmon/iWareWms/iWareWms.csproj
index 7aa3f27..f3de51a 100644
--- a/DEmon/iWareWms/iWareWms.csproj
+++ b/DEmon/iWareWms/iWareWms.csproj
@@ -14,7 +14,7 @@
     <RootNamespace>FineUIPro.iWareWms</RootNamespace>
     <AssemblyName>iWareWms</AssemblyName>
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-    <UseIISExpress>true</UseIISExpress>
+    <UseIISExpress>false</UseIISExpress>
     <TargetFrameworkProfile />
     <FileUpgradeFlags>
     </FileUpgradeFlags>
@@ -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>
@@ -3725,11 +3726,7 @@
           <AutoAssignPort>True</AutoAssignPort>
           <DevelopmentServerPort>65031</DevelopmentServerPort>
           <DevelopmentServerVPath>/</DevelopmentServerVPath>
-<<<<<<< HEAD
           <IISUrl>http://localhost:8099</IISUrl>
-=======
-          <IISUrl>http://localhost:55234/</IISUrl>
->>>>>>> c3984d64e9727d60a2a61682271bd52cc82712b9
           <NTLMAuthentication>False</NTLMAuthentication>
           <UseCustomServer>False</UseCustomServer>
           <CustomServerUrl>

--
Gitblit v1.9.3