xml里面的XmlData下增加批量导入配置,其他配置和导入配置一致:


   <LoadData table="TBILL_CONTENT" key="BILLC_BILL_ID">
    <BILLC_REMARK datatype="string" check="noempty" name="年"/>
    <BILLC_EX_STR005 datatype="string" check="noempty" name="月"/>
</LoadData>


Xsl里增加按钮:


<button class="search_small_load" οnclick="fn_call('AUTO_LOAD','批量导入','AUTO_LOAD',this.num)">
                  <xsl:attribute name="num">
                       <xsl:value-of select="@num" />
                 </xsl:attribute>                            
             </button>