This commit is contained in:
2024-09-18 10:48:47 +08:00
25 changed files with 2763 additions and 191 deletions
+40
View File
@@ -469,6 +469,9 @@
<Content Include="CQMS\Plan\SubPlan.aspx" />
<Content Include="CQMS\Plan\SubPlanEdit.aspx" />
<Content Include="CQMS\Plan\SubPlanView.aspx" />
<Content Include="CQMS\Plan\TechnicalProposalReview.aspx" />
<Content Include="CQMS\Plan\TechnicalProposalReviewEdit.aspx" />
<Content Include="CQMS\Plan\TechnicalProposalReviewView.aspx" />
<Content Include="CQMS\RewardAndPunish\RewardAndPunish.aspx" />
<Content Include="CQMS\RewardAndPunish\RewardAndPunishEdit.aspx" />
<Content Include="CQMS\RewardAndPunish\RewardAndPunishView.aspx" />
@@ -3418,6 +3421,8 @@
<Content Include="ZHGL\Plan\ProjectPlanEdit.aspx" />
<Content Include="ZHGL\Plan\ProjectPlanOpinionEdit.aspx" />
<Content Include="ZHGL\Plan\ProjectPlanView.aspx" />
<Content Include="ZHGL\Plan\TechnicalProposalReview.aspx" />
<Content Include="ZHGL\Plan\TechnicalProposalReviewView.aspx" />
<Content Include="ZHGL\RealName\BasicData.aspx" />
<Content Include="ZHGL\RealName\OnPost.aspx" />
<Content Include="ZHGL\RealName\SynchroRecord.aspx" />
@@ -8986,6 +8991,27 @@
<Compile Include="CQMS\Plan\SubPlanView.aspx.designer.cs">
<DependentUpon>SubPlanView.aspx</DependentUpon>
</Compile>
<Compile Include="CQMS\Plan\TechnicalProposalReview.aspx.cs">
<DependentUpon>TechnicalProposalReview.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="CQMS\Plan\TechnicalProposalReview.aspx.designer.cs">
<DependentUpon>TechnicalProposalReview.aspx</DependentUpon>
</Compile>
<Compile Include="CQMS\Plan\TechnicalProposalReviewEdit.aspx.cs">
<DependentUpon>TechnicalProposalReviewEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="CQMS\Plan\TechnicalProposalReviewEdit.aspx.designer.cs">
<DependentUpon>TechnicalProposalReviewEdit.aspx</DependentUpon>
</Compile>
<Compile Include="CQMS\Plan\TechnicalProposalReviewView.aspx.cs">
<DependentUpon>TechnicalProposalReviewView.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="CQMS\Plan\TechnicalProposalReviewView.aspx.designer.cs">
<DependentUpon>TechnicalProposalReviewView.aspx</DependentUpon>
</Compile>
<Compile Include="CQMS\RewardAndPunish\RewardAndPunish.aspx.cs">
<DependentUpon>RewardAndPunish.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -16186,6 +16212,20 @@
<Compile Include="ZHGL\Plan\ProjectPlanView.aspx.designer.cs">
<DependentUpon>ProjectPlanView.aspx</DependentUpon>
</Compile>
<Compile Include="ZHGL\Plan\TechnicalProposalReview.aspx.cs">
<DependentUpon>TechnicalProposalReview.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ZHGL\Plan\TechnicalProposalReview.aspx.designer.cs">
<DependentUpon>TechnicalProposalReview.aspx</DependentUpon>
</Compile>
<Compile Include="ZHGL\Plan\TechnicalProposalReviewView.aspx.cs">
<DependentUpon>TechnicalProposalReviewView.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ZHGL\Plan\TechnicalProposalReviewView.aspx.designer.cs">
<DependentUpon>TechnicalProposalReviewView.aspx</DependentUpon>
</Compile>
<Compile Include="ZHGL\RealName\BasicData.aspx.cs">
<DependentUpon>BasicData.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>