From 2f4a49241722b1c17041fcba565a04e4ff99c8a0 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期一, 05 二月 2024 15:37:22 +0800 Subject: [PATCH] 增加 应收单编辑模块, 单据列表。 源单为 销售出库单和 销售订单; --- WebAPI/WebAPI.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 609fcda..0212329 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -465,6 +465,7 @@ <Compile Include="Controllers\Sc_ProcessMangementController.cs" /> <Compile Include="Controllers\Sc_ProcessReportController.cs" /> <Compile Include="Controllers\XSGL\Kf_ICStockBackBillController.cs" /> + <Compile Include="Controllers\XSGL\Xs_ReceivableBillController.cs" /> <Compile Include="Controllers\XSGL\YS_ContactBalController.cs" /> <Compile Include="Controllers\XSGL\Xs_SeOrderChangeBillController.cs" /> <Compile Include="Controllers\XSGL\Xs_ExceptiveCheckRequestBillController.cs" /> -- Gitblit v1.9.1