From 8407814ada8254db1a97f2f4c4d5a29a9006d1ad Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期一, 27 九月 2021 17:39:38 +0800
Subject: [PATCH] 器具编辑改制出库列表+编辑

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

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 000abe6..0f409c5 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" />
@@ -391,6 +392,7 @@
     <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" />
@@ -412,6 +414,8 @@
     <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" />
@@ -561,6 +565,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