1
This commit is contained in:
@@ -177,13 +177,13 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage
|
||||
this.drpUnitWork.SelectedValue = w.UnitWorkId;
|
||||
}
|
||||
|
||||
this.SimpleForm1.Reset(); ///重置所有字段
|
||||
//this.SimpleForm1.Reset(); ///重置所有字段
|
||||
this.txtTabler.Text = this.CurrUser.PersonName;
|
||||
this.hdTablerId.Text = this.CurrUser.PersonId;
|
||||
|
||||
//txtWeldingDate.MaxDate = DateTime.Now;
|
||||
this.txtWeldingDate.Text = string.Format("{0:yyyy-MM-dd}", System.DateTime.Now);
|
||||
this.txtTableDate.Text = string.Format("{0:yyyy-MM-dd}", System.DateTime.Now);
|
||||
this.txtTableDate.Text = string.Format("{0:yyyy-MM-dd}", System.DateTime.Now);
|
||||
string perfix = string.Format("{0:yyyyMMdd}", System.DateTime.Now) + "-" + this.CurrUser.PersonName + "-";
|
||||
this.txtWeldingDailyCode.Text = BLL.SQLHelper.RunProcNewId("SpGetThreeNumber", "dbo.HJGL_WeldingDaily", "WeldingDailyCode", this.CurrUser.LoginProjectId, perfix);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user