物料基础信息界面
This commit is contained in:
@ -149,7 +149,6 @@ namespace 智慧物流软件系统.ViewModel
|
||||
if (Result != null && Result.Data != null && Result.Data.Lists != null)
|
||||
{
|
||||
DataGridItemSource = new ObservableCollection<MatBaseInfoModel>(Result.Data.Lists);
|
||||
//DataGridItemSource = Result.Data.Lists;
|
||||
MaxPage = Result.Data.MaxPage;
|
||||
TotalCount = Result.Data.TotalCount;
|
||||
}
|
||||
|
@ -38,7 +38,6 @@ namespace 智慧物流软件系统
|
||||
ViewModel.IsEnable = true;
|
||||
}
|
||||
|
||||
|
||||
//绑定标题
|
||||
if (!string.IsNullOrEmpty(_titleText))
|
||||
{
|
||||
|
@ -97,19 +97,14 @@
|
||||
Content="修 改" FontFamily="{StaticResource IconFont}"
|
||||
Foreground="WhiteSmoke"
|
||||
Background="CadetBlue"
|
||||
Command="{Binding BtnEditCommand}"
|
||||
|
||||
>
|
||||
Command="{Binding BtnEditCommand}">
|
||||
</Button>
|
||||
|
||||
|
||||
<Button MinHeight="40" FontSize="18" Margin="5"
|
||||
Content="删 除" FontFamily="{StaticResource IconFont}"
|
||||
Foreground="WhiteSmoke"
|
||||
Command="{Binding BtnDeleteCommand}"
|
||||
Style="{StaticResource ButtonDanger}"
|
||||
|
||||
>
|
||||
Style="{StaticResource ButtonDanger}">
|
||||
</Button>
|
||||
|
||||
<Button MinHeight="40" FontSize="18" Margin="5"
|
||||
@ -119,29 +114,13 @@
|
||||
Background="Green"
|
||||
>
|
||||
</Button>
|
||||
|
||||
<Button MinHeight="40" FontSize="18" Margin="5"
|
||||
Content="导 出" FontFamily="{StaticResource IconFont}"
|
||||
Command="{Binding BtnExportCommand}"
|
||||
Foreground="WhiteSmoke"
|
||||
Background="DarkOrange"
|
||||
>
|
||||
</Button>
|
||||
|
||||
|
||||
<Button MinHeight="40" FontSize="18" Margin="5"
|
||||
Content="生成&打印" FontFamily="{StaticResource IconFont}"
|
||||
Command="{Binding BtnPrintCommand}"
|
||||
Foreground="WhiteSmoke"
|
||||
Background="DarkOrange">
|
||||
</Button>
|
||||
|
||||
<Button MinHeight="40" FontSize="18" Margin="5"
|
||||
Content="扫描生成打印" FontFamily="{StaticResource IconFont}"
|
||||
Command="{Binding BtnScanPrintCommand}"
|
||||
Foreground="WhiteSmoke"
|
||||
Background="BlueViolet">
|
||||
</Button>
|
||||
|
||||
</StackPanel>
|
||||
|
||||
<DataGrid Grid.Row="1"
|
||||
|
Reference in New Issue
Block a user