| | |
| | | List<TongjiBaoBiaoDTO> ziliaoweihuDTOs = ViewBag.ziliaoweihuDTOs as List<TongjiBaoBiaoDTO>; |
| | | List<TongjiBaoBiaoDTO> xiangmushishiDTOs = ViewBag.xiangmushishiDTOs as List<TongjiBaoBiaoDTO>; |
| | | |
| | | |
| | | string Tongjitime = ViewBag.Tongjitime as string; |
| | | |
| | | int nookcount = dingdanDTOs == null ? 0 : dingdanDTOs.Count; |
| | | } |
| | | |
| | |
| | | <div class="ibox float-e-margins"> |
| | | |
| | | <div id="div_content" class="ibox-content" style="background-color:white;"> |
| | | <div class="" style="text-align: center;"> |
| | | @*<div class="" style="text-align: center;"> |
| | | |
| | | <h1>绩效统计</h1> |
| | | |
| | | </div> |
| | | </div>*@ |
| | | <div class="row"> |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | |
| | | <label class="text-right col-sm-1 col-md-1 control-label">统计时间</label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <input id="Tongjitime" class="form-control" label="统计时间" name="Tongjitime" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Tongjitime" readonly="readonly"> |
| | | |
| | | </div> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <a class="btn btn-default btn-outline" href="javascript:void(0)" onclick="chaxun();" style="margin-left:4px; border-radius:4px;"> |
| | | <i class="fa fa-search"></i> <span class="bold">查询</span> |
| | | </a> |
| | | </div> |
| | | </div> |
| | | <div class=""> |
| | | |
| | | <h3>一、推广</h3> |
| | |
| | | "showMethod": "fadeIn", |
| | | "hideMethod": "fadeOut" |
| | | }; |
| | | laydate({ elem: "#Tongjitime", format: 'YYYY-MM-DD', istime: true, event: "focus" }); |
| | | |
| | | |
| | | // 保存岗位信息 |
| | | var chaxun = function () { |
| | | |
| | | |
| | | window.location = "/TongjiBaoBiao/Index?Tongjitime=" + $("#Tongjitime").val(); |
| | | } |
| | | |
| | | function printHtml(html) { |
| | | //var bodyHtml = document.body.innerHTML; |
| | | //document.body.innerHTML = html; |