|
|
@@ -56,7 +56,9 @@ namespace Dongke.IBOSS.PRD.Client.SystemModule
|
|
|
cre.NameSpace = "F_MST_1301";
|
|
|
cre.Name = "GetKingdeeCode";
|
|
|
cre.Properties["KingdeeCode"] = KingdeeCode;
|
|
|
- cre.Properties["GoodsCode"] = "";
|
|
|
+ cre.Properties["GoodsCode"] = "";
|
|
|
+ cre.Properties["LogoName"] = "";
|
|
|
+ cre.Properties["GlazeType"] = "";
|
|
|
lognameOne = logname;
|
|
|
GLAZETYPEOne = GLAZETYPE;
|
|
|
ServiceResultEntity sre = SystemModuleProxy.Service.DoRequest(cre);
|
|
|
@@ -67,10 +69,7 @@ namespace Dongke.IBOSS.PRD.Client.SystemModule
|
|
|
this.txtKingdeeCode.Text = KingdeeCode;
|
|
|
//产品编码
|
|
|
this.scbGoodsCode.Text = sre.Data.Tables[0].Rows[0]["GOODSCODE"].ToString();
|
|
|
- //商标名称
|
|
|
- this.ddlLogoName.InitValue(item["LOGONAME"].ToString(), 1);
|
|
|
- //釉料类别
|
|
|
- this.ddlLogoName.InitValue(item["GLAZETYPE"].ToString(), 1);
|
|
|
+
|
|
|
|
|
|
}
|
|
|
}
|