From a0d38325a97957b37dd755bf732b63f6f7e2a5ff Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 24 十二月 2024 08:40:48 +0800 Subject: [PATCH] 修改外协付款 --- CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj index 3794d34..7e6d851 100644 --- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj +++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj @@ -1883,6 +1883,7 @@ <Content Include="Pages\business\BackVisitNoteEdit.aspx" /> <Content Include="Pages\business\BargainPrice.aspx" /> <Content Include="Pages\business\BargainPriceByFirm.aspx" /> + <Content Include="Pages\business\WaixieOrderPrint.aspx" /> <Content Include="Pages\business\Waixiefukuanweikaipiao.aspx" /> <Content Include="Pages\business\Waixiefukuanfukuan.aspx" /> <Content Include="Pages\business\InvoicingWeiquerenshouru.aspx" /> @@ -2042,6 +2043,7 @@ <Content Include="Pages\common\U_Login.ascx" /> <Content Include="Pages\financial\DepositsCustomershouruqueren.aspx" /> <Content Include="Pages\financial\DepositsCustomerFapiao.aspx" /> + <Content Include="Pages\financial\NewWaixieExpenses.aspx" /> <Content Include="Pages\financial\OutsourcePiliangPayMoney.aspx" /> <Content Include="Pages\financial\WaixieExpenses.aspx" /> <Content Include="Pages\financial\FirmAccountPrint.aspx" /> @@ -3302,6 +3304,13 @@ <Compile Include="Pages\business\BargainPriceByFirm.aspx.designer.cs"> <DependentUpon>BargainPriceByFirm.aspx</DependentUpon> </Compile> + <Compile Include="Pages\business\WaixieOrderPrint.aspx.cs"> + <DependentUpon>WaixieOrderPrint.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\WaixieOrderPrint.aspx.designer.cs"> + <DependentUpon>WaixieOrderPrint.aspx</DependentUpon> + </Compile> <Compile Include="Pages\business\Waixiefukuanweikaipiao.aspx.cs"> <DependentUpon>Waixiefukuanweikaipiao.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> @@ -4415,6 +4424,13 @@ <Compile Include="Pages\financial\DepositsCustomerFapiao.aspx.designer.cs"> <DependentUpon>DepositsCustomerFapiao.aspx</DependentUpon> </Compile> + <Compile Include="Pages\financial\NewWaixieExpenses.aspx.cs"> + <DependentUpon>NewWaixieExpenses.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\financial\NewWaixieExpenses.aspx.designer.cs"> + <DependentUpon>NewWaixieExpenses.aspx</DependentUpon> + </Compile> <Compile Include="Pages\financial\OutsourcePiliangPayMoney.aspx.cs"> <DependentUpon>OutsourcePiliangPayMoney.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> -- Gitblit v1.9.1