From 19ba8796510e5b5835c355530128df9e51e308aa Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 09 九月 2025 14:15:21 +0800
Subject: [PATCH] 条码生成打印,物料校验

---
 WebAPI/WebAPI.csproj |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 99907d7..faeb5c1 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -102,7 +102,7 @@
     </Reference>
     <Reference Include="Newtonsoft.Json, Version=13.0.1.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\Newtonsoft鏂囦欢\Newtonsoft.Json.dll</HintPath>
+      <HintPath>..\..\NewtonsoftJson\Newtonsoft.Json.dll</HintPath>
     </Reference>
     <Reference Include="NPOI, Version=2.5.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
       <HintPath>..\packages\NPOI.2.5.6\lib\net45\NPOI.dll</HintPath>
@@ -180,6 +180,7 @@
     </Reference>
   </ItemGroup>
   <ItemGroup>
+    <Content Include="Content\Site.css" />
     <Content Include="DLL\BLL.dll" />
     <Content Include="DLL\DAL.dll" />
     <Content Include="DLL\DBUtility.dll" />
@@ -213,6 +214,7 @@
     <Compile Include="Code\Test2.cs" />
     <Compile Include="Code\TestDAL.cs" />
     <Compile Include="Controllers\BasicInfoController.cs" />
+    <Compile Include="Controllers\MaterialHandingController.cs" />
     <Compile Include="Controllers\POStockOutBillController.cs" />
     <Compile Include="Controllers\POStockInBillController.cs" />
     <Compile Include="Controllers\QuotePriceBilController.cs" />
@@ -227,6 +229,7 @@
     <Compile Include="Controllers\POOrderController.cs" />
     <Compile Include="Controllers\PublicPageMethodController.cs" />
     <Compile Include="Controllers\ReportController.cs" />
+    <Compile Include="Controllers\SRM_MaterialBarCodeBillController.cs" />
     <Compile Include="Controllers\SupMaterPackController.cs" />
     <Compile Include="Controllers\Xt_grdAlignment_WMESController.cs" />
     <Compile Include="DLL\ClsCg_POInStockBills.cs" />
@@ -237,6 +240,8 @@
     <Compile Include="Models\ClsCg_POInStockBill.cs" />
     <Compile Include="Models\ClsCg_POInStockBillMains.cs" />
     <Compile Include="Models\ClsCg_POInStockBillSubs.cs" />
+    <Compile Include="Models\ClsGy_MaterialBarCodeBillModel.cs" />
+    <Compile Include="Models\Cls_MaterialHandingModel.cs" />
     <Compile Include="Models\json.cs" />
     <Compile Include="Controllers\WebAPIController.cs" />
     <Compile Include="Global.asax.cs">
@@ -258,6 +263,10 @@
     <None Include="Properties\PublishProfiles\SRMAPI.pubxml" />
     <None Include="Properties\PublishProfiles\WEBAPI.pubxml" />
     <None Include="Properties\PublishProfiles\WEBAPIConfig.pubxml" />
+    <Content Include="Views\Shared\Error.cshtml" />
+    <Content Include="Views\_ViewStart.cshtml" />
+    <Content Include="Views\Shared\_Layout.cshtml" />
+    <Content Include="Views\web.config" />
     <None Include="Web.Debug.config">
       <DependentUpon>Web.config</DependentUpon>
     </None>
@@ -267,6 +276,9 @@
   </ItemGroup>
   <ItemGroup>
     <Folder Include="App_Data\" />
+    <Folder Include="Data\" />
+    <Folder Include="Views\MaterialHanding\" />
+    <Folder Include="Views\SRM_MaterialBarCodeBill\" />
   </ItemGroup>
   <PropertyGroup>
     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>

--
Gitblit v1.9.1