2
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
using Kingdee.BOS.Core.DynamicForm.PlugIn;
|
||||
using Kingdee.BOS.Core.Metadata.EntityElement;
|
||||
using Kingdee.BOS.JSON;
|
||||
using Kingdee.BOS.Util;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -19,7 +16,7 @@ namespace ZHGS.PUR_Requisition
|
||||
|
||||
var entity = this.View.BusinessInfo.GetEntity("FEntity");
|
||||
var entrys = this.View.Model.GetEntityDataObject(entity);
|
||||
|
||||
//this.View.InvokeFieldUpdateService("FTAXRATE", "", 0);
|
||||
var materialEntity = this.View.Model.BillBusinessInfo.GetEntryEntity("FAnalyzeMaterialEntity");
|
||||
var materialRows = this.View.Model.GetEntityDataObject(materialEntity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user