Authored by chenchao

fix

... ... @@ -62,7 +62,7 @@ $(document).on('click', '#'+saveConfig._btnId, function () {
return false;
}
}
common.dialog.confirm("新增促销",common.util.__template2($("#"+saveConfig.tempId).html(),_form_data),function(){return add()});
common.dialog.confirm("新增促销",common.util.__template2($("#"+saveConfig.tempId).html(),buildData()),function(){return add()});
//页面加载完成后
var e = new common.edit('#'+saveConfig.formId);
//todo ,改edit 更细粒度地划分出文件 时间控件
... ...