转换插件(基础资料、关联字段(仓位)、批号、单选辅助资料)字段赋值
引用组件:Kingdee.K3.SCM.App.dll
命名控件:Kingdee.K3.SCM.App.Utils
转换插件示例:
//物料 var materialField = e.TargetBusinessInfo.GetField("FMaterialId") as BaseDataField; FieldUtils.SetBaseDataFieldValue(e.Context, materialField, newRowObj, fmaterialId); //批号 var flotField = e.TargetBusinessInfo.GetField("FLot") as LotField; FieldUtils.SetLotFieldValue(e.Context, flotField, newRowObj, Convert.ToInt64(flot)); //仓位 RelatedFlexGroupField stockLocField = e.TargetBusinessInfo.GetField("FStockLocId") as RelatedFlexGroupField; FieldUtils.SetRelatedFieldValue(e.Context, stockLocField, newRowObj, Convert.ToInt64(stockCw)); //单选辅助资料 AssistantField assistantField = e.TargetBusinessInfo.GetField("单选辅助资料字段名") as AssistantField; FieldUtils.SetAssistantFieldValue(e.Context,assistantField,newRowObj,"单选辅助资料主键值");
转换插件(基础资料、关联字段(仓位)、批号、单选辅助资料)字段赋值
引用组件:Kingdee.K3.SCM.App.dll命名控件:Kingdee.K3.SCM.App.Utils转换插件示例: //物料 var materialFi...
点击下载文档
本文2024-09-16 18:14:59发表“云星空知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3cloud-20908.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章