|
@@ -99,10 +99,13 @@ export interface IStdRationTemp {
|
|
|
billsLocation: string;
|
|
billsLocation: string;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-export interface IStdRationCondition {
|
|
|
|
|
|
|
+export interface ILibRationCondition {
|
|
|
keyword: string;
|
|
keyword: string;
|
|
|
rationRepIds: number[];
|
|
rationRepIds: number[];
|
|
|
|
|
+ from: FromType;
|
|
|
|
|
+ lastCode: string; // 最后一行的定额编号
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
export interface ICoeList {
|
|
export interface ICoeList {
|
|
|
ID: number | string;
|
|
ID: number | string;
|
|
|
no: number;
|
|
no: number;
|