From 7851519eea367e32816bbe54572220c6a2684127 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 09 九月 2021 13:19:02 +0800 Subject: [PATCH] 3、业务管理-开票申请 和 财务管理-开票确认, “开票状态”:全部、已开票、未开票,默认“未开票” 字典设置--开票申请, 修改为已开票、未开票 --- CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj index af9bafd..6eac3c9 100644 --- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj +++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj @@ -1988,6 +1988,7 @@ <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\OrderMoneyBatchReceive.aspx" /> <Content Include="Pages\financial\OutsourcePayMoney.aspx" /> <Content Include="Pages\financial\OutsourcePayOrder.aspx" /> @@ -4172,6 +4173,13 @@ <Compile Include="Pages\financial\MemberOrderPayList.aspx.designer.cs"> <DependentUpon>MemberOrderPayList.aspx</DependentUpon> </Compile> + <Compile Include="Pages\financial\OrderFinancialPrint.aspx.cs"> + <DependentUpon>OrderFinancialPrint.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\financial\OrderFinancialPrint.aspx.designer.cs"> + <DependentUpon>OrderFinancialPrint.aspx</DependentUpon> + </Compile> <Compile Include="Pages\financial\OrderMoneyBatchReceive.aspx.cs"> <DependentUpon>OrderMoneyBatchReceive.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> -- Gitblit v1.9.1