From 0502297816830e49fa767c2c7762fd1c0b99ee45 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期二, 10 九月 2024 10:02:08 +0800 Subject: [PATCH] 新增添康到货确认模块;条码生成模块添康科技客户只加载批次条码类型 --- WebAPI/WebAPI.csproj | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 5b7624c..2534a00 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -279,6 +279,7 @@ <Content Include="Views\Scripts\bootstrap.min.js" /> <Content Include="Config\kdapi.config" /> <Content Include="libman.json" /> + <None Include="Properties\PublishProfiles\FolderProfilewtt.pubxml" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> @@ -435,6 +436,7 @@ <Compile Include="Controllers\CJGL\Cj_SendGoodsBillController.cs" /> <Compile Include="Controllers\CJGL\Mes_OrderProcFlowAllReportController.cs" /> <Compile Include="Controllers\CJGL\Gy_MaterPreventErrMouldBillController.cs" /> + <Compile Include="Controllers\SCGL\Sc_ProductionReportsController.cs" /> <Compile Include="Controllers\浠撳瓨绠$悊\Kf_MoveStockBillController.cs" /> <Compile Include="Controllers\鍝佽川绠$悊\璐ㄩ噺鏈堝害鐩爣鍗昞QC_MonthTarGetBillController.cs" /> <Compile Include="Controllers\CJGL\Qc_PreventErrMouldCheckBillController.cs" /> @@ -762,6 +764,7 @@ <Compile Include="DLL\ClsSb_EquipMaintainRuleBill.cs" /> <Compile Include="DLL\ClsSb_EquipRepairCheckBill.cs" /> <Compile Include="DLL\ClsSb_EquipRepairSendWorkBill.cs" /> + <Compile Include="DLL\ClsSb_EquipRepairSignBill.cs" /> <Compile Include="DLL\ClsSb_EquipRepairWorkBill.cs" /> <Compile Include="DLL\ClsSb_MouldRepairWorkBill.cs" /> <Compile Include="DLL\ClsSc_ICMOBillWorkQtyStatus_Tmp.cs" /> @@ -796,6 +799,8 @@ <Compile Include="Models\ClsGy_SupMaterial.cs" /> <Compile Include="Models\ClsGy_EquipFileBillSub_DotCheckRule.cs" /> <Compile Include="Models\ClsGy_EquipFileBillSub_MaintainRule.cs" /> + <Compile Include="Models\ClsSb_EquipRepairSignBillMain.cs" /> + <Compile Include="Models\ClsSb_EquipRepairSignBillSub.cs" /> <Compile Include="Models\ClsSc_AssemblyBillMain.cs" /> <Compile Include="Models\ClsSc_AssemblyBillSub.cs" /> <Compile Include="Models\ClsSc_MESBeginWorkBillSub_RelationBill.cs" /> @@ -1241,6 +1246,10 @@ <Project>{0a4ef483-d8d3-49a5-8378-974ef7993365}</Project> <Name>SQLHelper</Name> </ProjectReference> + <ProjectReference Include="..\SyntacticSugar\SyntacticSugar.csproj"> + <Project>{AFD44036-A391-4A68-BD73-37BABFC1605E}</Project> + <Name>SyntacticSugar</Name> + </ProjectReference> </ItemGroup> <ItemGroup> <WebReferenceUrl Include="http://192.168.0.81/WEBS-WMS/WebService1.asmx"> -- Gitblit v1.9.1