From f28db7ad16f62203a7bce6a387265c9358a19b02 Mon Sep 17 00:00:00 2001 From: 沈泽 <211959439@qq.com> Date: 星期四, 23 九月 2021 14:17:53 +0800 Subject: [PATCH] 优化器具分布式调入单单据和列表、器具分布式调入单据和列表、其他入库单单据和列表、其他出库单单据和列表,及其相关按钮功能 --- WebAPI/WebAPI.csproj | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 41d8e30..a8dc561 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -384,10 +384,16 @@ <Compile Include="DLL\ClsSc_MouldDotCheckBill.cs" /> <Compile Include="DLL\ClsSc_MouldLifeChangeBill.cs" /> <Compile Include="DLL\ClsSc_MouldMaintainBill.cs" /> + <Compile Include="DLL\ClsSc_MouldOtherOutBill.cs" /> + <Compile Include="DLL\ClsSc_MouldOtherInBill.cs" /> + <Compile Include="DLL\ClsSc_MouldMoveStockStepOutBill.cs" /> <Compile Include="DLL\ClsSc_MouldProdBackBill.cs" /> <Compile Include="DLL\ClsSc_MouldProdInBill.cs" /> + <Compile Include="DLL\ClsSc_MouldMoveStockStepInBill.cs" /> + <Compile Include="DLL\ClsSc_MouldProdMoveBill.cs" /> <Compile Include="DLL\ClsSc_MouldProdOutBill.cs" /> <Compile Include="DLL\ClsSc_MouldRepairCheckBill.cs" /> + <Compile Include="DLL\ClsSc_MouldRepairInBill.cs" /> <Compile Include="DLL\ClsSc_MouldScrapInBill.cs" /> <Compile Include="DLL\ClsSc_MouldScrapOutBill.cs" /> <Compile Include="DLL\ClsSc_ProcessReport.cs" /> @@ -407,6 +413,8 @@ <Compile Include="Models\ClsSb_EquipRepairWorkBillMain.cs" /> <Compile Include="Models\ClsSc_MouldProdBillMain.cs" /> <Compile Include="Models\ClsSc_MouldProdBillSub.cs" /> + <Compile Include="Models\ClsSc_MouldRepairInBillMain.cs" /> + <Compile Include="Models\ClsSc_MouldRepairInBillSub.cs" /> <Compile Include="Models\Xt_ORGANIZATIONS.cs" /> <Compile Include="Models\ClsSb_EquipRepairWorkBillSub.cs" /> <Compile Include="Models\ClsSc_ICMOBillWorkQtyStatus_Tmp.cs" /> -- Gitblit v1.9.1