Authored by chenchao

fix

... ... @@ -5,7 +5,7 @@ var promotionEdit={
batchId:[],
buildCheckboxHtml:function(_class,_data_index,_checked){
var _checkBox="<input type='checkbox'";
var _end="/>",
var _end="/>";
if(_class){
_checkBox+=" class='"+_class+"'";
}
... ...