소스 검색

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