瀏覽代碼

报表指标设置,新增汇总类型

lishihao 1 年之前
父節點
當前提交
2352e41fd0
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 1
      web/maintain/report/html/rpt_tpl_dtl_info.html
  2. 1 0
      web/maintain/report/js/rpt_tpl_main.js

+ 2 - 1
web/maintain/report/html/rpt_tpl_dtl_info.html

@@ -93,9 +93,10 @@
                         <option value ="construct">建设项目级别</option>
                         <option value ="Single">单项工程级别</option>
                         <option value ="custom">用户自选工程</option>
-                        <option value="complexUnit">跨项目自选工程(3个建设项目)</option>
+                        <option value="complexUnit">跨项目自选工程(3个建设项目单位工程)</option>
                         <option value="stageContrast">阶段对比</option>
                         <option value="unitPriceContrast">单价偏差对比</option>
+                        <option value="complexConstruct">跨项目汇总对比(3个建设项目)</option>
                     </select>
                 </div>
             </div>

+ 1 - 0
web/maintain/report/js/rpt_tpl_main.js

@@ -956,6 +956,7 @@ let zTreeOprObj = {
                             else if (sumLvType === 'complexUnit') $("#element_sumLv_flags")[0].selectedIndex = 4
                             else if (sumLvType === 'stageContrast') $("#element_sumLv_flags")[0].selectedIndex = 5
                             else if (sumLvType === 'unitPriceContrast') $("#element_sumLv_flags")[0].selectedIndex = 6
+                            else if (sumLvType === 'complexConstruct') $("#element_sumLv_flags")[0].selectedIndex = 7
                             else $("#element_sumLv_flags")[0].selectedIndex = 0;
                         } else {
                             $("#element_sumLv_flags")[0].selectedIndex = 0;