|
@@ -242,6 +242,7 @@ export interface IGljQtyCoe {
|
|
|
|
|
|
|
|
// 实际保存到项目中的辅助定额数据
|
|
// 实际保存到项目中的辅助定额数据
|
|
|
export interface IRationAss extends IStdRationAss {
|
|
export interface IRationAss extends IStdRationAss {
|
|
|
|
|
+ ID: string;
|
|
|
actualValue?: number;
|
|
actualValue?: number;
|
|
|
isAdjust?: boolean; // 是否调整
|
|
isAdjust?: boolean; // 是否调整
|
|
|
groupList?: IRationAss[]; // 当有分组的时候用这个
|
|
groupList?: IRationAss[]; // 当有分组的时候用这个
|