Browse Source

code tune

TonyKang 4 years ago
parent
commit
71e404fef2
2 changed files with 839 additions and 839 deletions
  1. 6 6
      modules/reports/rpt_component/helper/jpc_helper_common_output.js
  2. 833 833
      package-lock.json

+ 6 - 6
modules/reports/rpt_component/helper/jpc_helper_common_output.js

@@ -6,9 +6,9 @@ let JpcCommonOutputHelper = {
     createCommonOutputWithoutDecorate: function (node, value, forceCombine) {
     createCommonOutputWithoutDecorate: function (node, value, forceCombine) {
         let me = this, rst = {};
         let me = this, rst = {};
         //1. font/style/control
         //1. font/style/control
-        rst[JV.PROP_FONT] = node[[JV.PROP_FONT]];
-        rst[JV.PROP_CONTROL] = node[[JV.PROP_CONTROL]];
-        rst[JV.PROP_STYLE] = node[[JV.PROP_STYLE]];
+        rst[JV.PROP_FONT] = node[JV.PROP_FONT];
+        rst[JV.PROP_CONTROL] = node[JV.PROP_CONTROL];
+        rst[JV.PROP_STYLE] = node[JV.PROP_STYLE];
         //2. value
         //2. value
         rst[JV.PROP_VALUE] = value;
         rst[JV.PROP_VALUE] = value;
         me.formatCell(node[JV.PROP_FORMAT], rst);
         me.formatCell(node[JV.PROP_FORMAT], rst);
@@ -28,9 +28,9 @@ let JpcCommonOutputHelper = {
     createCommonOutput: function (node, value, controls) {
     createCommonOutput: function (node, value, controls) {
         let me = this, rst = {};
         let me = this, rst = {};
         //1. font/style/control
         //1. font/style/control
-        rst[JV.PROP_FONT] = node[[JV.PROP_FONT]];
-        rst[JV.PROP_CONTROL] = node[[JV.PROP_CONTROL]];
-        rst[JV.PROP_STYLE] = node[[JV.PROP_STYLE]];
+        rst[JV.PROP_FONT] = node[JV.PROP_FONT];
+        rst[JV.PROP_CONTROL] = node[JV.PROP_CONTROL];
+        rst[JV.PROP_STYLE] = node[JV.PROP_STYLE];
         //2. value
         //2. value
         rst[JV.PROP_VALUE] = value;
         rst[JV.PROP_VALUE] = value;
         JpcFieldHelper.decorateValue(rst, controls);
         JpcFieldHelper.decorateValue(rst, controls);

File diff suppressed because it is too large
+ 833 - 833
package-lock.json