Commit e230dd41 authored by agping's avatar agping

后台 优化

parent 64ad139a
{layout name="global/frame_tpl" /} {layout name="global/frame_tpl" /}
<input type="hidden" class="page-load" id="houseList" /> <input type="hidden" class="page-load" id="houseList" />
<style> <style>
/*隐藏表格滚动条*/
.table-responsive{
overflow-x: hidden!important;
}
.modal.fade.in.yz{ .modal.fade.in.yz{
opacity: 0; opacity: 0;
} }
...@@ -305,12 +309,11 @@ ...@@ -305,12 +309,11 @@
<!-- /#page-content-wrapper --> <!-- /#page-content-wrapper -->
<div class="text-right" id="pagediv"> <div class="text-right" id="pagediv">
</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div>
</div> </div>
</div> </div>
......
...@@ -7,14 +7,30 @@ ...@@ -7,14 +7,30 @@
<td>[%= it[item]['district_store'] %]</td> <td>[%= it[item]['district_store'] %]</td>
<td>[%= it[item]['name'] %]</td> <td>[%= it[item]['name'] %]</td>
<td>[%= it[item]['should_commission'] %]</td> <td>[%= it[item]['should_commission'] %]</td>
<td>[%= it[item]['cash'] %]</td>
<td>[%= it[item]['practical_fee'] %]</td>
<td> <td>
[% if (it[item]['fee']){ %] [% if (it[item]['cash'] ){ %]
[%= it[item]['cash'] %]
[% } else{%]
[%= 0 %]
[% } %]
</td>
<td>
[% if (it[item]['practical_fee'] ){ %]
[%= it[item]['practical_fee'] %]
[% } else{%]
[%= 0 %]
[% } %]
</td>
<td>
[% if (it[item]['fee'] ){ %]
[%= it[item]['fee'] %] [%= it[item]['fee'] %]
[% } else{%]
[%= 0 %]
[% } %] [% } %]
</td> </td>
<td>[%= it[item]['over_fee'] %]</td> <td>
[%= it[item]['over_fee'] %]
</td>
</tr> </tr>
[% } %] [% } %]
[% }else{ %] [% }else{ %]
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
[% } %] [% } %]
[% }else{ %] [% }else{ %]
<tr> <tr>
<td colspan="12" style="text-align:center;"> 暂无数据</td> <td colspan="10" style="text-align:center;"> 暂无数据</td>
</tr> </tr>
[% } %] [% } %]
</script> </script>
\ No newline at end of file
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