This commit is contained in:
2021-05-20 17:16:01 +08:00
parent f901e87a6e
commit e7cb804684
219 changed files with 17315 additions and 1571 deletions
@@ -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)
{