From 72b668c965a3f5308d1a388296eb4c3f8fb7be72 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 12 九月 2025 08:46:01 +0800
Subject: [PATCH] 批量入库,操作成功关闭窗口 完成
---
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 f525f0d..e7b0e57 100644
--- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
+++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
@@ -1888,6 +1888,8 @@
<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" />
<Content Include="Pages\business\DeliverPlanFujianShow.aspx" />
@@ -2802,6 +2804,7 @@
<Content Include="Pages\work\BaoxiaoFukuanList.aspx" />
<Content Include="Pages\work\BaoxiaoPiliangReply.aspx" />
<Content Include="Pages\work\BaoxiaoReplyList.aspx" />
+ <Content Include="Pages\work\MyvisitDetail.aspx" />
<Content Include="Pages\work\MyPlanAdd.aspx" />
<Content Include="Pages\work\MyPlanList.aspx" />
<Content Include="Pages\work\MyBaoxiaoAdd.aspx" />
@@ -3381,6 +3384,20 @@
</Compile>
<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>
+ </Compile>
+ <Compile Include="Pages\business\DeliverPlanWentiAdd.aspx.designer.cs">
+ <DependentUpon>DeliverPlanWentiAdd.aspx</DependentUpon>
</Compile>
<Compile Include="Pages\business\DeliverPlanWentiEdit.aspx.cs">
<DependentUpon>DeliverPlanWentiEdit.aspx</DependentUpon>
@@ -9191,6 +9208,13 @@
<Compile Include="Pages\work\BaoxiaoReplyList.aspx.designer.cs">
<DependentUpon>BaoxiaoReplyList.aspx</DependentUpon>
</Compile>
+ <Compile Include="Pages\work\MyvisitDetail.aspx.cs">
+ <DependentUpon>MyvisitDetail.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
+ </Compile>
+ <Compile Include="Pages\work\MyvisitDetail.aspx.designer.cs">
+ <DependentUpon>MyvisitDetail.aspx</DependentUpon>
+ </Compile>
<Compile Include="Pages\work\MyPlanAdd.aspx.cs">
<DependentUpon>MyPlanAdd.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
--
Gitblit v1.9.1