|
@@ -271,7 +271,7 @@ export interface ITemplateItem {
|
|
|
fxID: string; // 这个是分项对应的ID
|
|
fxID: string; // 这个是分项对应的ID
|
|
|
unit: string;
|
|
unit: string;
|
|
|
quantity: number;
|
|
quantity: number;
|
|
|
- coe: number;
|
|
|
|
|
|
|
+ coe?: number;
|
|
|
billID?: string; // 记取位置对应的清单ID
|
|
billID?: string; // 记取位置对应的清单ID
|
|
|
}
|
|
}
|
|
|
export interface IRationTemplate {
|
|
export interface IRationTemplate {
|