Commit eecfefdd authored by agping's avatar agping

1

parent 3297b079
...@@ -13,7 +13,7 @@ define(['doT', 'text!temp/cost_office_template_tpl.html','text!temp/storeBinding ...@@ -13,7 +13,7 @@ define(['doT', 'text!temp/cost_office_template_tpl.html','text!temp/storeBinding
//初始化dot //初始化dot
$(document.body).append(template+template1); $(document.body).append(template+template1);
cost.check_time = getUrlParam('time');//获取确认时间 cost.check_time = getUrlParam('time');//获取确认时间
$('.check_time').val(cost.check_time); $('#check_time').html(cost.check_time);
cost.getList(1); cost.getList(1);
cost.event(); cost.event();
}, },
......
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