From 5782e6fb084441dcf26db0b1aaf33e39204142b8 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 15 四月 2025 08:52:33 +0800
Subject: [PATCH] 20250220设计订单菜单 会员菜单下 设计管理 12 会员菜单下 设计管理 01 会员菜单下 设计管理下 设计记件 /Pages/business/ShejijijianList.aspx 05 会员菜单下 设计管理下 新增订单 /Pages/business/ShejiOrderEdit.aspx 01 会员菜单下 设计管理下 订单管理 /Pages/business/ShejiOrderList.aspx 02
---
CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
index 7b52558..fe405ce 100644
--- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
+++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
@@ -1898,6 +1898,9 @@
<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\ShejiOrderDeatil.aspx" />
+ <Content Include="Pages\business\ShejiOrderList.aspx" />
<Content Include="Pages\business\SHejiOrderEdit.aspx" />
<Content Include="Pages\business\ShejijijianEdit.aspx" />
<Content Include="Pages\business\ShejijijianList.aspx" />
@@ -1905,6 +1908,7 @@
<Content Include="Pages\business\OrderSonghuoanchiList.aspx" />
<Content Include="Pages\business\OrderUpLoadLiuyang.aspx" />
<Content Include="Pages\business\ShiJuanBiaoQianList.aspx" />
+ <Content Include="Pages\business\ShejiOrderxiadan.aspx" />
<Content Include="Pages\business\WaixieOrderPrint.aspx" />
<Content Include="Pages\business\Waixiefukuanweikaipiao.aspx" />
<Content Include="Pages\business\Waixiefukuanfukuan.aspx" />
@@ -3438,6 +3442,30 @@
<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\ShejiOrderDeatil.aspx.cs">
+ <DependentUpon>ShejiOrderDeatil.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
+ </Compile>
+ <Compile Include="Pages\business\ShejiOrderDeatil.aspx.designer.cs">
+ <DependentUpon>ShejiOrderDeatil.aspx</DependentUpon>
+ </Compile>
+ <Compile Include="Pages\business\ShejiOrderList.aspx.cs">
+ <DependentUpon>ShejiOrderList.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
+ </Compile>
+ <Compile Include="Pages\business\ShejiOrderList.aspx.designer.cs">
+ <DependentUpon>ShejiOrderList.aspx</DependentUpon>
+ </Compile>
<Compile Include="Pages\business\SHejiOrderEdit.aspx.cs">
<DependentUpon>SHejiOrderEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -3486,6 +3514,13 @@
</Compile>
<Compile Include="Pages\business\ShiJuanBiaoQianList.aspx.designer.cs">
<DependentUpon>ShiJuanBiaoQianList.aspx</DependentUpon>
+ </Compile>
+ <Compile Include="Pages\business\ShejiOrderxiadan.aspx.cs">
+ <DependentUpon>ShejiOrderxiadan.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
+ </Compile>
+ <Compile Include="Pages\business\ShejiOrderxiadan.aspx.designer.cs">
+ <DependentUpon>ShejiOrderxiadan.aspx</DependentUpon>
</Compile>
<Compile Include="Pages\business\WaixieOrderPrint.aspx.cs">
<DependentUpon>WaixieOrderPrint.aspx</DependentUpon>
@@ -9417,6 +9452,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