瀏覽代碼

code tune

TonyKang 4 年之前
父節點
當前提交
71e404fef2
共有 2 個文件被更改,包括 839 次插入839 次删除
  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) {
         let me = this, rst = {};
         //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
         rst[JV.PROP_VALUE] = value;
         me.formatCell(node[JV.PROP_FORMAT], rst);
@@ -28,9 +28,9 @@ let JpcCommonOutputHelper = {
     createCommonOutput: function (node, value, controls) {
         let me = this, rst = {};
         //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
         rst[JV.PROP_VALUE] = value;
         JpcFieldHelper.decorateValue(rst, controls);

文件差異過大導致無法顯示
+ 833 - 833
package-lock.json