|
@@ -19,6 +19,7 @@ const GLJID_PRE = `gljId_`, COMPONENT_GLJID_PRE = `componetGljId_`;
|
|
|
//import common_const = require('../../../public/common_constants');
|
|
|
const { fixedFlag, supplyType, supplyText } = require('../../../public/common_constants');
|
|
|
const _ = require('lodash');
|
|
|
+// const { last } = require('lodash');
|
|
|
const scMathUtil = require('../../../public/scMathUtil').getUtil();
|
|
|
|
|
|
const GLJ_TYPE = {
|
|
@@ -1296,6 +1297,7 @@ function assembleFields(fieldList, rstDataArr, $PROJECT) {
|
|
|
|
|
|
function shielded_exec_env($PROJECT, $ME, rptDataItemObj) {
|
|
|
if ($ME[JV.PROP_FIELD_EXP_MAP]) {
|
|
|
+ // console.log('$ME[JV.PROP_FIELD_EXP_MAP]: ' + $ME[JV.PROP_FIELD_EXP_MAP]);
|
|
|
rptDataItemObj.push(eval($ME[JV.PROP_FIELD_EXP_MAP]));
|
|
|
}
|
|
|
}
|
|
@@ -1765,4 +1767,4 @@ function replaceActDataArr(dtObj, newArr) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-module.exports = Rpt_Data_Extractor;
|
|
|
+module.exports = Rpt_Data_Extractor;
|