Explorar o código

TASK #4190(微调,但还未实现task中第3项)

Tony Kang %!s(int64=3) %!d(string=hai) anos
pai
achega
52e3a6cf5b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/reports/rpt_component/jpc_flow_tab.js

+ 2 - 0
app/reports/rpt_component/jpc_flow_tab.js

@@ -1361,6 +1361,8 @@ JpcFlowTabSrv.prototype.createNew = function() {
     };
     JpcFlowTabResult.checkCombineEvent = function($RUN_TYPE, $VER_COMB_ARRAY, $HOR_COMB_ARRAY, $CURRENT_CELL_ITEMS, $CURRENT_RPT, $CURRENT_DATA) {
         if ($CURRENT_RPT.formulas) {
+            const $JE = JE;
+            const $JV = JV;
             for (let execFmlIdx = 0; execFmlIdx < $CURRENT_RPT.formulas.length; execFmlIdx++) {
                 if ($CURRENT_RPT.formulas[execFmlIdx][JV.PROP_RUN_TYPE] === $RUN_TYPE) {
                     const expression = $CURRENT_RPT.formulas[execFmlIdx][JV.PROP_EXPRESSION];