| | |
| | | @if(shiro.hasPermission("/memUserSales/updateState")){ |
| | | <input id='updateStateAuth' type="hidden" value='true'> |
| | | @} |
| | | @if(shiro.hasPermission("/memUserSales/downloadTemplate")){ |
| | | <button type="button" class="btn btn-primary" onclick="MemUserSales.downloadTemplate()"><i class="fa fa-external-link"></i> 下载导入模板</button> |
| | | @} |
| | | @if(shiro.hasPermission("/memUserSales/importSalesUser")){ |
| | | <#button name="导入" icon="fa-plus" clickFun="MemUserSales.import()" space="false"/> |
| | | @} |
| | | </div> |
| | | <table id="MemUserTable" class="table_list_box" data-mobile-responsive="true" data-click-to-select="true"> |
| | | <thead> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <input type="file" id="file" style="display: none;"> |
| | | <script src="${ctxPath}/static/modular/member/memUserSales/memUserSales.js"></script> |
| | | @} |