From 0fb5eab0d6787922d3e915543e95fe5073d767ff Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 13 三月 2025 08:48:13 +0800 Subject: [PATCH] 派了车就不能再派车了 派车的时候选择新的送货时间和填写注意事项 完成 --- 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 d39ebaf..830deba 100644 --- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj +++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj @@ -1887,12 +1887,17 @@ <Content Include="Pages\business\Caigoufukuanshenqing.aspx" /> <Content Include="Pages\business\Baozhengjinfukuan.aspx" /> <Content Include="Pages\business\BaozhengjinCuishou.aspx" /> + <Content Include="Pages\business\DeliverPlanDakaList.aspx" /> + <Content Include="Pages\business\DeliverPlanPaicheEdit.aspx" /> <Content Include="Pages\business\DeliverPlanFujianShow.aspx" /> <Content Include="Pages\business\DeliverPlanLishiList.aspx" /> + <Content Include="Pages\business\DeliverPlanPaicheList.aspx" /> + <Content Include="Pages\business\DeliverPlanChehui.aspx" /> <Content Include="Pages\business\DeliverPlanYijiao.aspx" /> <Content Include="Pages\business\DeliverPlanPaiche.aspx" /> <Content Include="Pages\business\DeliverPlanShifou.aspx" /> <Content Include="Pages\business\DeliverPlanLishiPrint.aspx" /> + <Content Include="Pages\business\DeliverPlanPaicheZhuyishixiang.aspx" /> <Content Include="Pages\business\OrderSonghuoanchiList.aspx" /> <Content Include="Pages\business\OrderUpLoadLiuyang.aspx" /> <Content Include="Pages\business\WaixieOrderPrint.aspx" /> @@ -3351,6 +3356,20 @@ <Compile Include="Pages\business\BaozhengjinCuishou.aspx.designer.cs"> <DependentUpon>BaozhengjinCuishou.aspx</DependentUpon> </Compile> + <Compile Include="Pages\business\DeliverPlanDakaList.aspx.cs"> + <DependentUpon>DeliverPlanDakaList.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanDakaList.aspx.designer.cs"> + <DependentUpon>DeliverPlanDakaList.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\DeliverPlanPaicheEdit.aspx.cs"> + <DependentUpon>DeliverPlanPaicheEdit.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanPaicheEdit.aspx.designer.cs"> + <DependentUpon>DeliverPlanPaicheEdit.aspx</DependentUpon> + </Compile> <Compile Include="Pages\business\DeliverPlanFujianShow.aspx.cs"> <DependentUpon>DeliverPlanFujianShow.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> @@ -3364,6 +3383,20 @@ </Compile> <Compile Include="Pages\business\DeliverPlanLishiList.aspx.designer.cs"> <DependentUpon>DeliverPlanLishiList.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\DeliverPlanPaicheList.aspx.cs"> + <DependentUpon>DeliverPlanPaicheList.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanPaicheList.aspx.designer.cs"> + <DependentUpon>DeliverPlanPaicheList.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\DeliverPlanChehui.aspx.cs"> + <DependentUpon>DeliverPlanChehui.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanChehui.aspx.designer.cs"> + <DependentUpon>DeliverPlanChehui.aspx</DependentUpon> </Compile> <Compile Include="Pages\business\DeliverPlanYijiao.aspx.cs"> <DependentUpon>DeliverPlanYijiao.aspx</DependentUpon> @@ -3393,6 +3426,13 @@ <Compile Include="Pages\business\DeliverPlanLishiPrint.aspx.designer.cs"> <DependentUpon>DeliverPlanLishiPrint.aspx</DependentUpon> </Compile> + <Compile Include="Pages\business\DeliverPlanPaicheZhuyishixiang.aspx.cs"> + <DependentUpon>DeliverPlanPaicheZhuyishixiang.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanPaicheZhuyishixiang.aspx.designer.cs"> + <DependentUpon>DeliverPlanPaicheZhuyishixiang.aspx</DependentUpon> + </Compile> <Compile Include="Pages\business\OrderSonghuoanchiList.aspx.cs"> <DependentUpon>OrderSonghuoanchiList.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> -- Gitblit v1.9.1