|
@@ -150,12 +150,14 @@ export interface IOptionList {
|
|
|
value: string;
|
|
value: string;
|
|
|
}
|
|
}
|
|
|
export interface ICptCoeItem extends IBaseCoeItem {
|
|
export interface ICptCoeItem extends IBaseCoeItem {
|
|
|
|
|
+ ID: string;
|
|
|
ownerID: string;
|
|
ownerID: string;
|
|
|
compilationID: string;
|
|
compilationID: string;
|
|
|
coes: ICptCoe[];
|
|
coes: ICptCoe[];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IStdCoeItem extends IBaseCoeItem {
|
|
export interface IStdCoeItem extends IBaseCoeItem {
|
|
|
|
|
+ ID: number;
|
|
|
libID: number; // 所属定额定ID
|
|
libID: number; // 所属定额定ID
|
|
|
original_code?: string; // 原人材机编码
|
|
original_code?: string; // 原人材机编码
|
|
|
option_codes?: string; // 可选人材机编码
|
|
option_codes?: string; // 可选人材机编码
|