20210520
This commit is contained in:
@@ -29,7 +29,7 @@ namespace FineUIPro.Web.JDGL.Check
|
||||
{
|
||||
|
||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||
BLL.CNProfessionalService.InitCNProfessionalDownList(this.drpCNProfessionalId, true);
|
||||
//BLL.CNProfessionalService.InitCNProfessionalDownList(this.drpCNProfessionalId, true);
|
||||
string QuantityListId = Request.Params["QuantityListId"];
|
||||
if (!string.IsNullOrEmpty(QuantityListId))
|
||||
{
|
||||
@@ -39,10 +39,10 @@ namespace FineUIPro.Web.JDGL.Check
|
||||
{
|
||||
this.ProjectId = QuantityList.ProjectId;
|
||||
this.txtName.Text = QuantityList.Name;
|
||||
if (!string.IsNullOrEmpty(QuantityList.CNProfessionalId))
|
||||
{
|
||||
this.drpCNProfessionalId.SelectedValue = QuantityList.CNProfessionalId;
|
||||
}
|
||||
//if (!string.IsNullOrEmpty(QuantityList.CNProfessionalId))
|
||||
//{
|
||||
// this.drpCNProfessionalId.SelectedValue = QuantityList.CNProfessionalId;
|
||||
//}
|
||||
this.txtUnit.Text = QuantityList.Unit;
|
||||
if (QuantityList.DesignNum != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user