20230606新增费用申请页面、项目列表按活跃度排序
This commit is contained in:
@@ -113,17 +113,17 @@
|
||||
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="NPOI, Version=1.2.3.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\DotNetCore.NPOI.Core.1.2.3\lib\net461\NPOI.dll</HintPath>
|
||||
<Reference Include="NPOI">
|
||||
<HintPath>..\FineUIPro\Reference BLL\NPOI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="NPOI.OOXML, Version=1.2.3.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\DotNetCore.NPOI.1.2.3\lib\net461\NPOI.OOXML.dll</HintPath>
|
||||
<Reference Include="NPOI.OOXML">
|
||||
<HintPath>..\FineUIPro\Reference BLL\NPOI.OOXML.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="NPOI.OpenXml4Net, Version=1.2.3.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\DotNetCore.NPOI.OpenXml4Net.1.2.3\lib\net461\NPOI.OpenXml4Net.dll</HintPath>
|
||||
<Reference Include="NPOI.OpenXml4Net">
|
||||
<HintPath>..\FineUIPro\Reference BLL\NPOI.OpenXml4Net.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="NPOI.OpenXmlFormats, Version=1.2.3.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\DotNetCore.NPOI.OpenXmlFormats.1.2.3\lib\net461\NPOI.OpenXmlFormats.dll</HintPath>
|
||||
<Reference Include="NPOI.OpenXmlFormats">
|
||||
<HintPath>..\FineUIPro\Reference BLL\NPOI.OpenXmlFormats.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="RestSharp, Version=106.15.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\RestSharp.106.15.0\lib\net452\RestSharp.dll</HintPath>
|
||||
@@ -321,6 +321,7 @@
|
||||
<Content Include="common\Menu_PDigData.xml" />
|
||||
<Content Include="common\Menu_Person.xml" />
|
||||
<Content Include="common\Menu_PHTGL.xml" />
|
||||
<Content Include="common\Menu_PPerson.xml" />
|
||||
<Content Include="common\Menu_ProjectSet.xml" />
|
||||
<Content Include="common\Menu_PZHGL.xml" />
|
||||
<Content Include="common\Menu_SmartSite.xml" />
|
||||
@@ -774,12 +775,15 @@
|
||||
<Content Include="HSSE\Check\ShowCheckItem.aspx" />
|
||||
<Content Include="HSSE\Check\ShowCompletedDate.aspx" />
|
||||
<Content Include="HSSE\CostGoods\CostManage.aspx" />
|
||||
<Content Include="HSSE\CostGoods\CostManageAudit.aspx" />
|
||||
<Content Include="HSSE\CostGoods\CostManageEdit.aspx" />
|
||||
<Content Include="HSSE\CostGoods\CostManageItemEdit.aspx" />
|
||||
<Content Include="HSSE\CostGoods\CostManageView.aspx" />
|
||||
<Content Include="HSSE\CostGoods\CostSmallDetail.aspx" />
|
||||
<Content Include="HSSE\CostGoods\CostSmallDetailEdit.aspx" />
|
||||
<Content Include="HSSE\CostGoods\CostSmallDetailView.aspx" />
|
||||
<Content Include="HSSE\CostGoods\CostSummary.aspx" />
|
||||
<Content Include="HSSE\CostGoods\CostSummaryUnit.aspx" />
|
||||
<Content Include="HSSE\CostGoods\ExpenseUnit.aspx" />
|
||||
<Content Include="HSSE\CostGoods\ExpenseEdit.aspx" />
|
||||
<Content Include="HSSE\CostGoods\ExpenseView.aspx" />
|
||||
@@ -9100,7 +9104,6 @@
|
||||
</Compile>
|
||||
<Compile Include="HSSE\ActionPlan\ProjectManageRuleView.aspx.cs">
|
||||
<DependentUpon>ProjectManageRuleView.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="HSSE\ActionPlan\ProjectManageRuleView.aspx.designer.cs">
|
||||
<DependentUpon>ProjectManageRuleView.aspx</DependentUpon>
|
||||
@@ -9350,6 +9353,13 @@
|
||||
<Compile Include="HSSE\CostGoods\CostManage.aspx.designer.cs">
|
||||
<DependentUpon>CostManage.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="HSSE\CostGoods\CostManageAudit.aspx.cs">
|
||||
<DependentUpon>CostManageAudit.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="HSSE\CostGoods\CostManageAudit.aspx.designer.cs">
|
||||
<DependentUpon>CostManageAudit.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="HSSE\CostGoods\CostManageEdit.aspx.cs">
|
||||
<DependentUpon>CostManageEdit.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -9392,6 +9402,20 @@
|
||||
<Compile Include="HSSE\CostGoods\CostSmallDetailView.aspx.designer.cs">
|
||||
<DependentUpon>CostSmallDetailView.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="HSSE\CostGoods\CostSummary.aspx.cs">
|
||||
<DependentUpon>CostSummary.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="HSSE\CostGoods\CostSummary.aspx.designer.cs">
|
||||
<DependentUpon>CostSummary.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="HSSE\CostGoods\CostSummaryUnit.aspx.cs">
|
||||
<DependentUpon>CostSummaryUnit.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="HSSE\CostGoods\CostSummaryUnit.aspx.designer.cs">
|
||||
<DependentUpon>CostSummaryUnit.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="HSSE\CostGoods\ExpenseUnit.aspx.cs">
|
||||
<DependentUpon>ExpenseUnit.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
|
||||
Reference in New Issue
Block a user