Commit ba1a274f authored by agping's avatar agping

成交报告 加权限

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