Commit 64b44daf authored by duxinyuan's avatar duxinyuan

按钮绑定和接触绑定

parent 425210bf
......@@ -322,10 +322,11 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
});
//收款详情
$("#modal-addPic").on("shown.bs.modal", function(event){
$('#savePayBtn').click(function(){
that.saveRecervables();
})
});
$('#savePayBtn').click(function(){
that.saveRecervables();
})
$("#modal-back").on("hidden.bs.modal", function(event){
$('#change_price').val("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