| | |
| | | |
| | | |
| | | |
| | | |
| | | @TableField(value = "real_start_time", strategy = FieldStrategy.IGNORED) |
| | | @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |
| | | private Date realStartTime; |
| | |
| | | return null; |
| | | } |
| | | |
| | | public String getType$$(){ |
| | | if (this.type.equals("10")) { |
| | | return "集成项目"; |
| | | }else { |
| | | return "常规项目"; |
| | | } |
| | | |
| | | } |
| | | |
| | | public void setUpdateBy(Long updateBy) { |
| | | this.updateBy = updateBy; |
| | | } |
| | |
| | | cols: [[ |
| | | {field: 'uuid', title: '订单号', width: 100, align: 'center'}, |
| | | {field: 'inUuid', title: '项目编号'}, |
| | | {field: 'name', title: '项目名称'} |
| | | {field: 'name', title: '项目名称'}, |
| | | {field: 'type$$', title: '项目类型'} |
| | | |
| | | ]], |
| | | done: function (res, curr, count) { |
| | | $('#dictTable+.layui-table-view .layui-table-body tbody>tr:first').trigger('click'); |