| | |
| | | <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script> |
| | | <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script> |
| | | <script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script> |
| | | |
| | | <script type="text/html" id="stockFreezeTpl"> |
| | | {{# if(d.stockFreeze == 0) { }} |
| | | <span style="color:#34a8de;">冻结</span> |
| | | {{# } else { }} |
| | | <span style="color:#0c0c0c;">未冻结</span> |
| | | {{# } }}</script> |
| | | </body> |
| | | <script> |
| | | |
| | |
| | | url: baseUrl+'/pla/list/auth?step=2', |
| | | page: true, |
| | | totalRow: true, // 开启合计行 |
| | | height: function(){ |
| | | var otherHeight = $('.function-area').outerHeight() + $('#search-box').outerHeight(); // 自定义其他区域的高度 |
| | | console.log($(window).height() - otherHeight); |
| | | return $(window).height() - otherHeight - 100; // 返回 number 类型 |
| | | }, |
| | | //height: 'full', |
| | | // height: function(){ |
| | | // var otherHeight = $('.function-area').outerHeight() + $('#search-box').outerHeight(); // 自定义其他区域的高度 |
| | | // console.log($(window).height() - otherHeight); |
| | | // return $(window).height() - otherHeight - 100; // 返回 number 类型 |
| | | // }, |
| | | height: '500', |
| | | limit: 500, |
| | | limits: [500,1000], |
| | | even: true, |