|
@@ -238,6 +238,14 @@ export interface IRationGlj {
|
|
|
code: string;
|
|
code: string;
|
|
|
originalCode: string; // 原始的编码 不带 “-”的
|
|
originalCode: string; // 原始的编码 不带 “-”的
|
|
|
beforeReplaceCode?: string; // 替换工料机后记录原来的工料机编码,要做判断 有可能带“-”
|
|
beforeReplaceCode?: string; // 替换工料机后记录原来的工料机编码,要做判断 有可能带“-”
|
|
|
|
|
+ beforeReplaceObj?: {
|
|
|
|
|
+ // 计录替换前的工料机信息,对于混凝土,替换,计算等问题处理,替换时保存旧数据的5大项信息
|
|
|
|
|
+ name: string;
|
|
|
|
|
+ code: string;
|
|
|
|
|
+ specs?: string;
|
|
|
|
|
+ unit: string;
|
|
|
|
|
+ type: GljType;
|
|
|
|
|
+ };
|
|
|
specs?: string;
|
|
specs?: string;
|
|
|
unit: string;
|
|
unit: string;
|
|
|
type: GljType;
|
|
type: GljType;
|