金蝶云星空表单插件获取单据体数据

使用标识报错
var thisEntry = this.View.Model.DataObject["FEntity"] as DynamicObjectCollection;

应该使用实体属性
var thisEntry = this.View.Model.DataObject["BillEntry"] as DynamicObjectCollection;

使用标识报错
var thisEntry = this.View.Model.DataObject["FEntity"] as DynamicObjectCollection;

应该使用实体属性
var thisEntry = this.View.Model.DataObject["BillEntry"] as DynamicObjectCollection;