|
|
@@ -17,6 +17,7 @@ import {
|
|
|
IStdGlj,
|
|
|
MaterialType,
|
|
|
} from './glj';
|
|
|
+import { IIncreaseSettingItem } from './increaseFee';
|
|
|
import { IQuantityDetail } from './quantityDetail';
|
|
|
|
|
|
// 标准定额库
|
|
|
@@ -342,6 +343,7 @@ export interface IRation extends IBRBase {
|
|
|
rationCoeList?: IRationCoe[]; // 定额调整系数
|
|
|
rationTemplate?: IRationTemplate; // 定额模板
|
|
|
rationInstallList?: IRationInstall[]; // 定额安装增加
|
|
|
+ rationItemList?: IIncreaseSettingItem[];
|
|
|
addFromElf?: boolean; // 是否从清单精灵插入
|
|
|
[key: string]: any;
|
|
|
}
|