@@ -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);
@@ -475,6 +475,10 @@ if (typeof commonConstants !== 'undefined') {
};
+if(typeof gljCol !== 'undefined'){
+ gljCol.hideInfoPrice = false;
+};
+
if(typeof module !== 'undefined'){
module.exports = {
getBillsCalcMode: getBillsCalcMode,