From c2c6c5dd4c8a9f68dd7a6be5237f23a21aaa90b7 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期二, 28 九月 2021 09:39:49 +0800
Subject: [PATCH] 工序流转卡组织过滤

---
 WebAPI/WebAPI.csproj |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index f46c7e7..a8dc561 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -331,6 +331,8 @@
     <Compile Include="Controllers\ReportFromController.cs" />
     <Compile Include="Controllers\ReportPlatFormController.cs" />
     <Compile Include="Controllers\SCGL\Sc_MESProductReportBillController.cs" />
+    <Compile Include="Controllers\Sc_MouldRepairOutBillController.cs" />
+    <Compile Include="Controllers\Sc_MouldRepairInBillListController - .cs" />
     <Compile Include="Controllers\Sc_MouldController.cs" />
     <Compile Include="Controllers\Sc_GroupOrderBillController.cs" />
     <Compile Include="Controllers\QC_ManagementController.cs" />
@@ -353,7 +355,7 @@
     <Compile Include="Controllers\LookingForBillController.cs" />
     <Compile Include="Controllers\NewApiController.cs" />
     <Compile Include="Controllers\SCGL\Sc_PPBomBillController.cs" />
-    <Compile Include="Controllers\Sc_CheckToolsRepairWorkBillController.cs" />
+    <Compile Include="Controllers\Sc_CheckToolsRepairWorkBillListController.cs" />
     <Compile Include="Controllers\XSGL\Xs_SeOutStockBackBillController.cs" />
     <Compile Include="Controllers\XSGL\Xs_SeOutStockBillController.cs" />
     <Compile Include="Controllers\XSGL\Xs_SeOrderBillController.cs" />
@@ -382,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" />
@@ -405,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