Commit 120d368c by 朱继来

调整尽调账号下erp金额统计

parent 1343252e
Showing with 9 additions and 7 deletions
...@@ -266,13 +266,15 @@ ...@@ -266,13 +266,15 @@
</table> </table>
</div> </div>
<div class="row-fluid pagination"> <div class="row-fluid pagination">
<span> @if ($username != 'vpadmin@ichunt.com')
共{{$count ? $count : 0}}单, <span>
应付金额 ¥{{$pay_count['rmb_count'] ? $pay_count['rmb_count'] : 0}}, ${{$pay_count['usd_count'] ? $pay_count['usd_count'] : 0}}, 共{{$count ? $count : 0}}单,
实收金额 ¥{{$pay_count['rmb_pay'] ? $pay_count['rmb_pay'] : 0}}, 应付金额 ¥{{$pay_count['rmb_count'] ? $pay_count['rmb_count'] : 0}}, ${{$pay_count['usd_count'] ? $pay_count['usd_count'] : 0}},
${{$pay_count['usd_pay'] ? $pay_count['usd_pay'] : 0}} 实收金额 ¥{{$pay_count['rmb_pay'] ? $pay_count['rmb_pay'] : 0}},
</span> ${{$pay_count['usd_pay'] ? $pay_count['usd_pay'] : 0}}
</span>
@endif
<?php echo $page; ?> <?php echo $page; ?>
</div> </div>
</div> </div>
......
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 sign in to comment