From 58cc59639e3ca32896d6db5d0c261ff63848a30d Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 15 九月 2025 15:04:37 +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 d19cdcc..4362386 100644
--- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
+++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
@@ -1908,6 +1908,7 @@
     <Content Include="Pages\business\SHejiOrderEdit.aspx" />
     <Content Include="Pages\business\ShejijijianEdit.aspx" />
     <Content Include="Pages\business\ShejijijianList.aspx" />
+    <Content Include="Pages\business\ShejiOrderjiesuan.aspx" />
     <Content Include="Pages\business\ShiJuanBiaoQianPrint.aspx" />
     <Content Include="Pages\business\OrderSonghuoanchiList.aspx" />
     <Content Include="Pages\business\OrderUpLoadLiuyang.aspx" />
@@ -2804,6 +2805,7 @@
     <Content Include="Pages\work\BaoxiaoFukuanList.aspx" />
     <Content Include="Pages\work\BaoxiaoPiliangReply.aspx" />
     <Content Include="Pages\work\BaoxiaoReplyList.aspx" />
+    <Content Include="Pages\work\MyvisitDetail.aspx" />
     <Content Include="Pages\work\MyPlanAdd.aspx" />
     <Content Include="Pages\work\MyPlanList.aspx" />
     <Content Include="Pages\work\MyBaoxiaoAdd.aspx" />
@@ -3526,6 +3528,13 @@
     </Compile>
     <Compile Include="Pages\business\ShejijijianList.aspx.designer.cs">
       <DependentUpon>ShejijijianList.aspx</DependentUpon>
+    </Compile>
+    <Compile Include="Pages\business\ShejiOrderjiesuan.aspx.cs">
+      <DependentUpon>ShejiOrderjiesuan.aspx</DependentUpon>
+      <SubType>ASPXCodeBehind</SubType>
+    </Compile>
+    <Compile Include="Pages\business\ShejiOrderjiesuan.aspx.designer.cs">
+      <DependentUpon>ShejiOrderjiesuan.aspx</DependentUpon>
     </Compile>
     <Compile Include="Pages\business\ShiJuanBiaoQianPrint.aspx.cs">
       <DependentUpon>ShiJuanBiaoQianPrint.aspx</DependentUpon>
@@ -9207,6 +9216,13 @@
     <Compile Include="Pages\work\BaoxiaoReplyList.aspx.designer.cs">
       <DependentUpon>BaoxiaoReplyList.aspx</DependentUpon>
     </Compile>
+    <Compile Include="Pages\work\MyvisitDetail.aspx.cs">
+      <DependentUpon>MyvisitDetail.aspx</DependentUpon>
+      <SubType>ASPXCodeBehind</SubType>
+    </Compile>
+    <Compile Include="Pages\work\MyvisitDetail.aspx.designer.cs">
+      <DependentUpon>MyvisitDetail.aspx</DependentUpon>
+    </Compile>
     <Compile Include="Pages\work\MyPlanAdd.aspx.cs">
       <DependentUpon>MyPlanAdd.aspx</DependentUpon>
       <SubType>ASPXCodeBehind</SubType>

--
Gitblit v1.9.1