From 176106cf1be8bb0dfd9921180b26d7cc9efb7a3d Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 16 十二月 2024 08:52:39 +0800 Subject: [PATCH] 外协付款申请功能 --- CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj index 176aa57..f2d4dbe 100644 --- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj +++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj @@ -1883,9 +1883,12 @@ <Content Include="Pages\business\BackVisitNoteEdit.aspx" /> <Content Include="Pages\business\BargainPrice.aspx" /> <Content Include="Pages\business\BargainPriceByFirm.aspx" /> + <Content Include="Pages\business\Waixiefukuanweikaipiao.aspx" /> + <Content Include="Pages\business\Waixiefukuanfukuan.aspx" /> <Content Include="Pages\business\InvoicingWeiquerenshouru.aspx" /> <Content Include="Pages\business\InvoicingHuikuan.aspx" /> <Content Include="Pages\business\InvoicingCuishou.aspx" /> + <Content Include="Pages\business\Waixiefukuanshenqing.aspx" /> <Content Include="Pages\business\kaipiaoKehu.aspx" /> <Content Include="Pages\business\OrderListBatchKaipiao.aspx" /> <Content Include="Pages\business\WorkBookUpLoad.aspx" /> @@ -2039,6 +2042,7 @@ <Content Include="Pages\common\U_Login.ascx" /> <Content Include="Pages\financial\DepositsCustomershouruqueren.aspx" /> <Content Include="Pages\financial\DepositsCustomerFapiao.aspx" /> + <Content Include="Pages\financial\WaixieExpenses.aspx" /> <Content Include="Pages\financial\FirmAccountPrint.aspx" /> <Content Include="Pages\financial\FirmAccountPrintTable.aspx" /> <Content Include="Pages\financial\InvoicingShouruqueren.aspx" /> @@ -3294,6 +3298,20 @@ <Compile Include="Pages\business\BargainPriceByFirm.aspx.designer.cs"> <DependentUpon>BargainPriceByFirm.aspx</DependentUpon> </Compile> + <Compile Include="Pages\business\Waixiefukuanweikaipiao.aspx.cs"> + <DependentUpon>Waixiefukuanweikaipiao.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\Waixiefukuanweikaipiao.aspx.designer.cs"> + <DependentUpon>Waixiefukuanweikaipiao.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\Waixiefukuanfukuan.aspx.cs"> + <DependentUpon>Waixiefukuanfukuan.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\Waixiefukuanfukuan.aspx.designer.cs"> + <DependentUpon>Waixiefukuanfukuan.aspx</DependentUpon> + </Compile> <Compile Include="Pages\business\InvoicingWeiquerenshouru.aspx.cs"> <DependentUpon>InvoicingWeiquerenshouru.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> @@ -3314,6 +3332,13 @@ </Compile> <Compile Include="Pages\business\InvoicingCuishou.aspx.designer.cs"> <DependentUpon>InvoicingCuishou.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\Waixiefukuanshenqing.aspx.cs"> + <DependentUpon>Waixiefukuanshenqing.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\Waixiefukuanshenqing.aspx.designer.cs"> + <DependentUpon>Waixiefukuanshenqing.aspx</DependentUpon> </Compile> <Compile Include="Pages\business\kaipiaoKehu.aspx.cs"> <DependentUpon>kaipiaoKehu.aspx</DependentUpon> @@ -4386,6 +4411,13 @@ <Compile Include="Pages\financial\DepositsCustomerFapiao.aspx.designer.cs"> <DependentUpon>DepositsCustomerFapiao.aspx</DependentUpon> </Compile> + <Compile Include="Pages\financial\WaixieExpenses.aspx.cs"> + <DependentUpon>WaixieExpenses.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\financial\WaixieExpenses.aspx.designer.cs"> + <DependentUpon>WaixieExpenses.aspx</DependentUpon> + </Compile> <Compile Include="Pages\financial\FirmAccountPrint.aspx.cs"> <DependentUpon>FirmAccountPrint.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> -- Gitblit v1.9.1