From b09f6b3f255fde37ca2d30375385fd7594f693b1 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期三, 22 九月 2021 17:39:33 +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 41d8e30..000abe6 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -386,8 +386,11 @@
<Compile Include="DLL\ClsSc_MouldMaintainBill.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 +410,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