Commit d75a24f4 authored by agping's avatar agping

日报优化

parent a7804b86
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* Created by 刘丹 on 2017/10/16. * Created by 刘丹 on 2017/10/16.
*/ */
(function() { (function() {
var line_a = ""; var line_a = "";
var line_a_ulul = ""; var line_a_ulul = "";
var b4_font = ""; var b4_font = "";
......
...@@ -33,6 +33,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css! ...@@ -33,6 +33,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$('.is-submit-pass-btn').show(); $('.is-submit-pass-btn').show();
bargain.financialTime = getUrlParam('time'); bargain.financialTime = getUrlParam('time');
}else{ }else{
$('.is-submit-passed').hide();
$('.is-submit-pass-btn').hide();
bargain.isFinancial = 0; bargain.isFinancial = 0;
bargain.financialTime = $('#create_time_start').val(); bargain.financialTime = $('#create_time_start').val();
} }
......
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
</script> </script>
<!--审核记录--> <!--审核记录-->
<script id="f_financial_daily_list_tpl" type="text/template"> <script id="f_financial_daily_list_tpl" type="text/template">
[% if(it.length) { %] [% if(it&&it.length) { %]
[% for(var item in it){ %] [% for(var item in it){ %]
<tr> <tr>
<td>[%= it[item]['alipay'] %]</td> <td>[%= it[item]['alipay'] %]</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