| | |
| | | {type: 'checkbox'} |
| | | // ,{field: 'id', align: 'center',title: 'ID'} |
| | | // ,{field: 'hostId', align: 'center',title: ''} |
| | | ,{field: 'uuid', align: 'center',title: '订单号'} |
| | | ,{field: 'name', align: 'center',title: '项目名称'} |
| | | ,{field: 'uuid', align: 'center',title: '订单号', width: 130} |
| | | ,{field: 'name', align: 'center',title: '项目名称', width: 130} |
| | | ,{field: 'inUuid', align: 'center',title: '项目编号', hide: true} |
| | | // ,{field: 'cstmrUuid', align: 'center',title: '客户编号'} |
| | | ,{field: 'cstmrUuid$', align: 'center',title: '客户名称'} |
| | | ,{field: 'projectStatus$', align: 'center', title: '项目进度'} |
| | | |
| | | ,{field: 'type$', align: 'center', title: '项目类型'} |
| | | // ,{field: 'type', align: 'center', title: '订单类型描述', width: 115} |
| | | // ,{field: 'member', align: 'center',title: '项目成员'} |
| | | // ,{field: 'leader', align: 'center',title: '项目经理'} |
| | | ,{field: 'startTime0$', align: 'center',title: '计划开始时间'} |
| | | ,{field: 'endTime0$', align: 'center',title: '计划结束时间'} |
| | | ,{field: 'realStartTime0$', align: 'center', title: '实际开始时间'} |
| | | ,{field: 'realEndTime0$', align: 'center', title: '实际结束时间'} |
| | | ,{field: 'type$', align: 'center', title: '项目类型'} |
| | | ,{field: 'startTime0$', align: 'center',title: '计划开始时间', width: 115} |
| | | ,{field: 'endTime0$', align: 'center',title: '计划结束时间', width: 115} |
| | | ,{field: 'realStartTime0$', align: 'center', title: '实际开始时间', width: 115} |
| | | ,{field: 'realEndTime0$', align: 'center', title: '实际结束时间', width: 115} |
| | | |
| | | ,{field: 'originArea', align: 'center', title: '生产地'} |
| | | ,{field: 'realMonth', align: 'center', title: '时间跨度(月)'} |
| | | ,{field: 'realMonth', align: 'center', title: '时间跨度(天)', width: 115} |
| | | ,{field: 'dutyMan', align: 'center', title: '责任人'} |
| | | ,{field: 'dutyDepartment', align: 'center', title: '责任部门'} |
| | | ,{field: 'status$', align: 'center',title: '状态'} |
| | |
| | | // ,{field: 'updateTime$', align: 'center',title: '修改时间'} |
| | | ,{field: 'memo', align: 'center',title: '备注'} |
| | | |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:180} |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:165} |
| | | ]], |
| | | request: { |
| | | pageName: 'curr', |
| | |
| | | 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({ |