From 5ead4010a1e1df1998f517a0dfcea997ee9c79a0 Mon Sep 17 00:00:00 2001
From: 况洋洋 <3283105747@qq.com>
Date: 星期三, 09 七月 2025 12:55:35 +0800
Subject: [PATCH] IQC异常报告修改(增加修改、保存、反审核按钮。明细行增加合格、工废、料废计算)

---
 DevApp/Gs.DevApp/Gs.DevApp.csproj |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/DevApp/Gs.DevApp/Gs.DevApp.csproj b/DevApp/Gs.DevApp/Gs.DevApp.csproj
index 29eabd9..43ca696 100644
--- a/DevApp/Gs.DevApp/Gs.DevApp.csproj
+++ b/DevApp/Gs.DevApp/Gs.DevApp.csproj
@@ -103,6 +103,14 @@
     <Reference Include="FastReport">
       <HintPath>D:\GsMesV2\DevApp\Gs.DevApp\bin\Debug\FastReport.dll</HintPath>
     </Reference>
+    <Reference Include="FastReport.Bars, Version=2013.2.5.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>bin\Debug\FastReport.Bars.dll</HintPath>
+    </Reference>
+    <Reference Include="FastReport.Editor, Version=2013.2.5.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>bin\Debug\FastReport.Editor.dll</HintPath>
+    </Reference>
     <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
       <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
     </Reference>
@@ -232,12 +240,6 @@
     </Compile>
     <Compile Include="DevFrm\BasicData\Frm_MesUnit.Designer.cs">
       <DependentUpon>Frm_MesUnit.cs</DependentUpon>
-    </Compile>
-    <Compile Include="DevFrm\CESI\cesi.cs">
-      <SubType>Form</SubType>
-    </Compile>
-    <Compile Include="DevFrm\CESI\cesi.Designer.cs">
-      <DependentUpon>cesi.cs</DependentUpon>
     </Compile>
     <Compile Include="DevFrm\Ck\Frm_MesCgthSq.cs">
       <SubType>Form</SubType>
@@ -1331,9 +1333,6 @@
     </EmbeddedResource>
     <EmbeddedResource Include="DevFrm\BasicData\Frm_MesUnit.resx">
       <DependentUpon>Frm_MesUnit.cs</DependentUpon>
-    </EmbeddedResource>
-    <EmbeddedResource Include="DevFrm\CESI\cesi.resx">
-      <DependentUpon>cesi.cs</DependentUpon>
     </EmbeddedResource>
     <EmbeddedResource Include="DevFrm\Ck\Frm_MesCgthSq.resx">
       <DependentUpon>Frm_MesCgthSq.cs</DependentUpon>

--
Gitblit v1.9.3