@@ -362,6 +362,8 @@ export interface IAddCostFileInfo {
processID: string;
// 来自步骤ID添加的
processName: string;
+ // 创建人ID
+ creatorID: string;
// 创建人名字
creatorName: string;
}
@@ -726,6 +728,8 @@ export interface ISettlementAuditItem {
type?: AuditMoneyType;
// 备注
remark?: string;
+ // 新增、增报项目费用项步骤信息
+ addInfo?: IAddCostFileInfo;
// 概算预算阶段造价对比 审核明细表格数据