From 805ec15cc48310e634be0f597fbba6da506d5519 Mon Sep 17 00:00:00 2001 From: 仲国强 <519541279@qq.com> Date: 星期四, 16 九月 2021 16:07:14 +0800 Subject: [PATCH] 1、工序委外接收单新增修改、审核、反审核功能。 2、修复工序流转卡保存未保存委外标记问题。 --- WebAPI/WebAPI.csproj | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index f46c7e7..41d8e30 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" /> -- Gitblit v1.9.1