大量更新

This commit is contained in:
GG Z
2025-12-23 21:37:02 +08:00
parent 3fc465959b
commit b611efeed9
105 changed files with 5814 additions and 371 deletions

View File

@@ -35,14 +35,26 @@
</GroupBox>
<GroupBox Header="属性要求">
<StackPanel>
<CheckBox Content="所属楼层" IsChecked="{Binding BelongFloor}" ToolTip="针对部分项目不具有所属楼层可不进行检查,如场布、前期工程等" />
<CheckBox Content="深圳构件标识" IsChecked="{Binding SzComponent}" ToolTip="针对部分非竣工模型的项目,深圳构件标识可不进行检查" />
<CheckBox
Content="所属楼层"
IsChecked="{Binding BelongFloor}"
ToolTip="针对部分项目不具有所属楼层可不进行检查,如场布、前期工程等" />
<CheckBox
Content="深圳构件标识"
IsChecked="{Binding SzComponent}"
ToolTip="针对部分非竣工模型的项目,深圳构件标识可不进行检查" />
</StackPanel>
</GroupBox>
</UniformGrid>
<TextBox md:HintAssist.Hint="文件序号" InputMethod.IsInputMethodEnabled="False" Text="{Binding Number, UpdateSourceTrigger=PropertyChanged}" />
<TextBox
md:HintAssist.Hint="文件序号"
InputMethod.IsInputMethodEnabled="False"
Text="{Binding Number, UpdateSourceTrigger=PropertyChanged}" />
<TextBox md:HintAssist.Hint="审查单位" Text="{Binding ReviewCom, UpdateSourceTrigger=PropertyChanged}" />
<TextBox md:HintAssist.Hint="审查人" Text="{Binding Reviewer, UpdateSourceTrigger=PropertyChanged}" ToolTip="默认为软件的用户名" />
<TextBox
md:HintAssist.Hint="审查人"
Text="{Binding Reviewer, UpdateSourceTrigger=PropertyChanged}"
ToolTip="默认为软件的用户名" />
<TextBox md:HintAssist.Hint="审查意见" Text="{Binding ReviewerComments, UpdateSourceTrigger=PropertyChanged}" />
<!--<ComboBox md:HintAssist.Hint="模型版本">
<ComboBoxItem Content="设计阶段" />
@@ -60,7 +72,10 @@
</b:EventTrigger>
</b:Interaction.Triggers>
</TextBox>
<CheckBox Content="逐项列举" IsChecked="{Binding ListEveryErrors}" ToolTip="报告中列举所有的错误,若会导致报告过长,可取消此选项,审核时间过长" />
<CheckBox
Content="逐项列举"
IsChecked="{Binding ListEveryErrors}"
ToolTip="报告中列举所有的错误,若会导致报告过长,可取消此选项,审核时间过长" />
<UniformGrid Rows="1">
<Button Command="{Binding ReviewModelCommand}" Content="审核当前项目" />
<Button Command="{Binding ReviewModelsCommand}" Content="审核其他项目" />