From 2f1e5677f07865c998d62b623cf40bf51a9e2b55 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期五, 13 一月 2023 18:52:54 +0800 Subject: [PATCH] 单据同步(收料通知单;采购订单;退料通知单;生产订单;生产用料清单;销售订单;发货通知单;退货通知单;生产汇报单) --- WebAPI/WebAPI.csproj | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 89666f3..85c001b 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -397,11 +397,11 @@ <Compile Include="Controllers\MJGL\Sc_MouldScrapRequestBillController.cs" /> <Compile Include="Controllers\MJGL\Sc_MouldStatusChangeBillController.cs" /> <Compile Include="Controllers\Pay_ReportController.cs" /> + <Compile Include="Controllers\SBGL\SBTC\Sb_EquipStockInCheckBillController.cs" /> + <Compile Include="Controllers\SBGL\SBTC\Sb_EquipWorkBeforeCheckBillController.cs" /> <Compile Include="Controllers\SBGL\Sb_EquipSparepartsBillController.cs" /> <Compile Include="Controllers\SBGL\Sb_EquipSparepartsChangeBillController.cs" /> <Compile Include="Controllers\SBGL\Sb_EquipStatusChangeBillController.cs" /> - <Compile Include="Controllers\SBGL\SBTC\Sb_EquipStockInCheckBillController.cs" /> - <Compile Include="Controllers\SBGL\SBTC\Sb_EquipWorkBeforeCheckBillController.cs" /> <Compile Include="Controllers\SBGL\Sb_EquipWorkBeforeCheckBillController.cs" /> <Compile Include="Controllers\SBGL\Sb_EquipStockInCheckBillController.cs" /> <Compile Include="Controllers\SCGL\Sc_ComplementGoodBill_ZXBZController.cs" /> @@ -958,7 +958,6 @@ <Folder Include="Views\Sb_EquipStatusChangeBill\" /> <Folder Include="Views\Sb_EquipStockInCheckBill\" /> <Folder Include="Views\Sb_EquipWorkBeforeCheckBill\" /> - <Folder Include="Views\Sb_EquipStockInCheckBill\" /> <Folder Include="Views\Sc_CallGoodsBackRequestBill\" /> <Folder Include="Views\Sc_ComplementGoodBill\" /> <Folder Include="Views\Sc_ComplementGoodBill_ZXBZ\" /> -- Gitblit v1.9.1