From a001acc104e149c73f375638e1ba8224d0d28462 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 16 七月 2025 11:24:49 +0800 Subject: [PATCH] 采购数据 货品名称和类型反了,调下顺序 完成 --- CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj index f38558b..d19cdcc 100644 --- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj +++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj @@ -1888,6 +1888,7 @@ <Content Include="Pages\business\Baozhengjinfukuan.aspx" /> <Content Include="Pages\business\BaozhengjinCuishou.aspx" /> <Content Include="Pages\business\DeliverPlanDakaList.aspx" /> + <Content Include="Pages\business\DeliverPlanWentiOrder.aspx" /> <Content Include="Pages\business\DeliverPlanWentiAdd.aspx" /> <Content Include="Pages\business\DeliverPlanWentiEdit.aspx" /> <Content Include="Pages\business\DeliverPlanPaicheEdit.aspx" /> @@ -3383,6 +3384,13 @@ <Compile Include="Pages\business\DeliverPlanDakaList.aspx.designer.cs"> <DependentUpon>DeliverPlanDakaList.aspx</DependentUpon> </Compile> + <Compile Include="Pages\business\DeliverPlanWentiOrder.aspx.cs"> + <DependentUpon>DeliverPlanWentiOrder.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanWentiOrder.aspx.designer.cs"> + <DependentUpon>DeliverPlanWentiOrder.aspx</DependentUpon> + </Compile> <Compile Include="Pages\business\DeliverPlanWentiAdd.aspx.cs"> <DependentUpon>DeliverPlanWentiAdd.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> -- Gitblit v1.9.1