| | |
| | | ,{field: 'realEndTime0$', align: 'center', title: '实际结束时间'} |
| | | ,{field: 'type$', align: 'center', title: '项目类型'} |
| | | ,{field: 'originArea', align: 'center', title: '生产地'} |
| | | ,{field: 'realMonth', align: 'center', title: '时间跨度(月)'} |
| | | ,{field: 'realMonth', align: 'center', title: '时间跨度(天)'} |
| | | ,{field: 'dutyMan', align: 'center', title: '责任人'} |
| | | ,{field: 'dutyDepartment', align: 'center', title: '责任部门'} |
| | | ,{field: 'status$', align: 'center',title: '状态'} |
| | |
| | | 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({ |