| | |
| | | searches: formatSearch(search), |
| | | searchKey: '', |
| | | debugId: _setting.debugId || '', |
| | | hasMainSearch: mainSearch && mainSearch.length, |
| | | hasMainSearch: mainSearch && mainSearch.length > 0, |
| | | oriConfig: fromJS({ |
| | | scripts, |
| | | columns: columns, |
| | |
| | | if @pageIndex_top > 0 |
| | | delete #${setting.tableName || 'tb'} where sort_id <= @pageIndex_top |
| | | |
| | | drop table #${setting.tableName || 'tb'}${extend}` |
| | | drop table #${setting.tableName || 'tb'}${extend} |
| | | |
| | | select top 99999 @mk_total as mk_total * from #${setting.tableName || 'tb'} order by sort_id` |
| | | |
| | | document.body.appendChild(oInput) |
| | | oInput.select() |