|
@@ -101,7 +101,7 @@ export interface IStdRationTemp {
|
|
|
|
|
|
|
|
export interface ILibRationCondition {
|
|
export interface ILibRationCondition {
|
|
|
keyword: string;
|
|
keyword: string;
|
|
|
- rationRepIds: number[];
|
|
|
|
|
|
|
+ rationRepIds: (number | string)[];
|
|
|
from: FromType;
|
|
from: FromType;
|
|
|
lastCode: string; // 最后一行的定额编号
|
|
lastCode: string; // 最后一行的定额编号
|
|
|
}
|
|
}
|