修改进度模块

This commit is contained in:
2023-08-25 11:03:33 +08:00
66 changed files with 7756 additions and 480 deletions
+101 -1
View File
@@ -107,6 +107,10 @@
<HintPath>..\FineUIPro\Reference BLL\Interop.WIA.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Office.Interop.Excel.15.0.4795.1001\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
@@ -346,6 +350,8 @@
<Content Include="Controls\QRCodePrint.aspx" />
<Content Include="Controls\SeeQRImage.aspx" />
<Content Include="Controls\ShowQRImage.aspx" />
<Content Include="Controls\ProjectWBSControl.ascx" />
<Content Include="Controls\WBSControl.ascx" />
<Content Include="Controls\_3DLook.ascx" />
<Content Include="CQMS\BaseInfo\ProjectSysSet.aspx" />
<Content Include="CQMS\Check\CheckEquipment.aspx" />
@@ -517,10 +523,13 @@
<Content Include="DataShow\SecurityRiskItem.aspx" />
<Content Include="DataShow\WorkingHours.aspx" />
<Content Include="DataShow\WorkingHoursItem.aspx" />
<Content Include="DigData\ShowProjectWBS.aspx" />
<Content Include="DigData\ProjectWBSDW.aspx" />
<Content Include="DigData\TrainRecordAnalysis.aspx" />
<Content Include="DigData\RectifyProblemAnalysis.aspx" />
<Content Include="DigData\DailyProblemAnalysis.aspx" />
<Content Include="DigData\HSEDataCollect.aspx" />
<Content Include="DigData\WBSDW.aspx" />
<Content Include="FakesAssemblies\Apache.NMS.Fakes.dll" />
<Content Include="FakesAssemblies\Apache.NMS.Fakes.xml" />
<Content Include="FakesAssemblies\ThoughtWorks.QRCode.Fakes.dll" />
@@ -1208,6 +1217,13 @@
<Content Include="PHTGL\BiddingManagement\SetSubReviewDetail.aspx" />
<Content Include="PHTGL\BiddingManagement\SetSubReviewEdit.aspx" />
<Content Include="PHTGL\BiddingManagement\SetSubReviewEdit2.aspx" />
<Content Include="PHTGL\BillOfQuantities\BidProjectQuantityEdit.aspx" />
<Content Include="PHTGL\BillOfQuantities\BidProjectQuantityList.aspx" />
<Content Include="PHTGL\BillOfQuantities\MainProjectQuantityEdit.aspx" />
<Content Include="PHTGL\BillOfQuantities\PHTGL_QuantityEdit.aspx" />
<Content Include="PHTGL\BillOfQuantities\TemQuantityIn.aspx" />
<Content Include="PHTGL\BillOfQuantities\TemQuantityList.aspx" />
<Content Include="PHTGL\BillOfQuantities\TemQuantitySelect.aspx" />
<Content Include="PHTGL\ContractCompile\AttachUrl1.aspx" />
<Content Include="PHTGL\ContractCompile\AttachUrl10.aspx" />
<Content Include="PHTGL\ContractCompile\AttachUrl11.aspx" />
@@ -6371,6 +6387,20 @@
<Compile Include="Controls\ShowQRImage.aspx.designer.cs">
<DependentUpon>ShowQRImage.aspx</DependentUpon>
</Compile>
<Compile Include="Controls\ProjectWBSControl.ascx.cs">
<DependentUpon>ProjectWBSControl.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Controls\ProjectWBSControl.ascx.designer.cs">
<DependentUpon>ProjectWBSControl.ascx</DependentUpon>
</Compile>
<Compile Include="Controls\WBSControl.ascx.cs">
<DependentUpon>WBSControl.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Controls\WBSControl.ascx.designer.cs">
<DependentUpon>WBSControl.ascx</DependentUpon>
</Compile>
<Compile Include="Controls\_3DLook.ascx.cs">
<DependentUpon>_3DLook.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -7568,6 +7598,20 @@
<Compile Include="DataShow\WorkingHoursItem.aspx.designer.cs">
<DependentUpon>WorkingHoursItem.aspx</DependentUpon>
</Compile>
<Compile Include="DigData\ShowProjectWBS.aspx.cs">
<DependentUpon>ShowProjectWBS.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DigData\ShowProjectWBS.aspx.designer.cs">
<DependentUpon>ShowProjectWBS.aspx</DependentUpon>
</Compile>
<Compile Include="DigData\ProjectWBSDW.aspx.cs">
<DependentUpon>ProjectWBSDW.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DigData\ProjectWBSDW.aspx.designer.cs">
<DependentUpon>ProjectWBSDW.aspx</DependentUpon>
</Compile>
<Compile Include="DigData\TrainRecordAnalysis.aspx.cs">
<DependentUpon>TrainRecordAnalysis.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -7596,6 +7640,13 @@
<Compile Include="DigData\HSEDataCollect.aspx.designer.cs">
<DependentUpon>HSEDataCollect.aspx</DependentUpon>
</Compile>
<Compile Include="DigData\WBSDW.aspx.cs">
<DependentUpon>WBSDW.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DigData\WBSDW.aspx.designer.cs">
<DependentUpon>WBSDW.aspx</DependentUpon>
</Compile>
<Compile Include="HJGL\BaseInfo\Components.aspx.cs">
<DependentUpon>Components.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -12029,6 +12080,55 @@
<Compile Include="PHTGL\BiddingManagement\SetSubReviewEdit2.aspx.designer.cs">
<DependentUpon>SetSubReviewEdit2.aspx</DependentUpon>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\BidProjectQuantityEdit.aspx.cs">
<DependentUpon>BidProjectQuantityEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\BidProjectQuantityEdit.aspx.designer.cs">
<DependentUpon>BidProjectQuantityEdit.aspx</DependentUpon>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\BidProjectQuantityList.aspx.cs">
<DependentUpon>BidProjectQuantityList.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\BidProjectQuantityList.aspx.designer.cs">
<DependentUpon>BidProjectQuantityList.aspx</DependentUpon>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\MainProjectQuantityEdit.aspx.cs">
<DependentUpon>MainProjectQuantityEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\MainProjectQuantityEdit.aspx.designer.cs">
<DependentUpon>MainProjectQuantityEdit.aspx</DependentUpon>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\PHTGL_QuantityEdit.aspx.cs">
<DependentUpon>PHTGL_QuantityEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\PHTGL_QuantityEdit.aspx.designer.cs">
<DependentUpon>PHTGL_QuantityEdit.aspx</DependentUpon>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\TemQuantityIn.aspx.cs">
<DependentUpon>TemQuantityIn.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\TemQuantityIn.aspx.designer.cs">
<DependentUpon>TemQuantityIn.aspx</DependentUpon>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\TemQuantityList.aspx.cs">
<DependentUpon>TemQuantityList.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\TemQuantityList.aspx.designer.cs">
<DependentUpon>TemQuantityList.aspx</DependentUpon>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\TemQuantitySelect.aspx.cs">
<DependentUpon>TemQuantitySelect.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PHTGL\BillOfQuantities\TemQuantitySelect.aspx.designer.cs">
<DependentUpon>TemQuantitySelect.aspx</DependentUpon>
</Compile>
<Compile Include="PHTGL\ContractCompile\AttachUrl1.aspx.cs">
<DependentUpon>AttachUrl1.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -14019,7 +14119,7 @@
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:3803/</IISUrl>
<IISUrl>http://localhost:8797/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>