Parcourir la source

金蝶代码对应 新建产品编码获取修改

zhangzhongshuai il y a 2 ans
Parent
commit
0e2ef169ce
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      DK.Client/SystemModule/F_MST_1302.cs

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

@@ -242,11 +242,11 @@ namespace Dongke.IBOSS.PRD.Client.SystemModule
 			{
 				if (this.scbGoodsCode.CheckedPKMember.Contains(","))
 				{
-					cre.Properties["GOODSCODE"] = scbGoodsCode.CheckedPKMember;
+					cre.Properties["GOODSCODE"] = scbGoodsCode.Text;
 				}
 				else
 				{
-					cre.Properties["GOODSCODE"] = scbGoodsCode.SearchedPKMember;
+					cre.Properties["GOODSCODE"] = scbGoodsCode.Text;
 				}
 			}
 			cre.Properties["GLAZETYPE"] = this.ddlGlazeTypeID.Text;