From 84f9a6812122e59ba862d2e72c743b29c7ed5f48 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 25 十二月 2024 08:42:13 +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 7e6d851..0c874d2 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\Caigoufukuanshenqing.aspx" /> <Content Include="Pages\business\WaixieOrderPrint.aspx" /> <Content Include="Pages\business\Waixiefukuanweikaipiao.aspx" /> <Content Include="Pages\business\Waixiefukuanfukuan.aspx" /> @@ -2045,6 +2046,7 @@ <Content Include="Pages\financial\DepositsCustomerFapiao.aspx" /> <Content Include="Pages\financial\NewWaixieExpenses.aspx" /> <Content Include="Pages\financial\OutsourcePiliangPayMoney.aspx" /> + <Content Include="Pages\financial\CaigouPayEdit.aspx" /> <Content Include="Pages\financial\WaixieExpenses.aspx" /> <Content Include="Pages\financial\FirmAccountPrint.aspx" /> <Content Include="Pages\financial\FirmAccountPrintTable.aspx" /> @@ -3304,6 +3306,13 @@ <Compile Include="Pages\business\BargainPriceByFirm.aspx.designer.cs"> <DependentUpon>BargainPriceByFirm.aspx</DependentUpon> </Compile> + <Compile Include="Pages\business\Caigoufukuanshenqing.aspx.cs"> + <DependentUpon>Caigoufukuanshenqing.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\Caigoufukuanshenqing.aspx.designer.cs"> + <DependentUpon>Caigoufukuanshenqing.aspx</DependentUpon> + </Compile> <Compile Include="Pages\business\WaixieOrderPrint.aspx.cs"> <DependentUpon>WaixieOrderPrint.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> @@ -4438,6 +4447,13 @@ <Compile Include="Pages\financial\OutsourcePiliangPayMoney.aspx.designer.cs"> <DependentUpon>OutsourcePiliangPayMoney.aspx</DependentUpon> </Compile> + <Compile Include="Pages\financial\CaigouPayEdit.aspx.cs"> + <DependentUpon>CaigouPayEdit.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\financial\CaigouPayEdit.aspx.designer.cs"> + <DependentUpon>CaigouPayEdit.aspx</DependentUpon> + </Compile> <Compile Include="Pages\financial\WaixieExpenses.aspx.cs"> <DependentUpon>WaixieExpenses.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> -- Gitblit v1.9.1