From 711fc30d62069784f461426d8c00a30dfd54e1a9 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 17 十二月 2025 12:14:11 +0800
Subject: [PATCH] 20251217 逾期款项列表的“未收款金额”下面加个合计
---
CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
index e790a21..7287f35 100644
--- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
+++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
@@ -1889,6 +1889,8 @@
<Content Include="Pages\business\Baozhengjinfukuan.aspx" />
<Content Include="Pages\business\BaozhengjinCuishou.aspx" />
<Content Include="Pages\business\DeliverPlanDakaList.aspx" />
+ <Content Include="Pages\business\DeliverWorkBookAnPaiEdit.aspx" />
+ <Content Include="Pages\business\DeliverWorkBookAnPai.aspx" />
<Content Include="Pages\business\DeliverPlanWentiOrder.aspx" />
<Content Include="Pages\business\DeliverPlanWentiAdd.aspx" />
<Content Include="Pages\business\DeliverPlanWentiEdit.aspx" />
@@ -1904,6 +1906,9 @@
<Content Include="Pages\business\DeliverPlanLishiPrint.aspx" />
<Content Include="Pages\business\DeliverPlanPaicheZhuyishixiang.aspx" />
<Content Include="Pages\business\DeliverPlanTimeEdit.aspx" />
+ <Content Include="Pages\business\DeliverWorkBookLiShiAnPaiList.aspx" />
+ <Content Include="Pages\business\DeliverWorkBookAnPaiList.aspx" />
+ <Content Include="Pages\business\DeliverWorkBookAnPaiDetail.aspx" />
<Content Include="Pages\business\DeliverWorkBookPandian.aspx" />
<Content Include="Pages\business\DeliverWorkBookFahuo.aspx" />
<Content Include="Pages\business\DeliverWorkBookfahuoqingkuang.aspx" />
@@ -3409,6 +3414,20 @@
<Compile Include="Pages\business\DeliverPlanDakaList.aspx.designer.cs">
<DependentUpon>DeliverPlanDakaList.aspx</DependentUpon>
</Compile>
+ <Compile Include="Pages\business\DeliverWorkBookAnPaiEdit.aspx.cs">
+ <DependentUpon>DeliverWorkBookAnPaiEdit.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
+ </Compile>
+ <Compile Include="Pages\business\DeliverWorkBookAnPaiEdit.aspx.designer.cs">
+ <DependentUpon>DeliverWorkBookAnPaiEdit.aspx</DependentUpon>
+ </Compile>
+ <Compile Include="Pages\business\DeliverWorkBookAnPai.aspx.cs">
+ <DependentUpon>DeliverWorkBookAnPai.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
+ </Compile>
+ <Compile Include="Pages\business\DeliverWorkBookAnPai.aspx.designer.cs">
+ <DependentUpon>DeliverWorkBookAnPai.aspx</DependentUpon>
+ </Compile>
<Compile Include="Pages\business\DeliverPlanWentiOrder.aspx.cs">
<DependentUpon>DeliverPlanWentiOrder.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -3514,6 +3533,27 @@
<Compile Include="Pages\business\DeliverPlanTimeEdit.aspx.designer.cs">
<DependentUpon>DeliverPlanTimeEdit.aspx</DependentUpon>
</Compile>
+ <Compile Include="Pages\business\DeliverWorkBookLiShiAnPaiList.aspx.cs">
+ <DependentUpon>DeliverWorkBookLiShiAnPaiList.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
+ </Compile>
+ <Compile Include="Pages\business\DeliverWorkBookLiShiAnPaiList.aspx.designer.cs">
+ <DependentUpon>DeliverWorkBookLiShiAnPaiList.aspx</DependentUpon>
+ </Compile>
+ <Compile Include="Pages\business\DeliverWorkBookAnPaiList.aspx.cs">
+ <DependentUpon>DeliverWorkBookAnPaiList.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
+ </Compile>
+ <Compile Include="Pages\business\DeliverWorkBookAnPaiList.aspx.designer.cs">
+ <DependentUpon>DeliverWorkBookAnPaiList.aspx</DependentUpon>
+ </Compile>
+ <Compile Include="Pages\business\DeliverWorkBookAnPaiDetail.aspx.cs">
+ <DependentUpon>DeliverWorkBookAnPaiDetail.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
+ </Compile>
+ <Compile Include="Pages\business\DeliverWorkBookAnPaiDetail.aspx.designer.cs">
+ <DependentUpon>DeliverWorkBookAnPaiDetail.aspx</DependentUpon>
+ </Compile>
<Compile Include="Pages\business\DeliverWorkBookPandian.aspx.cs">
<DependentUpon>DeliverWorkBookPandian.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
--
Gitblit v1.9.1