|
|
@@ -2085,7 +2085,7 @@ INTERFACE_EXPORT = (() => {
|
|
|
if (r.data.type == rationType.ration) {
|
|
|
if( isEmptyRation(r.data) || isBidInvitation) continue; // 招标 或者 定额空行不输出到接口文件中。
|
|
|
Norms.push(new Ration(r.data));
|
|
|
- } else {
|
|
|
+ } else if (!isBidInvitation) {
|
|
|
Costs.push(new Cost(r.data));
|
|
|
}
|
|
|
}
|