From 21a248a0cf76b6f05fcaac6f90975ef15ab607a1 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 18 十二月 2024 09:24:10 +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 f2d4dbe..fcbb531 100644 --- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj +++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj @@ -2056,6 +2056,8 @@ <Content Include="Pages\financial\ProcurementListHTML.aspx" /> <Content Include="Pages\financial\ProcurementListPrint.aspx" /> <Content Include="Pages\financial\UnpayOrderList.aspx" /> + <Content Include="Pages\front\Shijuan.aspx" /> + <Content Include="Pages\front\GongWenZhi.aspx" /> <Content Include="Pages\front\WorkBook.aspx" /> <Content Include="Pages\front\DeskCalendar.aspx" /> <Content Include="Pages\front\DigitalBook.aspx" /> @@ -2170,6 +2172,7 @@ <Content Include="Pages\personnel\OA_RecruitmentsSearch.aspx" /> <Content Include="Pages\procurement\InventoryPrint.aspx" /> <Content Include="Pages\procurement\InventoryPrintTable.aspx" /> + <Content Include="Pages\procurement\ProcurementADD.aspx" /> <Content Include="Pages\procurement\ProcurementListHTML.aspx" /> <Content Include="Pages\procurement\StockOutEdit.aspx" /> <Content Include="Pages\procurement\ProcurementListPrint.aspx" /> @@ -4509,6 +4512,20 @@ <Compile Include="Pages\financial\UnpayOrderList.aspx.designer.cs"> <DependentUpon>UnpayOrderList.aspx</DependentUpon> </Compile> + <Compile Include="Pages\front\Shijuan.aspx.cs"> + <DependentUpon>Shijuan.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\front\Shijuan.aspx.designer.cs"> + <DependentUpon>Shijuan.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\front\GongWenZhi.aspx.cs"> + <DependentUpon>GongWenZhi.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\front\GongWenZhi.aspx.designer.cs"> + <DependentUpon>GongWenZhi.aspx</DependentUpon> + </Compile> <Compile Include="Pages\front\WorkBook.aspx.cs"> <DependentUpon>WorkBook.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> @@ -5307,6 +5324,13 @@ <Compile Include="Pages\procurement\InventoryPrintTable.aspx.designer.cs"> <DependentUpon>InventoryPrintTable.aspx</DependentUpon> </Compile> + <Compile Include="Pages\procurement\ProcurementADD.aspx.cs"> + <DependentUpon>ProcurementADD.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\procurement\ProcurementADD.aspx.designer.cs"> + <DependentUpon>ProcurementADD.aspx</DependentUpon> + </Compile> <Compile Include="Pages\procurement\ProcurementListHTML.aspx.cs"> <DependentUpon>ProcurementListHTML.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> -- Gitblit v1.9.1