From 314d6827979230257e0d3fa46dafbb7cc4978e26 Mon Sep 17 00:00:00 2001 From: 仲国强 <519541279@qq.com> Date: 星期四, 23 九月 2021 21:13:33 +0800 Subject: [PATCH] 1、解决凯贝奈特工序保存后自动刷新问题。2、解决智见工序流转卡拆分报错问题。 --- WebAPI/WebAPI.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 000abe6..a8dc561 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -384,6 +384,9 @@ <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" /> -- Gitblit v1.9.1