diff --git a/FourComponentWeightClient/BL/FourComponentWeightBL.cs b/FourComponentWeightClient/BL/FourComponentWeightBL.cs index 473367c..3dea3da 100644 --- a/FourComponentWeightClient/BL/FourComponentWeightBL.cs +++ b/FourComponentWeightClient/BL/FourComponentWeightBL.cs @@ -12,9 +12,9 @@ namespace FourComponentWeightClient.BL { public static class FourComponentWeightBL { - public static ObservableCollection LoadList(DateTime date) + public static ObservableCollection LoadList(DateTime date, int? minDiaoPai, int? maxDiaoPai) { - var json = RpcFacade.Call("/MainSystem/B3DaHongMen/Rpcs/FourComponentWeightRpc/GetList", date); + var json = RpcFacade.Call("/MainSystem/B3DaHongMen/Rpcs/FourComponentWeightRpc/GetList", date, minDiaoPai, maxDiaoPai); var list = JsonConvert.DeserializeObject>(json); var idx = list.Count; foreach (var item in list) diff --git a/FourComponentWeightClient/FCWeightForm.xaml b/FourComponentWeightClient/FCWeightForm.xaml index ddbface..e3bf9be 100644 --- a/FourComponentWeightClient/FCWeightForm.xaml +++ b/FourComponentWeightClient/FCWeightForm.xaml @@ -1,11 +1,585 @@  + Title="四分体称重" Height="700" Width="920" WindowState="Maximized" FontSize="15" > + + + + + + + + + + + + + - + @@ -14,22 +588,25 @@ - + + +