Commit 89d22c77 authored by agping's avatar agping

财务日报详情 加关闭按钮

parent 61b60ecb
......@@ -162,8 +162,8 @@
padding: 0 3px;
border-radius: 6px;
width: 111px;
height: 32px;
line-height: 32px;
height: 34px;
line-height: 34px;
font-size: 15px;
text-align: center;
cursor: pointer;
......@@ -261,6 +261,9 @@
<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>
<a class="btn btn-default is-close ld-Marheight" href="/index/dailyList" style="display: none;margin-left: 20px;">关闭</a>
</li>
</div>
<div class="panel-body manager-daily-detail">
......
......@@ -29,6 +29,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$('#create_time_start').val(day_end);//店长日报默认当天
//初始化dot
if(getUrlParam('time')){
$('.is-close').show();
bargain.isFinancial = 1;
$('#create_time_start').hide();
$('.is-submit').hide();
......@@ -41,6 +42,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
bargain.store_id = getUrlParam('storeId');
}else{
$('.is-close').hide();
$('.is-submit-passed').hide();
$('.is-submit-pass-btn').hide();
bargain.isFinancial = 0;
......
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