新增MES模块,包含供应商、客户、车辆和地磅数据记录管理功能,支持免密接口和数据同步。更新相关控制器、实体、服务和数据库配置,优化权限管理和数据字典支持,确保系统的灵活性和可扩展性。
This commit is contained in:
@@ -28,18 +28,17 @@
|
||||
<hc:ScrollViewer Grid.Row="1" IsInertiaEnabled="True">
|
||||
<StackPanel x:Name="RootPanel" Margin="20 0 20 0">
|
||||
<hc:Row Gutter="10">
|
||||
<hc:Col Span="12" Visibility="{Binding IsAddMode, Converter={StaticResource Boolean2VisibilityConverter}}">
|
||||
<hc:TextBox
|
||||
<hc:Col Span="12">
|
||||
<hc:TextBox
|
||||
Text="{Binding SysUser.Account, UpdateSourceTrigger=PropertyChanged}"
|
||||
hc:InfoElement.TitleWidth="70"
|
||||
Margin="0,0,0,20"
|
||||
hc:InfoElement.ShowClearButton="True"
|
||||
hc:InfoElement.TitlePlacement="Left"
|
||||
hc:InfoElement.TitlePlacement="Left"
|
||||
hc:InfoElement.Placeholder="请输入账号"
|
||||
hc:InfoElement.Title="账号"
|
||||
hc:InfoElement.Necessary="True"
|
||||
hc:InfoElement.Symbol="*"
|
||||
hc:IsEnabled="{Binding IsAddMode}"/>
|
||||
hc:InfoElement.Symbol="*"/>
|
||||
</hc:Col>
|
||||
<hc:Col Span="12" Visibility="{Binding IsAddMode, Converter={StaticResource Boolean2VisibilityConverter}}">
|
||||
<hc:PasswordBox
|
||||
|
||||
Reference in New Issue
Block a user