This commit is contained in:
PastSaid
2024-04-10 10:39:04 +08:00
parent 9a7bf9b67e
commit b2419eec9c
119 changed files with 23402 additions and 350 deletions

View File

@@ -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);
}