Authored by chenchao

fix

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