|
@@ -807,7 +807,7 @@ function mergeGLJ(mp, projects, names, prjTypeNames, compilationName = '') {
|
|
|
//但有些省份不需要检测,体现在noPriceCheck标记
|
|
//但有些省份不需要检测,体现在noPriceCheck标记
|
|
|
let connect_key = gljUtil.getIndex(t);
|
|
let connect_key = gljUtil.getIndex(t);
|
|
|
let g = gljMap[connect_key];
|
|
let g = gljMap[connect_key];
|
|
|
- if (noPriceCheck || (g && g.marketPrice == t.marketPrice)) {
|
|
|
|
|
|
|
+ if (g && (noPriceCheck || g.marketPrice == t.marketPrice)) {
|
|
|
g.quantityMap[projects[i].name] = t.tenderQuantity;
|
|
g.quantityMap[projects[i].name] = t.tenderQuantity;
|
|
|
g.unitPriceMap[projects[i].name] = t.marketPrice;
|
|
g.unitPriceMap[projects[i].name] = t.marketPrice;
|
|
|
} else {
|
|
} else {
|