新增公司绑定提醒

master
chenzhi 5 years ago
parent 5c1a8d69a0
commit 6695129127

@ -60,7 +60,7 @@
<a href="{:U('lists')}">审核列表</a> <a href="{:U('lists')}">审核列表</a>
</div> </div>
<h3 class="page_title">公司绑定生效列表</h3> <h3 class="page_title">公司绑定生效列表</h3>
<p class="description_text"></p> <p class="description_text">未进行公司绑定的公司结算单将无法进行审核及打款</p>
</div> </div>
<!-- 高级搜索 --> <!-- 高级搜索 -->
<div class="jssearch fl cf search_list" style="margin-bottom:12px"> <div class="jssearch fl cf search_list" style="margin-bottom:12px">
@ -135,7 +135,7 @@
<tbody> <tbody>
<if condition = "empty($data)"> <if condition = "empty($data)">
<tr> <tr>
<td colspan="16" class="text-center">aOh! 暂时还没有内容!</td> <td colspan="16" class="text-center" style="line-height: 42px;">aOh! 暂时还没有内容!</td>
</tr> </tr>
<else/> <else/>
<volist name="data" id="data"> <volist name="data" id="data">

@ -166,7 +166,7 @@
<tbody> <tbody>
<if condition = "empty($data)"> <if condition = "empty($data)">
<tr> <tr>
<td colspan="16" class="text-center">aOh! 暂时还没有内容!</td> <td colspan="16" class="text-center" style="line-height: 42px;">aOh! 暂时还没有内容!</td>
</tr> </tr>
<else/> <else/>
<volist name="data" id="data"> <volist name="data" id="data">

Loading…
Cancel
Save