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

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

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 41d8e30..6d6663e 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -323,6 +323,7 @@
     <Compile Include="Controllers\MJGL\Sc_MouldProdMoveBillListController.cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldMoveStockStepOutBillController.cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldProdInBillController.cs" />
+    <Compile Include="Controllers\MJGL\Sc_MouldRepairOutBillController.cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldScrapInBillController.cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldOtherOutBillController.cs" />
     <Compile Include="Controllers\MJJY\Mj_PDA_MoudlCheckController.cs" />
@@ -384,10 +385,17 @@
     <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_MouldRepairOutBill.cs" />
     <Compile Include="DLL\ClsSc_MouldScrapInBill.cs" />
     <Compile Include="DLL\ClsSc_MouldScrapOutBill.cs" />
     <Compile Include="DLL\ClsSc_ProcessReport.cs" />
@@ -407,6 +415,10 @@
     <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\ClsSc_MouldRepairOutBillMain.cs" />
+    <Compile Include="Models\ClsSc_MouldRepairOutBillSub.cs" />
     <Compile Include="Models\Xt_ORGANIZATIONS.cs" />
     <Compile Include="Models\ClsSb_EquipRepairWorkBillSub.cs" />
     <Compile Include="Models\ClsSc_ICMOBillWorkQtyStatus_Tmp.cs" />
@@ -556,6 +568,7 @@
     <Folder Include="App_Data\" />
     <Folder Include="Views\MoveStockBill\" />
     <Folder Include="Views\QC_Management\" />
+    <Folder Include="Views\Sc_MouldRepairOutBill\" />
   </ItemGroup>
   <ItemGroup>
     <WCFMetadata Include="Service References\" />

--
Gitblit v1.9.1