| | |
| | | <body>
|
| | | <div data-role="page" tabindex="0" id="page0">
|
| | | <div data-role="header" data-position="fixed">
|
| | | <a href="index.html" target="_top" style="padding-top:0.7em;padding-bottom:0.7em;">返回</a>
|
| | | <a href="auditDetail.html" target="_top" style="padding-top:0.7em;padding-bottom:0.7em;">返回</a>
|
| | | <h1>未审批通过机房列表</h1>
|
| | | </div>
|
| | |
|
| | |
| | | var arrdata = new Array();
|
| | |
|
| | | var Page = {
|
| | | pageSize:20, //每页的行数
|
| | | pageSize:100, //每页的行数
|
| | | pageCurr:1, //当前页码数
|
| | | pageAll:0,
|
| | | };
|
| | |
| | | }
|
| | | }
|
| | | console.info(model);
|
| | | stationlist=model;
|
| | | |
| | | }
|
| | | stationlist=model;
|
| | | if(Page.pageCurr==1){
|
| | | createUl($('#battList'),model);
|
| | | }else{
|