Commit 32f0cd79 authored by agping's avatar agping

财务优化

parent 03aee187
......@@ -183,7 +183,9 @@
width: 80px;
display: none;
}
.tip-con{
margin-top: 5px;
}
</style>
<div id="page-content-wrapper">
<div class="container">
......@@ -192,9 +194,16 @@
<div class="panel panel-default">
<div class="panel-heading breadcrumb">
<li>
<div class="tip-con text-danger">
Tips: 数据需要补充或编辑,须要在收款入账表和调整出账表里进行调整。财务审核前,店长都可以进行修改,财务开始审核后,只有财务能修改。
</div>
<span class="manager-title ld-Marheight">杭州同联- 九部一组周小雨</span>
<input class="btn4-pk ld-Marheight input-pk-style" value="" data-rule-phoneus="false" data-rule-required="false" id="create_time_start" name="start_date1" type="date">
<span class="is-print ld-Marheight">打印</span>
<div class="clear">
</div>
</li>
</div>
......@@ -462,7 +471,7 @@
<a class="btn btn-primary is-submit-passed">转到已审核</a>
</div>
<div class="tips-dian text-danger">
<div class="tips-dian text-danger text-center" style="font-size: 16px; font-weight: 600;">
</div>
</div>
......
......@@ -9,7 +9,7 @@
<td>[%= it[item]['price']%]</td>
<td>[%= (it[item]['price']*0.8).toFixed(2) %]</td>
<td>[%= it[item]['money']%]</td>
<td>[%= it[item]['price'] %]</td>
<td>[%= (it[item]['price']*1 - (it[item]['price']*0.8)).toFixed(2) %]</td>
<td>[%= sw(it[item]['pay_type'])%]</td>
<td>[%= it[item]['transfer_name'] %]</td>
<td>[%= it[item]['agent_name'] %]</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