From a544d13081b01f68824e80500c7c30ab2680d524 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周五, 10 10月 2025 16:08:03 +0800
Subject: [PATCH] //修复bug:查询出入库单据信息 【Editby shaocx,2025-09-29】 -- 这个功能没测试过,不一定好使啊啊啊啊啊!!!!!

---
 DEmon/iWareLog/iWareLog.csproj |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/DEmon/iWareLog/iWareLog.csproj b/DEmon/iWareLog/iWareLog.csproj
index 36dbd8e..1075dd8 100644
--- a/DEmon/iWareLog/iWareLog.csproj
+++ b/DEmon/iWareLog/iWareLog.csproj
@@ -9,9 +9,8 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>iWareLog</RootNamespace>
     <AssemblyName>iWareLog</AssemblyName>
-    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -94,6 +93,8 @@
       <DependentUpon>Resources.resx</DependentUpon>
     </Compile>
     <Compile Include="Report\Helper\AlertHelper.cs" />
+    <Compile Include="Report\Helper\R_InOutStorageDetailResultForMes.cs" />
+    <Compile Include="Report\Helper\InOutStorageDetailResultForMes.cs" />
     <Compile Include="Report\Helper\InOutHelper.cs" />
     <Compile Include="Report\Service\AlertService.cs" />
     <Compile Include="Report\Service\InOutService.cs" />

--
Gitblit v1.9.3