From 8ca9d136d69ac111a2b99d5e30dd3e83c3f0b1ed Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 01 十二月 2025 13:15:40 +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 b8c4fb0..e790a21 100644
--- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
+++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj
@@ -2833,6 +2833,7 @@
<Content Include="Pages\work\MyBaoxiaoList.aspx" />
<Content Include="Pages\work\MyRequestList.aspx" />
<Content Include="Pages\work\Adm_tongxunluAdd.aspx" />
+ <Content Include="Pages\work\OA_DocumentShenpi.aspx" />
<Content Include="Pages\work\OA_DocumentAdd.aspx" />
<Content Include="Pages\work\OA_DocumentDetail.aspx" />
<Content Include="Pages\work\OA_DocumentDicAdd.aspx" />
@@ -9427,6 +9428,13 @@
<Compile Include="Pages\work\Adm_tongxunluAdd.aspx.designer.cs">
<DependentUpon>Adm_tongxunluAdd.aspx</DependentUpon>
</Compile>
+ <Compile Include="Pages\work\OA_DocumentShenpi.aspx.cs">
+ <DependentUpon>OA_DocumentShenpi.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
+ </Compile>
+ <Compile Include="Pages\work\OA_DocumentShenpi.aspx.designer.cs">
+ <DependentUpon>OA_DocumentShenpi.aspx</DependentUpon>
+ </Compile>
<Compile Include="Pages\work\OA_DocumentAdd.aspx.cs">
<DependentUpon>OA_DocumentAdd.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
--
Gitblit v1.9.1