摘要: /*点击虚机详情和关联订单切换*/ $('.newTap>span').click(function(){ $('#twoPage').css('display','none') $('#fourPage').css('display','none') $("#relevanc... 阅读全文
posted @ 2017-09-22 17:07 教父123 阅读(890) 评论(0) 推荐(0) 编辑
摘要: //全选 $(document).on('click','#allCheck',function(e){ statusChioceRemove();//移除status列表 if(this.checked==false){ // this.checked = false; $('#ding_table>tbody>tr>td>inp... 阅读全文
posted @ 2017-09-22 17:02 教父123 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 总条数: 总页数: ... 阅读全文
posted @ 2017-09-22 16:58 教父123 阅读(175) 评论(0) 推荐(0) 编辑
摘要: function selectInt(url,id,type,par,defalutValue, params){ $(id).empty(); $.ajax({ url:url, //url:'/api/rds/applyAuthForRds', dataType: 'json', ... 阅读全文
posted @ 2017-09-22 16:47 教父123 阅读(267) 评论(0) 推荐(0) 编辑
摘要: sessionStorage.removeItem('times'); var ding_pageSize = 10;//切换每页显示条数 function exportExcle(url){ $.ajax({ 'type':'get', 'url':url, "dataType":'json', ... 阅读全文
posted @ 2017-09-22 16:40 教父123 阅读(1757) 评论(0) 推荐(0) 编辑
摘要: //初始化 var now = $.now(); var lastTime = now - 3600000 * 24*30;// 最近3小时 //var nowDate = new Date(now).format("yyyy-MM-dd HH:mm:ss"); var nowDate = new Date(now).format("yyyy-MM... 阅读全文
posted @ 2017-09-22 16:36 教父123 阅读(246) 评论(0) 推荐(0) 编辑
摘要: × JSON查看 ... 阅读全文
posted @ 2017-09-22 16:32 教父123 阅读(516) 评论(0) 推荐(0) 编辑
摘要: $('#deal_process_modal').modal({backdrop: 'static'}); $('#deal_process_modal').modal('hide'); 阅读全文
posted @ 2017-09-22 16:27 教父123 阅读(138) 评论(0) 推荐(0) 编辑