Explorar o código

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

zhangzhongshuai %!s(int64=2) %!d(string=hai) anos
pai
achega
0e2ef169ce
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;