src/main/webapp/static/js/item/item.js
@@ -162,9 +162,20 @@ case "initPlan": initPlan(data.id); break; case "report": initReport(obj); break; } }); function initReport(obj) { admin.open({ type: 1, area: '600px', title: '总结生成', content: $('#initReport').html() }); } /* 弹窗 - 新增、修改 */ function showEditModel(mData) { admin.open({