You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.5 KiB
C#

using CommonFunc;
using CommonFunc.Tools;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
using XGL.Data.DBService;
namespace XGLFinishPro.Views
{
/// <summary>
/// ReportPageSelect.xaml 的交互逻辑
/// </summary>
public partial class ReportPageSelect : Window
{
public ReportPageSelect()
{
InitializeComponent();
}
private void Open_ReportForm(object sender, RoutedEventArgs e)
{
//new OrderWorkIdSelect(true).ShowDialog();
//if (OrderWorkIdSelect.IsSelect)
//{
new LanJu_Check_Report().ShowDialog();
//}
}
private void Open_SelfForm(object sender, RoutedEventArgs e)
{
//new OrderWorkIdSelect().ShowDialog();
//if (OrderWorkIdSelect.IsSelect)
//{
new LanJu_Conversion_Report().ShowDialog();
//}
}
private void Open_FistForm(object sender, RoutedEventArgs e)
{
//new OrderWorkIdSelect().ShowDialog();
//if (OrderWorkIdSelect.IsSelect)
//{
new LanJu_First_Inspection_Reprot().ShowDialog();
//}
}
}
}