From b95525c2b6e4409a6b0ef3e9e598123828a4f73a Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 17 十月 2024 15:57:21 +0800 Subject: [PATCH] 订单锁单 --- CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 48 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj index b273fc9..98365b9 100644 --- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj +++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj @@ -1992,6 +1992,9 @@ <Content Include="Pages\business\xiaoshouyejiKehu.aspx" /> <Content Include="Pages\business\xiaoshouyejiList.aspx" /> <Content Include="Pages\business\xiaoshouyejiPrint.aspx" /> + <Content Include="Pages\business\xiaoshouyejiReportList.aspx" /> + <Content Include="Pages\business\xiaoshouyejiReportPrint.aspx" /> + <Content Include="Pages\business\xiaoshouyejiReprotKehu.aspx" /> <Content Include="Pages\business\xiaoshouyejiVisit.aspx" /> <Content Include="Pages\business\YujihuikuanTimeEdit.aspx" /> <Content Include="Pages\common\CMSMergerOrder.ascx" /> @@ -2014,6 +2017,7 @@ <Content Include="Pages\financial\ProcurementListHTML.aspx" /> <Content Include="Pages\financial\ProcurementListPrint.aspx" /> <Content Include="Pages\financial\UnpayOrderList.aspx" /> + <Content Include="Pages\front\WorkBook.aspx" /> <Content Include="Pages\front\DeskCalendar.aspx" /> <Content Include="Pages\front\DigitalBook.aspx" /> <Content Include="Pages\front\DigitalSingle.aspx" /> @@ -2174,6 +2178,8 @@ <Content Include="Pages\sysInquiry\LEDCost.aspx" /> <Content Include="Pages\sysInquiry\LEDMaterialEdit.aspx" /> <Content Include="Pages\sysInquiry\LEDMaterialList.aspx" /> + <Content Include="Pages\sysInquiry\WorkBookTypeList.aspx" /> + <Content Include="Pages\sysInquiry\WorkBookTypeEdit.aspx" /> <Content Include="Pages\sysInquiry\RecoverySysInquiryData.aspx" /> <Content Include="Pages\sysInquiry\SignboardCost.aspx" /> <Content Include="Pages\sysInquiry\SignboardInfoEdit.aspx" /> @@ -4132,6 +4138,27 @@ <Compile Include="Pages\business\xiaoshouyejiPrint.aspx.designer.cs"> <DependentUpon>xiaoshouyejiPrint.aspx</DependentUpon> </Compile> + <Compile Include="Pages\business\xiaoshouyejiReportList.aspx.cs"> + <DependentUpon>xiaoshouyejiReportList.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\xiaoshouyejiReportList.aspx.designer.cs"> + <DependentUpon>xiaoshouyejiReportList.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\xiaoshouyejiReportPrint.aspx.cs"> + <DependentUpon>xiaoshouyejiReportPrint.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\xiaoshouyejiReportPrint.aspx.designer.cs"> + <DependentUpon>xiaoshouyejiReportPrint.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\xiaoshouyejiReprotKehu.aspx.cs"> + <DependentUpon>xiaoshouyejiReprotKehu.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\xiaoshouyejiReprotKehu.aspx.designer.cs"> + <DependentUpon>xiaoshouyejiReprotKehu.aspx</DependentUpon> + </Compile> <Compile Include="Pages\business\xiaoshouyejiVisit.aspx.cs"> <DependentUpon>xiaoshouyejiVisit.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> @@ -4271,6 +4298,13 @@ </Compile> <Compile Include="Pages\financial\UnpayOrderList.aspx.designer.cs"> <DependentUpon>UnpayOrderList.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\front\WorkBook.aspx.cs"> + <DependentUpon>WorkBook.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\front\WorkBook.aspx.designer.cs"> + <DependentUpon>WorkBook.aspx</DependentUpon> </Compile> <Compile Include="Pages\front\DeskCalendar.aspx.cs"> <DependentUpon>DeskCalendar.aspx</DependentUpon> @@ -5392,6 +5426,20 @@ <Compile Include="Pages\sysInquiry\LEDMaterialList.aspx.designer.cs"> <DependentUpon>LEDMaterialList.aspx</DependentUpon> </Compile> + <Compile Include="Pages\sysInquiry\WorkBookTypeList.aspx.cs"> + <DependentUpon>WorkBookTypeList.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\sysInquiry\WorkBookTypeList.aspx.designer.cs"> + <DependentUpon>WorkBookTypeList.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\sysInquiry\WorkBookTypeEdit.aspx.cs"> + <DependentUpon>WorkBookTypeEdit.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\sysInquiry\WorkBookTypeEdit.aspx.designer.cs"> + <DependentUpon>WorkBookTypeEdit.aspx</DependentUpon> + </Compile> <Compile Include="Pages\sysInquiry\RecoverySysInquiryData.aspx.cs"> <DependentUpon>RecoverySysInquiryData.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> -- Gitblit v1.9.1