This commit is contained in:
夏菊 2026-03-01 15:59:08 +08:00
parent 16f4fca72e
commit bdac1c87cf
5 changed files with 7 additions and 7 deletions

View File

@ -985,7 +985,7 @@
<Content Include="HSSE\Check\CheckHolidayEdit.aspx" />
<Content Include="HSSE\Check\CheckHolidayPrint.aspx" />
<Content Include="HSSE\Check\CheckHolidayView.aspx" />
<Content Include="HSSE\Check\CheckSpecialDetailIn.aspx" />
<Content Include="HSSE\Check\CheckSpecialProDetailIn.aspx" />
<Content Include="HSSE\Check\CheckSpecialProEdit.aspx" />
<Content Include="HSSE\Check\CheckSpecialPro.aspx" />
<Content Include="HSSE\Check\CheckSpecial.aspx" />
@ -11377,12 +11377,12 @@
<Compile Include="HSSE\Check\CheckHolidayView.aspx.designer.cs">
<DependentUpon>CheckHolidayView.aspx</DependentUpon>
</Compile>
<Compile Include="HSSE\Check\CheckSpecialDetailIn.aspx.cs">
<DependentUpon>CheckSpecialDetailIn.aspx</DependentUpon>
<Compile Include="HSSE\Check\CheckSpecialProDetailIn.aspx.cs">
<DependentUpon>CheckSpecialProDetailIn.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="HSSE\Check\CheckSpecialDetailIn.aspx.designer.cs">
<DependentUpon>CheckSpecialDetailIn.aspx</DependentUpon>
<Compile Include="HSSE\Check\CheckSpecialProDetailIn.aspx.designer.cs">
<DependentUpon>CheckSpecialProDetailIn.aspx</DependentUpon>
</Compile>
<Compile Include="HSSE\Check\CheckSpecialProEdit.aspx.cs">
<DependentUpon>CheckSpecialProEdit.aspx</DependentUpon>

View File

@ -1,4 +1,4 @@
<%@ Page Language="C#" CodeBehind="CheckSpecialDetailIn.aspx.cs" Inherits="FineUIPro.Web.HSSE.Check.CheckSpecialProDetailIn" %>
<%@ Page Language="C#" CodeBehind="CheckSpecialProDetailIn.aspx.cs" Inherits="FineUIPro.Web.HSSE.Check.CheckSpecialProDetailIn" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />