<button class="search_small_01" οnclick="fn_call('filed','费用科目','BILLC_SUBJECT_FEE',this.num)">
                                <xsl:attribute name="num">
                                  <xsl:value-of select="@num" />
                                </xsl:attribute>
                              </button>
                              
        <!--填单隐藏
                              <button class="search_bill_chart" title="查看报表" |TreeAuto_rpt_budget_proj|project_code=‘$BILL_PROJECT$’|',this.num)">
                                <xsl:attribute name="num">
                                  <xsl:value-of select="@num" />
                                </xsl:attribute>
                              </button>
                             填单隐藏-->


在 xsl 需要的地方增加 button ,通过注释控制填单时需不需隐藏

fn_call('report','查看项目数据','tree|TreeAuto_rpt_budget_proj|project_code=‘$BILL_PROJECT$’|',this.num)


说明:'查看项目数据' 为wKiom1TRjCLxLzMbAAGU2puE1JU669.jpg

tree|TreeAuto_rpt_budget_proj|project_code=‘$BILL_PROJECT$’|',this.num

列表|自定义树形报表uiid|筛选条件|当前行号

特别注意的事情是 筛选条件 里的 引号 必须为大写 的中文引号,小写会与函数调用参数冲突