Explorar el Código

金蝶编辑页面设置下拉框精准查找

忠帅 张 hace 2 años
padre
commit
debd296afa
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      DK.Client/SystemModule/F_MST_1302.cs

+ 2 - 2
DK.Client/SystemModule/F_MST_1302.cs

@@ -183,10 +183,10 @@ namespace Dongke.IBOSS.PRD.Client.SystemModule
 				this.ddlLogoName.ClearValue();
 				this.loadDataSource();
 				this.ddlGlazeTypeID.SelectedText = GLAZETYPEOne;
-				int logindex = ddlLogoName.FindString(lognameOne);
+				int logindex = ddlLogoName.FindStringExact(lognameOne);
 				this.ddlLogoName.SelectedIndex = logindex;
 
-				int index = ddlGlazeTypeID.FindString(GLAZETYPEOne);
+				int index = ddlGlazeTypeID.FindStringExact(GLAZETYPEOne);
 				this.ddlGlazeTypeID.SelectedIndex = index;
 
 			}