| | |
| | | Html.RenderPartial("_Layout_Header"); |
| | | } |
| | | <div class="row J_mainContent" id="content-main"> |
| | | <iframe class="J_iframe" width="100%" height="100%" src="" data-id="/Home/HomeIndex" |
| | | <iframe class="J_iframe" width="100%" height="100%" src="/Home/HomeIndex" data-id="/Home/HomeIndex" |
| | | name="iframe0" frameborder="0" seamless></iframe> |
| | | </div> |
| | | @*@RenderPage("_Layout_Footer.cshtml")*@ |
| | |
| | | } |
| | | }); |
| | | |
| | | |
| | | $.ajax({ |
| | | type: "POST", |
| | | url: "/WorkFlowTask/CountRemindRecord", |
| | | dataType: "json", |
| | | global: false, |
| | | async: false, |
| | | //data: $('form').serializeArray(), |
| | | success: function (data) { |
| | | // console.log(data); |
| | | $("#wfmsgcount").text(data); |
| | | if (parseInt(data) > 0) { |
| | | $("#showmsgcounts").attr("style", 'font-size:18px; color:#0d9c63;'); |
| | | } |
| | | else { |
| | | $("#showmsgcounts").attr("style", 'font-size: larger;'); |
| | | } |
| | | }, |
| | | error: function () { |
| | | parent.layer.msg('失败', { icon: 5 }); |
| | | } |
| | | }); |
| | | |
| | | }; |
| | | |
| | | timerId(); |