From 8f7fd017ffa14e6b3e2ec0a984e9370d88cb7c09 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 03 四月 2025 08:58:17 +0800
Subject: [PATCH] 修改送货日期
---
CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
index 7b52558..f6872de 100644
--- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
+++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
@@ -1898,6 +1898,7 @@
<Content Include="Pages\business\DeliverPlanShifou.aspx" />
<Content Include="Pages\business\DeliverPlanLishiPrint.aspx" />
<Content Include="Pages\business\DeliverPlanPaicheZhuyishixiang.aspx" />
+ <Content Include="Pages\business\DeliverPlanTimeEdit.aspx" />
<Content Include="Pages\business\SHejiOrderEdit.aspx" />
<Content Include="Pages\business\ShejijijianEdit.aspx" />
<Content Include="Pages\business\ShejijijianList.aspx" />
@@ -3437,6 +3438,16 @@
</Compile>
<Compile Include="Pages\business\DeliverPlanPaicheZhuyishixiang.aspx.designer.cs">
<DependentUpon>DeliverPlanPaicheZhuyishixiang.aspx</DependentUpon>
+ </Compile>
+ <Compile Include="Pages\business\DeliverPlanTimeEdit.aspx.cs">
+ <DependentUpon>DeliverPlanTimeEdit.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
+ </Compile>
+ <Compile Include="Pages\business\DeliverPlanTimeEdit.aspx.designer.cs">
+ <DependentUpon>DeliverPlanTimeEdit.aspx</DependentUpon>
+ </Compile>
+ <Compile Include="Pages\business\FileUploadHandler.ashx.cs">
+ <DependentUpon>FileUploadHandler.ashx</DependentUpon>
</Compile>
<Compile Include="Pages\business\SHejiOrderEdit.aspx.cs">
<DependentUpon>SHejiOrderEdit.aspx</DependentUpon>
@@ -9417,6 +9428,7 @@
<Content Include="Pages\business\SendAllCorEmail.aspx" />
<Content Include="OnlineAdviserLOGO.ashx" />
<None Include="packages.config" />
+ <Content Include="Pages\business\FileUploadHandler.ashx" />
<None Include="Pages\common\skin\Thumbs.db" />
<Content Include="Pages\sysInquiry\CalculatePaperPriceHandler.ashx" />
<Content Include="Pages\Templet\Default\Shared\Company.Master" />
--
Gitblit v1.9.1