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 | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj index f6872de..fe405ce 100644 --- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj +++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj @@ -1899,6 +1899,8 @@ <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" /> @@ -1906,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" /> @@ -3449,6 +3452,20 @@ <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> @@ -3498,6 +3515,13 @@ <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> <SubType>ASPXCodeBehind</SubType> -- Gitblit v1.9.1