1
This commit is contained in:
@@ -84,7 +84,8 @@ namespace FineUIPro.Web.CLGL
|
||||
{
|
||||
txtCreateMan.Text = this.CurrUser.PersonName;
|
||||
txtCreateDate.Text = DateTime.Now.ToString("yyyy-MM-dd");
|
||||
drpReqUnit.SelectedValue = this.CurrUser.UnitId;
|
||||
drpReqUnit.SelectedValue = this.CurrUser.UnitId;
|
||||
txtCusBillCode.Text = TwInOutplanmasterService.GetDataInCusBillCode(this.CurrUser.LoginProjectId, this.CurrUser.UnitId);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user