浏览代码

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

zhangzhongshuai 2 年之前
父节点
当前提交
0e2ef169ce
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;