|
|
@@ -24,7 +24,7 @@ export interface IDecimal {
|
|
|
}
|
|
|
|
|
|
// 工程量精度
|
|
|
-export interface IQuantityDecimal {
|
|
|
+export interface IBillsQuantityDecimal {
|
|
|
unit: string;
|
|
|
decimal: number;
|
|
|
}
|
|
|
@@ -123,6 +123,7 @@ export interface IProperty {
|
|
|
progressiveLibID?: string; // 累进区间库
|
|
|
lockBills?: boolean; // 锁定清单
|
|
|
decimal?: IDecimal; // 小数位数
|
|
|
+ billsQuantityDecimal: IBillsQuantityDecimal[]; // 清单工程量精度
|
|
|
displaySetting?: IDisplaySetting; // 呈现选项
|
|
|
billsCalcMode?: number; // 清单计费取费方式
|
|
|
zanguCalcMode?: number; // 暂估合价计算方式
|