Commit 463d04d0 authored by agping's avatar agping

1

parent 7803afee
......@@ -29,6 +29,9 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', '
$(document).on('click','#reset',function(e){
$('#comit_time_start').val('');
$('#comit_time_end').val('');
$('#create_start_time').val('');
$('#create_end_time').val('');
});
},
......
......@@ -1084,6 +1084,8 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
dataType: 'json',
success: function(data) {
if(data.code == 200 && data.data != null) {
}else{
alert(data.msg);
}
}
});
......
......@@ -12,7 +12,10 @@
<a class="btn1 btn-info financial-check" data-recordid="[%= it[item]['id'] %]" data-store="[%= it[item]['store_name'] %]" data-storeId="[%= it[item]['store_id'] %]" data-storeTime="[%= it[item]['daily_date'] %]" data-toggle="modal">审核</a>
[% }else{%]
<a class="btn1 btn-info financial-check" data-recordid="[%= it[item]['id'] %]" data-store="[%= it[item]['store_name'] %]" data-storeId="[%= it[item]['store_id'] %]" data-storeTime="[%= it[item]['daily_date'] %]" data-toggle="modal">查看</a>
<a class="btn1 btn-info financial-check-pic" data-recordid="[%= it[item]['id'] %]" data-store="[%= it[item]['store_name'] %]" data-storeId="[%= it[item]['store_id'] %]" data-img="[%= it[item]['back_img'] %]" data-toggle="modal" href="#modal-report-img">归档图片</a>
[% if(it[item]['back_img']){%]
<a class="btn1 btn-info financial-check-pic" data-recordid="[%= it[item]['id'] %]" data-store="[%= it[item]['store_name'] %]" data-storeId="[%= it[item]['store_id'] %]" data-img="[%= it[item]['back_img'] %]" data-toggle="modal" href="#modal-report-img">归档图片</a>
[% }%]
[%} %]
......
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