Commit 71fdedd6 authored by duxinyuan's avatar duxinyuan

1

parent 07313e02
......@@ -218,6 +218,20 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
that.saveRecervables();
})
});
$("#modal-linetime").on("hidden.bs.modal", function(event){
$('#change_price').val("0");
$('#report_id_change').val("");
$('#into_id_change').val("");
$('#shop_id_change').text("");
$('#shop_addr_change').text("");
$('#shop_id_change_shop').text("");
$('#change_fenhong').val("");
$('#change_time').val("");
$('.img_area').empty();
$('#reportArea').hide();
$('#intoIdArea').hide();
});
//调整
$("#modal-linetime").on("shown.bs.modal", function(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