Commit fa500f6d authored by agping's avatar agping

后台优化

parent 5e208a51
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
<input class="btn4-pk ld-Marheight input-pk-style" value="" data-rule-phoneus="false" data-rule-required="false" id="create_time_start" name="start_date1" type="date"> <input class="btn4-pk ld-Marheight input-pk-style" value="" data-rule-phoneus="false" data-rule-required="false" id="create_time_start" name="start_date1" type="date">
<span class="is-print ld-Marheight">打印</span> <span class="is-print ld-Marheight">打印</span>
<a class="btn btn-default is-close ld-Marheight" href="/index/dailyList" style="display: none;margin-left: 20px;">关闭</a> <a class="btn btn-default is-close ld-Marheight" style="display: none;margin-left: 20px;">关闭</a>
</li> </li>
</div> </div>
......
...@@ -117,7 +117,7 @@ a:hover{ ...@@ -117,7 +117,7 @@ a:hover{
width: 14%; width: 14%;
z-index: 1000; z-index: 1000;
float: left; float: left;
height: 850px; height: 860px;
/*animation: show-mulu-action 1.3s;*/ /*animation: show-mulu-action 1.3s;*/
/*目录显示的动画效果(from透明 to 全部显示,用时1.5秒)*/ /*目录显示的动画效果(from透明 to 全部显示,用时1.5秒)*/
} }
......
...@@ -87,6 +87,12 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css! ...@@ -87,6 +87,12 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
e.stopPropagation(); e.stopPropagation();
bargain.getList(1); //一级审核搜索 bargain.getList(1); //一级审核搜索
}); });
//财务日报审核 点击关闭按钮
_doc.on('click', '.is-close', function(e) {
e.preventDefault();
e.stopPropagation();
location.href='/index/dailyList'
});
//点击资料 显示图片 //点击资料 显示图片
_doc.on('click', '.record-pic', function(e) { _doc.on('click', '.record-pic', function(e) {
e.preventDefault(); e.preventDefault();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment