zhangweicheng 4 lat temu
rodzic
commit
1f54cb61e9

+ 1 - 0
modules/main/facade/info_price_facade.js

@@ -115,6 +115,7 @@ async function getDataByKeyWord(keyword, data) {
     if (a == "混凝土") a = '砼';
     if (a == '砼' || a.length > 1) temArr.push(a);
   }
+  if (keyword.length == 1 && temArr.length == 0) temArr.push(keyword);
   nameArray = temArr;
   console.log(nameArray);
 

+ 4 - 0
web/over_write/js/guangdong_2018.js

@@ -475,6 +475,10 @@ if (typeof commonConstants !== 'undefined') {
     };
 }
 
+if(typeof gljCol !== 'undefined'){
+  gljCol.hideInfoPrice = false;
+};
+
 if(typeof module !== 'undefined'){
     module.exports = {
         getBillsCalcMode: getBillsCalcMode,