③秘密信息严禁泄露usingKingdee.BOS.Core.Metadata.EntityElement;usingKingdee.BOS.Orm.DataEntity;usingKingdee.K3.FIN.IV.Business.PlugIn.GoldenTax;usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespaceKingdee.K3.FIN.IV.Business.PlugIn{classClass1:IVEditForRecInv{publicoverridevoidReimbIntelligentFill(BOS.Orm.DataEntity.DynamicObject[]recInvInfos,stringstrFormId,boolautoFillSchedule=false){base.ReimbIntelligentFill(recInvInfos,strFormId,autoFillSchedule);//获得报销单明细信息数据(其他单据体,下方更换成元数据中的ID即可)Entityentity=this.View.BusinessInfo.GetEntryEntity("FEntity");DynamicObjectCollectionentryCollection=this.View.Model.GetEntityDataObject(entity);//获取收票信息单据体Entityentity=this.View.BusinessInfo.GetEntryEntity("FRecInvInfo");DynamicObjectCollectionentryCollection=this.View.Model.GetEntityDataObject(entity);//todo:对单据数据进行二开操作//为提升赋值效率和减少不必要的级联更新,可根据需求是否使用下方初始化的功能//this.View.Model.BeginIniti();//二开业务代码//this.View.Model.EndIniti();}}}1/1