...
|
...
|
@@ -248,8 +248,9 @@ var operationEdit={ |
|
|
this.template(firstGroup,_selectObj);
|
|
|
},
|
|
|
bindEvent:function(){
|
|
|
var _g=this;
|
|
|
$(document).on('click','#save_operation',function(){return _g.save()});
|
|
|
var _g=this;
|
|
|
$('#save_operation').off();
|
|
|
$('#save_operation').on('click',function(){return _g.save()});
|
|
|
$("#promotionType").change(function(){
|
|
|
var selectKey=$(this).children('option:selected').val();
|
|
|
return _g.selectOneOption(selectKey);
|
...
|
...
|
|