From 991dbfbad93e1cb12d589b02100ac81a847a72f8 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 05 十二月 2024 08:42:56 +0800 Subject: [PATCH] 增加客户预存款开票 --- CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 48 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj index ef2b784..49d4d82 100644 --- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj +++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj @@ -1883,6 +1883,10 @@ <Content Include="Pages\business\BackVisitNoteEdit.aspx" /> <Content Include="Pages\business\BargainPrice.aspx" /> <Content Include="Pages\business\BargainPriceByFirm.aspx" /> + <Content Include="Pages\business\InvoicingHuikuan.aspx" /> + <Content Include="Pages\business\InvoicingCuishou.aspx" /> + <Content Include="Pages\business\kaipiaoKehu.aspx" /> + <Content Include="Pages\business\OrderListBatchKaipiao.aspx" /> <Content Include="Pages\business\WorkBookUpLoad.aspx" /> <Content Include="Pages\business\DeliverWorkBookSonghuo.aspx" /> <Content Include="Pages\business\DeliverWorkBookPrint.aspx" /> @@ -2032,11 +2036,13 @@ <Content Include="Pages\common\U_Info.ascx" /> <Content Include="Pages\common\U_Link.ascx" /> <Content Include="Pages\common\U_Login.ascx" /> + <Content Include="Pages\financial\DepositsCustomerFapiao.aspx" /> <Content Include="Pages\financial\FirmAccountPrint.aspx" /> <Content Include="Pages\financial\FirmAccountPrintTable.aspx" /> <Content Include="Pages\financial\MemberOrderMoneyReceive.aspx" /> <Content Include="Pages\financial\MemberOrderPayList.aspx" /> <Content Include="Pages\financial\OrderFinancialPrint.aspx" /> + <Content Include="Pages\financial\InvoicingShoukuan.aspx" /> <Content Include="Pages\financial\OrderMoneyBatchReceive.aspx" /> <Content Include="Pages\financial\OutsourcePayMoney.aspx" /> <Content Include="Pages\financial\OutsourcePayOrder.aspx" /> @@ -3285,6 +3291,34 @@ <Compile Include="Pages\business\BargainPriceByFirm.aspx.designer.cs"> <DependentUpon>BargainPriceByFirm.aspx</DependentUpon> </Compile> + <Compile Include="Pages\business\InvoicingHuikuan.aspx.cs"> + <DependentUpon>InvoicingHuikuan.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\InvoicingHuikuan.aspx.designer.cs"> + <DependentUpon>InvoicingHuikuan.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\InvoicingCuishou.aspx.cs"> + <DependentUpon>InvoicingCuishou.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\InvoicingCuishou.aspx.designer.cs"> + <DependentUpon>InvoicingCuishou.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\kaipiaoKehu.aspx.cs"> + <DependentUpon>kaipiaoKehu.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\kaipiaoKehu.aspx.designer.cs"> + <DependentUpon>kaipiaoKehu.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\OrderListBatchKaipiao.aspx.cs"> + <DependentUpon>OrderListBatchKaipiao.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\OrderListBatchKaipiao.aspx.designer.cs"> + <DependentUpon>OrderListBatchKaipiao.aspx</DependentUpon> + </Compile> <Compile Include="Pages\business\WorkBookUpLoad.aspx.cs"> <DependentUpon>WorkBookUpLoad.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> @@ -4328,6 +4362,13 @@ <Compile Include="Pages\common\U_Login.ascx.designer.cs"> <DependentUpon>U_Login.ascx</DependentUpon> </Compile> + <Compile Include="Pages\financial\DepositsCustomerFapiao.aspx.cs"> + <DependentUpon>DepositsCustomerFapiao.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\financial\DepositsCustomerFapiao.aspx.designer.cs"> + <DependentUpon>DepositsCustomerFapiao.aspx</DependentUpon> + </Compile> <Compile Include="Pages\financial\FirmAccountPrint.aspx.cs"> <DependentUpon>FirmAccountPrint.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> @@ -4363,6 +4404,13 @@ <Compile Include="Pages\financial\OrderFinancialPrint.aspx.designer.cs"> <DependentUpon>OrderFinancialPrint.aspx</DependentUpon> </Compile> + <Compile Include="Pages\financial\InvoicingShoukuan.aspx.cs"> + <DependentUpon>InvoicingShoukuan.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\financial\InvoicingShoukuan.aspx.designer.cs"> + <DependentUpon>InvoicingShoukuan.aspx</DependentUpon> + </Compile> <Compile Include="Pages\financial\OrderMoneyBatchReceive.aspx.cs"> <DependentUpon>OrderMoneyBatchReceive.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> -- Gitblit v1.9.1