插件中批次赋值问题
1,051次浏览
编辑于2016年05月20日 14:19:53
entityobj["Lot_Id"] = flot;
BaseDataField lotMaterail = this.View.BillBusinessInfo.GetField("FLot") as BaseDataField;
var lotobj = BusinessDataServiceHelper.LoadSingle(this.Context, flot, lotMaterail.RefFormDynamicObjectType);
entityobj["Lot"] = lotobj;
entityobj["Lot_text"] = flot_text;
用上面方法赋值批次后添加到单据体中,显示是正常的,但是在保存时提示未输入批次字段,在栏位中重新选择一次批次就没有这个问题了,这种情况要怎么解决?
推荐阅读