Commit ba1a274f authored by agping's avatar agping

成交报告 加权限

parent 0030a956
......@@ -4,11 +4,21 @@
.left{
float: left;
}
.modal-body-width{
width: 900px;
height: 800px;
.modal-body-width-w{
width: 850px;
}
.modal-body-width-h{
height: 686px;
overflow-y: scroll;
}
.modal-body-width-two-w{
width: 800px;
}
.modal-body-width-two-h{
height: 636px;
overflow-y: scroll;
}
/*二级弹窗*/
.modal-body-width-two{
width: 800px;
......
......@@ -29,7 +29,9 @@
[% } %]
[% if(it["step"]<3) { %]
[% if(check_auth('/index/backOutToOne')) { %]
<a class="btn1 btn-success report-back-out" href="#modal-back-out" data-toggle="modal">撤销</a>
[% } %]
[% } %]
<a class="btn1 btn-success timeline" href="#modal-time" data-toggle="modal">时间轴</a>
......
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