...
This commit is contained in:
@@ -12,11 +12,12 @@ namespace FPJ0000.JobReport_
|
||||
public partial class rJobReportDay : Form
|
||||
{
|
||||
// Boolean binit = false;
|
||||
public rJobReportDay()
|
||||
public rJobReportDay(string baseday )
|
||||
{
|
||||
InitializeComponent();
|
||||
this.WindowState = FormWindowState.Maximized;
|
||||
|
||||
if (baseday.Length > 7)
|
||||
tbMon.Text = baseday.Substring(0, 7);
|
||||
|
||||
}
|
||||
|
||||
@@ -32,7 +33,7 @@ namespace FPJ0000.JobReport_
|
||||
this.tbProcess.Text = FCOMMON.info.Login.process;
|
||||
if (tbProcess.SelectedIndex < 0) tbProcess.SelectedIndex = 0;
|
||||
|
||||
this.tbMon.Text = DateTime.Now.ToString("yyyy-MM");
|
||||
//this.tbMon.Text = DateTime.Now.ToString("yyyy-MM");
|
||||
refrehData();
|
||||
// binit = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user